Contents
DocBook syntax support for Trac wiki
Notice: This plugin is unmaintained and available for adoption.
Description
This plugin adds support for DocBook syntax to the Trac Wiki. It is based on the docbook.py processor by Simon Ward.
It would be called as follows in your Trac wiki page:
{{{ #!docbook ... some docbook syntax ... }}}
Bugs/Feature Requests
Existing bugs and feature requests for TracDocBookPlugin are here.
If you have any issues, create a new ticket.
defect |
1 / 1 |
---|
Download
Download the zipped source from here.
Source
You can check out TracDocBookPlugin from here using Subversion, or browse the source with Trac.
Installation
Requires:
- python-libxslt
- python-libxml
- docbook-xsl
Install this plugin using easy_install
:
$ easy_install https://trac-hacks.org/svn/tracdocbookplugin/0.11/
Enable this plugin in your trac.ini
file:
[components] tracdocbook.tracdocbook.tracdocbookplugin = enabled
Configuration
Specify the docbook stylesheet in your trac.ini
file:
[tracdocbook] stylesheet = /usr/share/xml/docbook/stylesheet/nwalsh/xhtml/docbook.xsl
The previous stylesheet path will work out-of-the-box with Ubuntu 8.10 and docbook-xsl package.
Recent Changes
Author/Contributors
Author: trumbitta
Maintainer: none (needsadoption)
Contributors: