From dstevens at zappos.com Tue Dec 7 15:21:45 2010 From: dstevens at zappos.com (Dave Stevens) Date: Tue Dec 7 15:21:51 2010 Subject: [uf-discuss] hReview vs hReview-aggregate Message-ID: Hi all, We are looking to implement microformats on our reviews, but I was unsure whether to proceed with hReview or hReview aggregate. On the page in question, we have a summary of all reviews of a single product with an average rating, and then multiple reviews of a single product. Reading Google's recommendations here: http://www.google.com/support/webmasters/bin/answer.py?answer=146645 I am thinking it's best to use hReview-aggregate on the summary area. However, I like the format of hReview and wanted to see whether it made sense to include that in each individual review in the list (so there would be multiple instances of hReview on a single page). Can anyone present me with a best practice in this use-case? Thanks, Dave From mail at tobyinkster.co.uk Tue Dec 21 04:28:32 2010 From: mail at tobyinkster.co.uk (Toby Inkster) Date: Tue Dec 21 04:28:42 2010 Subject: [uf-discuss] HTML::Microformats and XML::Atom::Microformats stable releases Message-ID: <20101221122832.2baec566@miranda.g5n.co.uk> I released the first stable version of HTML::Microformats a few days ago, but was waiting for the first stable release of XML::Atom::Microformats before I announced it here. HTML::Microformats is a Perl module to parse microformats embedded in HTML or XHTML, outputting them as RDF, JSON or native Perl objects. It offers support for all microformat specifications (except rel-nofollow), most of the drafts, and all of the design patterns listed on the front page of the microformats.org wiki, and a little bit more. See also: http://microformats.org/wiki/parsers#HTML::Microformats http://search.cpan.org/dist/HTML-Microformats-0.100/ (There's a known bug surrounding RDF output of rel=me.) XML::Atom::Microformats brings the same functionality to HTML and XHTML content found in elements within Atom feeds. See also: http://microformats.org/wiki/parsers#XML::Atom::Microformats http://search.cpan.org/dist/XML-Atom-Microformats-0.001/ Also perhaps worth mentioning is HTML::Data::Parser which wraps HTML::Microformats alongside an RDFa parser, microdata parser, and other modules that extract data from HTML, exposing the result as a single RDF model suitable for querying with SPARQL. http://search.cpan.org/dist/HTML-Data-Parser-0.003/ There's a little demo of the combined parser here: http://srv.buzzword.org.uk/HTML-Data-Parser.pl?format=html&url=http://tantek.com/ It's not intended for production use and has some unicode issues at the moment. -- Toby A Inkster