The HTML to Markdown library is GPL so we'll want to put this in a separate library / package, and we should move the MediaWiki importer with it.
Also, there is some example code parsing the wiki data [here](https://engr-git.sdot.me/?p=sfpy.git;a=blob;f=sf.gobble/sf/gobble/parsers/doapmaker/GCodeDOAPMaker.py;h=881a4deec91d7d468223f0aac3f27769f7d34235;hb=f41caccdde14a616a9bb26c5e6c2da6c252b6150) --- ** [tickets:#6458] Create wiki importer for Google Code** **Status:** open **Labels:** import google-code **Created:** Fri Jul 12, 2013 10:20 PM UTC by Cory Johns **Last Updated:** Mon Jul 15, 2013 03:51 PM UTC **Owner:** nobody Create an importer for wiki pages for Google Code projects. The importer should follow the framework discussed in the [mailing list](http://mail-archives.apache.org/mod_mbox/incubator-allura-dev/201307.mbox/%3CCAEMb8zUg7Kem2aDxVzAqF3U4aKEj7jL3UO=UpX=2+nfy_p8...@mail.gmail.com%3E). The list of pages will have to be parsed out from the list page (e.g., https://code.google.com/p/support/w/list with a jQuery selector of `#resultstable tbody a`). The page contents and comments will need to be extracted from the elements with an `id` of `wikicontents` and `commentlist`, respectively. Support for a user-mapping might be nice, but is unlikely to be terribly useful, so comments should probably just be attributed to `*anonymous`, perhaps with a link prepended to the comment that links to the Google Code user profile page. (Or maybe we should only import the page contents?) --- Sent from sourceforge.net because [email protected] is subscribed to https://sourceforge.net/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
