Changes between Version 2 and Version 3 of TracDocBookPlugin


Ignore:
Timestamp:
Mar 22, 2009, 5:01:26 PM (15 years ago)
Author:
William Ghelfi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracDocBookPlugin

    v2 v3  
    2929You can check out TracDocBookPlugin from [http://trac-hacks.org/svn/tracdocbookplugin here] using Subversion, or [source:tracdocbookplugin browse the source] with Trac.
    3030
     31== Installing ==
     32
     33Requires:
     34
     35 * python-libxslt
     36 * python-libxml
     37 * docbook-xsl
     38
     39{{{
     40$ easy_install <svn_source_URL_up_there>
     41}}}
     42
     43== Configuring ==
     44
     45Enable as usual in trac.ini
     46{{{
     47[components]
     48tracdocbook.tracdocbook.tracdocbookplugin = enabled
     49}}}
     50
     51Specify the docbook stylesheet in trac.ini
     52{{{
     53[tracdocbook]
     54stylesheet = /usr/share/xml/docbook/stylesheet/nwalsh/xhtml/docbook.xsl
     55}}}
     56The previous stylesheet path will work out-of-the-box with Ubuntu 8.10 and docbook-xsl package
     57
    3158== Example ==
    3259