Page2DocbookPlugin - A trac plugin for exporting wiki pages as docbook documents

Project options: Browse Source | View Tickets | New Ticket

Download options: Python Egg (v0.6.2) | Subversion Repository | Zipped Source

Installation

This plugin was tested with Trac versions 0.10 and 0.11. Please ensure the following python modules are installed before installing this plugin:

  • python-uTidyLib
  • python-libxml2
  • python-libxslt

Refer to the Trac plugin documentation for details on how to build and install plugins and macros.

After installing, a new alternative format should appear on the bottom of each wiki page, next to the "Plain Text" link.

Companion Script

There's a companion python script that retrieves all the docbook files for a given set of wiki pages. It saves the docbook files to the local computer, along with any attached image file, making them ready for processing with any other tool that receives docbook as input.

This script is currently mostly undocumented, but I believe it is simple enough to be easily understood.

Recent Changes

[4143] by FilipeCorreia on 08/14/08 19:27:01

Added egg for version 0.6.2

[4142] by FilipeCorreia on 08/14/08 19:26:03

Corrected access data resources. The egg file should now work out of the box.

[4138] by FilipeCorreia on 08/14/08 11:14:27

  • Included in setup.py the missing parts of the data directory

[4131] by FilipeCorreia on 08/11/08 20:17:44

  • Committed the companion script.

Credits

This plugin was authored by FilipeCorreia. Additional credits go to Oliver Steele for his html2db stylesheets.

Attachments