[[PageOutline(2-5,Contents,pullout)]] = !DocBook syntax support for Trac wiki == Description This plugin adds support for !DocBook syntax to the Trac Wiki. It is based on the [t:ProcessorBazaar 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 [report:9?COMPONENT=TracDocBookPlugin here]. If you have any issues, create a [/newticket?component=TracDocBookPlugin new ticket]. [[TicketQuery(component=TracDocBookPlugin&group=type,format=progress)]] == Download Download the zipped source from [export:tracdocbookplugin here]. == Source You can check out !TracDocBookPlugin from [/svn/tracdocbookplugin here] using Subversion, or [source:tracdocbookplugin browse the source] with Trac. == Installation Requires: * python-libxslt * python-libxml * docbook-xsl Install this plugin using `easy_install`: {{{#!sh $ easy_install https://trac-hacks.org/svn/tracdocbookplugin/0.11/ }}} Enable this plugin in your `trac.ini` file: {{{#!ini [components] tracdocbook.tracdocbook.tracdocbookplugin = enabled }}} == Configuration Specify the docbook stylesheet in your `trac.ini` file: {{{#!ini [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 [[ChangeLog(tracdocbookplugin, 3)]] == Author/Contributors '''Author:''' [wiki:trumbitta] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:'''