Microformat Aggregation

From Microformats Wiki
Revision as of 16:29, 18 July 2020 by Aaronpk (talk | contribs) (Replace <entry-title> with {{DISPLAYTITLE:}})
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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