wiki:Page2DocbookPlugin

Version 19 (modified by Filipe Correia, 12 years ago) (diff)

--

Page2DocBook - Export wiki pages as docbook documents

Notice: This plugin is unmaintained and available for adoption.

Project options: Browse Source | View Tickets | New Ticket

Download options: Python Egg (v0.6.3) | Subversion Repository | [download:page2docbookplugin Zipped Source]

Notice

Until further notice you can find the latest version of the plugin in this page,
but future version will be available from the repository at github.

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 (note: if you're using a 64bit OS, you may need this fork , or more specifically, this this patch)
  • 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

16514 by rjollos on 2017-04-16 01:42:20
Fix identation
16394 by rjollos on 2017-03-25 09:20:58
Remove eggs
6400 by FilipeCorreia on 2009-08-20 17:15:48
Updated the version number to 0.6.3 final, and built the egg
(more)

Credits

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