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.