#7150 Handle importing from older Trac formats

unreleased
open
nobody
General
nobody
2015-02-02
2014-02-07
No

E.g. trac 0.10.3 on http://www.spamboard.net/wiki/TitleIndex requires:

-    CONTENT_DIV_ATTRS = {'class': 'wikipage searchable'}
+    CONTENT_DIV_ATTRS = {'class': 'wikipage'}

(And with that, may require stripping the <div id='searchable'> that is within the wikipage.

Also def page_list needs to use the href instead of the text of each link. It'll need to strip off the base URL portion.

Discussion


Log in to post a comment.