microformat-aggregation: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(New page: <entry-title>Microformat Aggregation</entry-title> A project worked on at microformatsDevCamp Extract microformats data from the web and provide access to ...)
 
m (Replace <entry-title> with {{DISPLAYTITLE:}})
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<entry-title>Microformat Aggregation</entry-title>
{{DISPLAYTITLE:Microformat Aggregation}}


A project worked on at [[events/2009-07-25-dev-camp|microformatsDevCamp]]
A project worked on at [[events/2009-07-25-dev-camp|microformatsDevCamp]]
* Jesse - jessehammons@peliom.net
* Andrew - am2collum@gmail.com
* Dane - dane.hurtubise@gmail.com
* Randy - randy@randykerber.com
* Yury - yury@yury.name


Extract microformats data from the web and provide access to it through JSON. Run at App Engine.
Extract microformats data from the web and provide access to it through JSON. Run at App Engine.
Four 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, first version works at http://semabox.com/mfcrawl)
* [Parser] create new lxml-based parser in Python (Andrew)
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
* http://github.com/amccollum/microtron
* http://github.com/peliom/mfgae/tree/master
* http://mfgae1.appspot.com/
* http://semabox.com/mfcrawl
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

Latest revision as of 16:29, 18 July 2020


A project worked on at microformatsDevCamp

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

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

Four 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, first version works at http://semabox.com/mfcrawl)
  • [Parser] create new lxml-based parser in Python (Andrew)

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