wiki:TracDocBookPlugin

Version 8 (modified by figaro, 9 years ago) (diff)

Cosmetic changes, tagged with license

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.

Based on docbook.py processor by Simon Ward.

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 [download:tracdocbookplugin 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 http://trac-hacks.org/svn/tracdocbookplugin/0.11/

Enable as usual 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.

Example

{{{
#!docbook
... some docbook syntax ...
}}}

Recent Changes

15264 by rjollos on 2016-02-11 04:22:34
Remove unnecessary svn:mime-type on py files

svn:mime-type was set to "plain" for many files.

6032 by trumbitta on 2009-06-11 10:10:26
#fixes 5354
6031 by trumbitta on 2009-06-11 10:07:16
(more)

Author/Contributors

Author: trumbitta
Maintainer: None
Contributors: