The example code only parses out Featured Wiki links from the project summary, not the actual wiki content.
--- ** [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 04:03 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 allura-dev@incubator.apache.org 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.