code-tools: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
mNo edit summary
m (Reverted edits by Jenifferhomes (Talk) to last version by Tantek)
(5 intermediate revisions by 3 users not shown)
Line 6: Line 6:
* [http://microformats.org/code/hcalendar/creator hCalendar creator]
* [http://microformats.org/code/hcalendar/creator hCalendar creator]
* [http://microformats.org/code/hreview/creator hReview creator]
* [http://microformats.org/code/hreview/creator hReview creator]
* [http://www.bayerwald-weihnachtsbaeume.de/presse hReview creator]


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:
Line 15: Line 14:
* [http://gmpg.org/xfn/creator-cs Czech] as translated by [http://www.zapisky.info/ Josef Petrák]
* [http://gmpg.org/xfn/creator-cs Czech] as translated by [http://www.zapisky.info/ Josef Petrák]
* [http://gmpg.org/xfn/creator-ja Japanese] as translated by [http://kidachi.kazuhi.to/ Kazuhito Kidachi]
* [http://gmpg.org/xfn/creator-ja Japanese] as translated by [http://kidachi.kazuhi.to/ Kazuhito Kidachi]
* [http://weihnachtsbaumzentrale.de] as translated by [http://www.weihnachtsbaeume.mycylex.de]
 


== Validation Testing Tools ==
== Validation Testing Tools ==

Revision as of 01:20, 18 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