Changes between Version 7 and Version 8 of TracDocBookPlugin


Ignore:
Timestamp:
May 10, 2015, 8:10:27 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • TracDocBookPlugin

    v7 v8  
    1 = !DocBook syntax support for Trac wiki =
     1[[PageOutline(2-5,Contents,pullout)]]
    22
    3 == Description ==
     3= !DocBook syntax support for Trac wiki
    44
    5 Adds support for !DocBook syntax to the Trac Wiki.
     5== Description
    66
    7 Based on [http://trac.edgewall.org/wiki/ProcessorBazaar docbook.py processor by Simon Ward].
     7This plugin adds support for !DocBook syntax to the Trac Wiki.
    88
    9 You will find some unused stuff (imports and defs); that's because:
    10  * I started from TracMathPlugin
    11  * I'm not a Python programmer
    12  * the current version works for me
    13  * I've not time nor the required skills for mantaining this plugin :-/
     9Based on [http://trac.edgewall.org/wiki/ProcessorBazaar docbook.py processor] by Simon Ward.
    1410
    15 == Bugs/Feature Requests ==
     11== Bugs/Feature Requests
    1612
    1713Existing bugs and feature requests for !TracDocBookPlugin are
     
    2117[http://trac-hacks.org/newticket?component=TracDocBookPlugin&owner=trumbitta new ticket].
    2218
    23 == Download ==
     19[[TicketQuery(component=TracDocBookPlugin&group=type,format=progress)]]
     20
     21== Download
    2422
    2523Download the zipped source from [download:tracdocbookplugin here].
    2624
    27 == Source ==
     25== Source
    2826
    2927You can check out !TracDocBookPlugin from [http://trac-hacks.org/svn/tracdocbookplugin here] using Subversion, or [source:tracdocbookplugin browse the source] with Trac.
    3028
    31 == Installing ==
     29== Installation
    3230
    3331Requires:
     
    3735 * docbook-xsl
    3836
    39 {{{
    40 root@hostname:~# easy_install http://trac-hacks.org/svn/tracdocbookplugin/0.11/
     37Install this plugin using `easy_install`:
     38{{{#!sh
     39$ easy_install http://trac-hacks.org/svn/tracdocbookplugin/0.11/
    4140}}}
    4241
    43 == Configuring ==
    44 
    45 Enable as usual in trac.ini
    46 {{{
     42Enable as usual in your `trac.ini` file:
     43{{{#!ini
    4744[components]
    4845tracdocbook.tracdocbook.tracdocbookplugin = enabled
    4946}}}
    5047
    51 Specify the docbook stylesheet in trac.ini
    52 {{{
     48== Configuration
     49
     50Specify the docbook stylesheet in your `trac.ini` file:
     51{{{#!ini
    5352[tracdocbook]
    5453stylesheet = /usr/share/xml/docbook/stylesheet/nwalsh/xhtml/docbook.xsl
    5554}}}
    56 The previous stylesheet path will work out-of-the-box with Ubuntu 8.10 and docbook-xsl package
    5755
    58 == Example ==
     56The previous stylesheet path will work out-of-the-box with Ubuntu 8.10 and docbook-xsl package.
     57
     58== Example
    5959
    6060{{{
     
    6565}}}
    6666
    67 == Recent Changes ==
     67== Recent Changes
    6868
    6969[[ChangeLog(tracdocbookplugin, 3)]]
    7070
    71 == Author/Contributors ==
     71== Author/Contributors
    7272
    7373'''Author:''' [wiki:trumbitta] [[BR]]
     74'''Maintainer:''' None [[BR]]
    7475'''Contributors:'''