code-tools: Difference between revisions
Jump to navigation
Jump to search
(add a main validators link) |
m (Added reminder of where to pull some other tools in from the wiki.) |
||
Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
'''Let's move and update the contents of http://microformats.org/code-tools to here!''' | '''Let's move and update the contents of http://microformats.org/code-tools and http://microformats.org/wiki/microformats2#Implementations to here!''' | ||
=== Code Generators === | === Code Generators === |
Revision as of 23:48, 2 May 2013
This article is a stub. You can help the microformats.org wiki by expanding it.
Let's move and update the contents of http://microformats.org/code-tools and http://microformats.org/wiki/microformats2#Implementations to here!
Code Generators
There are a few tools available to help you generate microformatted code:
Validation Testing Tools
Main article: validators
You can check how your markup will be parsed by using the php-mf2 tool. It will take markup and show you the JSON interpretation.
If you want to check markup as it is interpreted from your page you can check out the microformat-node tool. It will grab your page and show you all found microformats that are supported by the tool.