microformat-aggregation: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 19: Line 19:
The primary output of this project was that there is little or no support for XSLT on Google App Engine.  Because the canonical programmatic description of microformats is in Optimus, this presents a problem.
The primary output of this project was that there is little or no support for XSLT on Google App Engine.  Because the canonical programmatic description of microformats is in Optimus, this presents a problem.


http://github.com/peliom/mfgae/tree/master
PROJECT URLS
http://mfgae1.appspot.com/


http://code.google.com/p/aump/downloads/list
* http://github.com/peliom/mfgae/tree/master
http://www.crummy.com/software/BeautifulSoup/
* http://mfgae1.appspot.com/


http://code.google.com/p/googleappengine/issues/detail?id=1255&q=xpath&colspec=ID%20Type%20Status%20Priority%20Stars%20Owner%20Summary%20Log%20Component
INFO
* http://code.google.com/p/aump/downloads/list
* http://www.crummy.com/software/BeautifulSoup/
* http://code.google.com/p/googleappengine/issues/detail?id=1255&q=xpath&colspec=ID%20Type%20Status%20Priority%20Stars%20Owner%20Summary%20Log%20Component

Revision as of 02:16, 26 July 2009

<entry-title>Microformat Aggregation</entry-title>

A project worked on at microformatsDevCamp

Jesse - jessehammons@peliom.net Andrew - am2collum@gmail.com Dane - dane.hurtubise@gmail.com Randy - randy@randykerber.com Yury - yurilifshits@gmail.com

Extract microformats data from the web and provide access to it through JSON. Run at App Engine.

Three Main Projects

  • [In-Browser] Use xslt.js to extract microformats from HTML documents using Optimus's XSLT stylesheet (Dane,Andrew,works!)
  • [GAE] upload AUMP and BeautifulSoup to google app engine to parse microformats (Jesse)
  • [Hosted] use lxml/python on personal server to parse microformats (Yury)

The primary output of this project was that there is little or no support for XSLT on Google App Engine. Because the canonical programmatic description of microformats is in Optimus, this presents a problem.

PROJECT URLS

INFO