debugging-tools: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
m (validators moved to debugging-tools: These are not just 'validators', and there are too few to justify their own page. Combine into 'debugging-tools' to serve the subject of 'debugging', rather than specific tool-type.)
(Gardening of validators page, includes more than just validators. Try to use this as definitive publisher-debugging resource.)
Line 1: Line 1:
<h1>microformats validators</h1>
<entry-title>Microformats validators, conformance checkers and debugging tools</entry-title>
{{TOC-right}}
__TOC__
== general ==
 
== All Microformats ==
 
===Optimus Validator===
 
* http://microformatique.com/optimus/
* http://microformatique.com/optimus/
* [https://addons.mozilla.org/firefox/4106/ Operator] also does a good job of compliant parsing for microformats in general, the debug mode and option can often help find errors.


== specific microformats ==
As well as a transformer, Optimus has a validator/conformance-checker mode, flagging errors in microformat mark-up. It's not 100% accurate (as of 2009-05-15), but still provides valuable debugging feedback.
=== [[hCard]] ===
 
===Operator Debugger===
 
* [https://addons.mozilla.org/firefox/4106/]
 
Operator does a good job of compliant parsing for microformats in general, and includes a debug mode that can help identify errors in the object structure.
 
=== rel-lint ===
* [http://tools.microformatic.com/help/xhtml/rel-lint/]
 
Rel-Lint supports validation and inspection of [[rel-tag|rel-tag]] and [[xfn|XFN]] (by [[implementors#Drew_McLellan|Drew McLellan]])
 
== [[hCard]] Tools ==
 
* http://hcard.geekhood.net/
* http://hcard.geekhood.net/
* Also try the [http://feeds.technorati.com/contacts/ Technorati Contacts Feed service].
* Also try the [http://feeds.technorati.com/contacts/ Technorati Contacts Feed service].
* The [http://srv.buzzword.org.uk Cognition web service] includes hCard error messages and warnings using [http://www.w3.org/TR/EARL10/ EARL] as part of the RDF output — hopefully other microformats will be covered in the near future.
* The [http://srv.buzzword.org.uk Cognition web service] includes hCard error messages and warnings using [http://www.w3.org/TR/EARL10/ EARL] as part of the RDF output — hopefully other microformats will be covered in the near future.


=== [[hCalendar]] ===
== [[hCalendar]] ==
 
* Try the [http://feeds.technorati.com/events/ Technorati Events Feed service].
* Try the [http://feeds.technorati.com/events/ Technorati Events Feed service].


== related ==
== Related ==
 
* [[implementations]]
* [[implementations]]
 
* [[tests]]
== to do ==
See [[to-do#for_all_microformats|To Do - for all microformats]]).

Revision as of 22:29, 15 May 2009

<entry-title>Microformats validators, conformance checkers and debugging tools</entry-title>

All Microformats

Optimus Validator

As well as a transformer, Optimus has a validator/conformance-checker mode, flagging errors in microformat mark-up. It's not 100% accurate (as of 2009-05-15), but still provides valuable debugging feedback.

Operator Debugger

Operator does a good job of compliant parsing for microformats in general, and includes a debug mode that can help identify errors in the object structure.

rel-lint

Rel-Lint supports validation and inspection of rel-tag and XFN (by Drew McLellan)

hCard Tools

hCalendar

Related