parsers: Difference between revisions
Jump to navigation
Jump to search
(added Sumo) |
(added PHP Microformats parser) |
||
Line 12: | Line 12: | ||
=== hKit Microformats Toolkit for PHP5 === | === hKit Microformats Toolkit for PHP5 === | ||
* [http://allinthehead.com/hkit hKit Microformats Toolkit for PHP5] as [http://allinthehead.com/retro/291/hkit-microformats-toolkit-for-php announced by Drew McLellan]. See also [[hkit|hKit on this wiki]]. | * [http://allinthehead.com/hkit hKit Microformats Toolkit for PHP5] as [http://allinthehead.com/retro/291/hkit-microformats-toolkit-for-php announced by Drew McLellan]. See also [[hkit|hKit on this wiki]]. | ||
===PHP Microformats parser=== | |||
* [http://www.phpclasses.org/browse/package/3597.html Microformats parser] is a PHP package for extracting the microformats data embedded into HTML. The gathered data is stored as an xArray of objects - one for each microformat type container found. [http://malatestapunk-stuff.blogspot.com/2007/01/php-microformats-parser.html Announcement]. The parser supports most of the hCard (missing SOUND), hCalendar, hReview (missing item info; spec really needs some clarification) and rel elements, according to their respective specification on microformats Wiki. | |||
== Ruby == | == Ruby == |
Revision as of 23:35, 29 December 2007
Microformats Parsers
This page lists libraries that consume, transform or convert microformats. This is only a partial list. If you know of other such tools for microformats, please add them and list what specific microformats they support.
For now, this page copies (rather than moves) information from the existing Implementations page.
Javascript
Sumo
PHP
hKit Microformats Toolkit for PHP5
PHP Microformats parser
- Microformats parser is a PHP package for extracting the microformats data embedded into HTML. The gathered data is stored as an xArray of objects - one for each microformat type container found. Announcement. The parser supports most of the hCard (missing SOUND), hCalendar, hReview (missing item info; spec really needs some clarification) and rel elements, according to their respective specification on microformats Wiki.