code-tools: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
m (Reverted edits by SexMint (Talk) to last version by Tantek)
No edit summary
Line 9: Line 9:
The [http://gmpg.org/xfn/creator XFN creator] is a Web-based interface for quickly creating a link with the proper XFN values. It has been translated into the following languages:
The [http://gmpg.org/xfn/creator XFN creator] is a Web-based interface for quickly creating a link with the proper XFN values. It has been translated into the following languages:
* [http://gmpg.org/xfn/creator-fr French] as translated by Serge K. Keller
* [http://gmpg.org/xfn/creator-fr French] as translated by Serge K. Keller
* [http://gmpg.org/xfn/creator-it Italian] as translated by Serge K. Keller and [http://www.caeciliana.ch/ Cécile Matthey]
* [http://gmpg.org/xfn/creator-it Italian] as translated by Serge K. Keller and [http://www.fixithere.net/sky-customer-service/ Cécile Matthey]
* [http://gmpg.org/xfn/creator-es Spanish-Argentina] as translated by [http://ultimorender.com.ar/funkascript/ Manuel Razzari]
* [http://gmpg.org/xfn/creator-es Spanish-Argentina] as translated by [http://ultimorender.com.ar/funkascript/ Manuel Razzari]
* [http://gmpg.org/xfn/creator-nl Dutch] as translated by [http://www.budts.be/weblog Jeroen Budts]
* [http://gmpg.org/xfn/creator-nl Dutch] as translated by [http://www.budts.be/weblog Jeroen Budts]

Revision as of 11:24, 9 November 2015

<entry-title>Code & Tools</entry-title>

Code Generators

There are a few tools available to help you generate microformatted code:

The XFN creator is a Web-based interface for quickly creating a link with the proper XFN values. It has been translated into the following languages:


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.


See Also