= !DocBook syntax support for Trac wiki = == Description == Adds support for !DocBook syntax to the Trac Wiki. Based on [http://trac.edgewall.org/wiki/ProcessorBazaar docbook.py processor by Simon Ward]. You will find some unused stuff (imports and defs); that's because: * I started from TracMathPlugin * I'm not a Python programmer * the current version works for me * I've not time nor the required skills for mantaining this plugin :-/ == Bugs/Feature Requests == Existing bugs and feature requests for !TracDocBookPlugin are [report:9?COMPONENT=TracDocBookPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TracDocBookPlugin&owner=trumbitta new ticket]. == Download == Download the zipped source from [download:tracdocbookplugin here]. == Source == You can check out !TracDocBookPlugin from [http://trac-hacks.org/svn/tracdocbookplugin here] using Subversion, or [source:tracdocbookplugin browse the source] with Trac. == Installing == Requires: * python-libxslt * python-libxml * docbook-xsl {{{ root@hostname:~# easy_install http://trac-hacks.org/svn/tracdocbookplugin/0.11/ }}} == Configuring == Enable as usual in trac.ini {{{ [components] tracdocbook.tracdocbook.tracdocbookplugin = enabled }}} Specify the docbook stylesheet in trac.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 == Example == {{{ {{{ #!docbook ... some docbook syntax ... }}} }}} == Recent Changes == [[ChangeLog(tracdocbookplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:trumbitta] [[BR]] '''Contributors:'''