I have installed the CombineWiki plugin and while attempting to use
the TiddlyWiki output, the following error occurs:

Traceback (most recent call last):
  File "C:\Python24\lib\site-packages\trac\web\main.py", line 406, in
dispatch_request
    dispatcher.dispatch(req)
  File "C:\Python24\lib\site-packages\trac\web\main.py", line 237, in
dispatch
    resp = chosen_handler.process_request(req)
  File "C:\Python24\lib\site-packages\tracwebadmin-0.1.2dev_r5911-
py2.4.egg\webadmin\web_ui.py", line 119, in process_request
    path_info)
  File "build\bdist.win32\egg\combinewiki\web_ui.py", line 58, in
process_admin_request
  File "build\bdist.win32\egg\combinewiki\formats.py", line 201, in
process_combinewiki
  File "C:\Python24\lib\site-packages\trac\web\api.py", line 367, in
display
    data = self.hdf.render(template, form_token)
  File "C:\Python24\lib\site-packages\trac\web\clearsilver.py", line
296, in render
    injector.feed(template.render())
  File "C:\Python24\lib\HTMLParser.py", line 108, in feed
    self.goahead(0)
  File "C:\Python24\lib\HTMLParser.py", line 148, in goahead
    k = self.parse_starttag(i)
  File "C:\Python24\lib\HTMLParser.py", line 226, in parse_starttag
    endpos = self.check_for_whole_start_tag(i)
  File "C:\Python24\lib\HTMLParser.py", line 301, in
check_for_whole_start_tag
    self.error("malformed start tag")
  File "C:\Python24\lib\HTMLParser.py", line 115, in error
    raise HTMLParseError(message, self.getpos())
HTMLParseError: malformed start tag, at line 499, column 81

Any ideas?  I am running trac 0.10.4 and installed the CombineWiki
using easy_install.

Thanks in advance for any help you can provide!


Brett

On Apr 21, 9:00 pm, Noah Kantrowitz <[EMAIL PROTECTED]> wrote:
> Brett wrote:
> > Hi all--
>
> > I would like to export the entire contents of a project Trac Wiki
> > (including all sub pages, etc.) to individual HTML files that I can
> > burn to a CD as a snapshot of documentation for a particular project
> > release.  Is there a way to automate this process (via plugin or other
> > method) or will I need to open a web browser and manually save each
> > Wiki page by hand?  I am running the standalone tracd server on a
> > Windows SBS system.   I don't consider myself a Trac power user, but I
> > assume that the wiki contents are located in the db/trac.db file
> > within the Trac environment for the project.
>
> Look at the CombineWiki plugin. Either the HTML or TiddlyWiki output
> formats should do what you want.
>
> --Noah
>
>  signature.asc
> 1KDownload
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to