debugging-tools: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
m (Replace <entry-title> with {{DISPLAYTITLE:}})
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
<entry-title>Microformats Debugging</entry-title>
{{DISPLAYTITLE:Microformats Debugging}}


Conformance checkers, validators, linting tools and debuggers.
Conformance checkers, validators, linting tools and debuggers.
Line 34: Line 34:


* [http://hcard.geekhood.net/ The unofficial hCard Validator]
* [http://hcard.geekhood.net/ The unofficial hCard Validator]
* Also try the [http://feeds.technorati.com/contacts/ Technorati Contacts Feed service].
* Also try the [http://h2vx.com/vcf/ H2VX Contacts Conversion 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://h2vx.com/ics/ H2VX Events Conversion Service].
* Try the [http://feeds.technorati.com/events/ Technorati Events Feed service].


== related ==
== related ==
Line 45: Line 44:
* [[tests]]
* [[tests]]
* [[test-suite]]
* [[test-suite]]
* [[validators]]

Latest revision as of 16:21, 18 July 2020


Conformance checkers, validators, linting tools and debuggers.

general microformats tools

Optimus

Main article: Optimus

Optimus is a microformats transformer and validator that supports numerous microformats including hCard, hCalendar, hReview, hAtom (note: hAtom validation issues).

Get the Optimus microformats validator favelet. Blog post: validator browser button.

Please add issues to the optimus-issues page.

Operator Debugger

Main article: Operator

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 provides linting and inspection of rel-tag and XFN (by Drew McLellan)

Rails assert microformats

microformats specific tools

hCard

hCalendar

related