KrofDrakula / microdata-tool

A drop-in script for testing and browsing HTML5 microdata
http://krofdrakula.github.com/microdata-tool
96 stars 18 forks source link

Externalize schema definitions #6

Closed KrofDrakula closed 13 years ago

KrofDrakula commented 13 years ago

Currently, the script carries with it definitions for different microdata schemas; this should be externalized to a web service to avoid having to update the script every time a schema changes or is added to the library.

Optionally, it would be nice if the schema info could be extracted from the schema site; would need to look into extracting this info in a web service.

KrofDrakula commented 13 years ago

Implemented in this commit.