On Mon 19 Dec 2011, Philip Neustrom philipn@gmail.com wrote:
I'll take a look! It'd probably be easier for me to write a scraper rather than try and parse the OG-wikimarkup. Or is there an independent parser that can be used? E.g. is this a standardized markup format?
What exactly do you want to parse? The page content is freeform - the structured data is all in the metadata table. If you just want to turn the wiki markup into HTML, you can use this CPAN module: http://search.cpan.org/~dom/Wiki-Toolkit-Formatter-UseMod/
or anything else that can render UseMod markup.
Kake