ufperl

Text::Microformat 0.04 released

The latest Text::Microformat is available on CPAN. The biggest change is the addition of hCalendar support, thanks to Franck Cuny. Also there is changed handling (i.e. ignoring) of namespaces. The parser now strips off the namespace prefixes and matches on the local names. This means that the tags <a> and <html:a> and <monkey:a> would be treated the same way. This may seem backwards to XML-heads, but with microformats namespaces are considered harmful.

Text::Microformat on CPAN

Project Homepage

Enjoy!

Introducing Text::Microformat

Text::Microformat is a Microformat parser for Perl.

More specifically, Text::Microformat is an extensible Microformat-parsing framework, which allows not only new kinds of Microformats to be added, but also extension of the parser itself, so new parsing metaphors and source document encodings could be added.

Features:

  • Extracting Microformats from HTML, XHTML and XML
  • Extracting Microformats from entity-encoded or CDATA sections in RSS feeds.
  • The include pattern
  • Microformats built from other Microformats

Supported formats:

Other supported semantic markup:

Links:

Wanna help?

  • Submit bug and feature requests
  • Contribute code
    • You can create your own plugins and release them independently of Text::Microformat
    • You can contribute code, docs or tests to Text::Microformat (Submit a feature request, then attach a patch to it)
  • Blog about it (tag blog posts with ‘ufperl’)

Updated 2007-04-26: hGrant is not a microformat.

Syndicate content