public
Description: A microformat parser framework for JavaScript
Homepage: http://www.danwebb.net/2007/2/9/sumo-a-generic-microformats-parser-for-javascript
Clone URL: git://github.com/danwrong/sumo.git
sumo /
README
Sumo - Microformats Parsing For JavaScript
------------------------------------------

Sumo is an extensible framework for creating microformats parsers in JavaScript.  Parsers for HCard, HEvent and HReview 
are included.

It is framework independent, but will use Sizzle, jQuery or Prototype's selector engine if available.

Usage
-----

HCard.discover() 

Which gives an array of JSON objects containing all the hcards within the page.

Read more here:

http://www.danwebb.net/2007/2/9/sumo-a-generic-microformats-parser-for-javascript