From mail at tobyinkster.co.uk Sat Feb 20 00:31:04 2010 From: mail at tobyinkster.co.uk (Toby Inkster) Date: Sat Feb 20 00:31:10 2010 Subject: [uf-dev] Perl module - HTML::Microformats Message-ID: <1266654664.14928.12.camel@ophelia2.g5n.co.uk> I'm slowly breaking up Swignition into a set of smaller Perl modules. Swignition, as-is, is fairly monolithic. Breaking it up allows each component to be used separately, and develop on its own schedule. The first part I broke out was the RDFa parser, which split out over a year ago as RDF::RDFa::Parser, and I've recently released version 1.00 of it. My next task is the microformat parsing, which I'm splitting out as HTML::Microformats. Last night I released a developer preview of the HTML::Microformats module. So far it includes: - most of the "infrastructure" code for parsing and dealing with microformats; - support for hCard, adr, geo and rel-tag; - output as an RDF::Trine model, a JSON string or native Perl objects. To download, or read the documentation: http://search.cpan.org/~tobyink/HTML-Microformats/ -- Toby A Inkster From mail at tobyinkster.co.uk Wed Feb 24 05:01:27 2010 From: mail at tobyinkster.co.uk (Toby Inkster) Date: Wed Feb 24 05:01:32 2010 Subject: [uf-dev] Re: Perl module - HTML::Microformats In-Reply-To: <1266654664.14928.12.camel@ophelia2.g5n.co.uk> References: <1266654664.14928.12.camel@ophelia2.g5n.co.uk> Message-ID: <03cf8d8e39c7aef21865069627f7ca08.squirrel@goddamn.co.uk> > http://search.cpan.org/~tobyink/HTML-Microformats/ Over the last few days, I've ported support for some more microformats from Swignition to HTML::Microformats. This has been released as version 0.00_01. Added: * XFN * species (proposed draft microformat, see http://buzzword.org.uk/swignition/uf#species) * hMeasure (proposed draft microformat, see http://microformats.org/wiki/measure) In the next release, support for hAtom, rel-license and rel-enclosure is planned. -Toby From mail at tobyinkster.co.uk Sun Feb 28 17:17:43 2010 From: mail at tobyinkster.co.uk (Toby Inkster) Date: Sun Feb 28 17:34:50 2010 Subject: [uf-dev] Re: Perl module - HTML::Microformats In-Reply-To: <03cf8d8e39c7aef21865069627f7ca08.squirrel@goddamn.co.uk> References: <1266654664.14928.12.camel@ophelia2.g5n.co.uk> <03cf8d8e39c7aef21865069627f7ca08.squirrel@goddamn.co.uk> Message-ID: <1267406263.15017.35.camel@ophelia2.g5n.co.uk> On Wed, 2010-02-24 at 13:01 +0000, Toby Inkster wrote: > http://search.cpan.org/~tobyink/HTML-Microformats/ Latest release adds support for hAtom, rel-license, rel-enclosure and hNews. I've also added some documentation for adr, geo and XFN. Next release will include hCalendar. -- Toby A Inkster