Changes between Version 24 and Version 25 of Page2DocbookPlugin


Ignore:
Timestamp:
Jul 10, 2018, 7:38:25 AM (6 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • Page2DocbookPlugin

    v24 v25  
    1 = Page2DocBook - Export wiki pages as docbook documents =
     1[[PageOutline(2-5,Contents,pullout)]]
    22
    3 '''Project options:''' [source:page2docbookplugin Browse Source] |
    4 [report:9?COMPONENT=Page2DocbookPlugin View Tickets] | [/newticket?component=Page2DocbookPlugin New Ticket]
     3= Page2DocBook - Export wiki pages as docbook documents
    54
    6 '''Download options:''' [/svn/page2docbookplugin/builds/PageToDocbook-0.6.3.egg Python Egg (v0.6.3)] | [/svn/page2docbookplugin Subversion Repository] | [export:page2docbookplugin Zipped Source]
     5== Description
    76
    8 == Installation ==
     7This plugin allows you to export the wiki pages of your Trac project in the DocBook format. [wikipedia:DocBook] is a semantic markup language for technical documentation. DocBook files are used to prepare output files in a wide variety of formats. Nearly always, this is accomplished using DocBook XSL stylesheets. These are XSLT stylesheets that transform DocBook documents into a number of formats (HTML, XSL-FO for later conversion into PDF, etc.).
     8
     9== Bugs/Feature Requests
     10
     11Existing bugs and feature requests for TracMetrixPlugin are
     12[report:9?COMPONENT=Page2DocbookPlugin here].
     13
     14If you have any issues, create a
     15[/newticket?component=Page2DocbookPlugin new ticket].
     16
     17[[TicketQuery(component=Page2DocbookPlugin&group=type,format=progress)]]
     18
     19== Download
     20
     21Download the latest revision from [export:page2docbookplugin here].
     22
     23There is also a [/svn/page2docbookplugin/builds/PageToDocbook-0.6.3.egg Python Egg (v0.6.3)].
     24
     25There is a [source:page2docbookplugin/page-retriever/getDocbookDocuments.py companion python script] that retrieves all the docbook files for a given set of wiki pages. It saves the docbook files to the local computer, along with any attached image file, making them ready for processing with [http://wiki.docbook.org/topic/DocBookPublishingTools any other tool that receives docbook as input].
     26
     27This script is currently mostly undocumented, but I believe it is simple enough to be easily understood.
     28
     29== Source
     30
     31You can check out TracMetrixPlugin from [/svn/page2docbookplugin here] using Subversion, or [source:page2docbookplugin browse the source] with Trac.
     32
     33== Installation
    934
    1035This plugin was tested with Trac versions 0.10 and 0.11.
    1136Please ensure the following python modules are installed before installing this plugin:
    12  * python-uTidyLib (note: if you're using a 64bit OS, you may need [https://github.com/lachlan-00/utidylib2 this fork ], or more specifically, this [http://developer.berlios.de/bugs/?func=detailbug&bug_id=14691&group_id=1810 this patch])
     37 * python-uTidyLib (note: if you're using a 64bit OS, you may need [https://github.com/lachlan-00/utidylib2 this fork], or more specifically, this [http://developer.berlios.de/bugs/?func=detailbug&bug_id=14691&group_id=1810 this patch])
    1338 * python-libxml2
    1439 * python-libxslt
    1540
    16 Refer to the [http://trac.edgewall.org/search?q=TracPlugins Trac plugin documentation] for details on how to build and install plugins and macros.
     41General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    1742
    1843After installing, a new alternative format should appear on the bottom of each wiki page, next to the "Plain Text" link.
    1944
    20 == Companion Script ==
    21 
    22 There's a [source:page2docbookplugin/page-retriever/getDocbookDocuments.py companion python script] that retrieves all the docbook files for a given set of wiki pages. It saves the docbook files to the local computer, along with any attached image file, making them ready for processing with [http://wiki.docbook.org/topic/DocBookPublishingTools any other tool that receives docbook as input].
    23 
    24 This script is currently mostly undocumented, but I believe it is simple enough to be easily understood.
    25 
    26 == Recent Changes ==
     45== Recent Changes
    2746
    2847[[ChangeLog(page2docbookplugin, 3)]]
    2948
    30 == Credits ==
     49== Author/Contributors
    3150
    32 This plugin was authored by [wiki:FilipeCorreia]. Additional credits go to [http://osteele.com/ Oliver Steele] for his [http://osteele.com/software/xslt/html2db/ html2db] stylesheets.
     51'''Author:''' [wiki:FilipeCorreia] [[BR]]
     52'''Maintainer:''' [[Maintainer]] [[BR]]
     53'''Contributors:''' [http://osteele.com/ Oliver Steele] for his [http://osteele.com/software/xslt/html2db/ html2db] stylesheets