Edgewall Software

Changes between Version 54 and Version 55 of MacroBazaar


Ignore:
Timestamp:
Feb 13, 2005, 12:14:16 PM (19 years ago)
Author:
simon@…
Comment:

Removed DocBookProcessor, moved to ProcessorBazaar

Legend:

Unmodified
Added
Removed
Modified
  • MacroBazaar

    v54 v55  
    306306
    307307
    308 === DocBookProcessor ===
    309 A simple DocBook WikiProcessor.
    310 
    311 Requires:
    312   * libxml2-python (developed with version 2.6.11)
    313   * libxslt-python (developed with version 1.1.8)
    314 
    315 Specify "stylesheet" under the "docbook" section in your trac.ini, for example:
    316 {{{
    317 [docbook]
    318 stylesheet = /usr/share/xml/docbook/stylesheet/nwalsh/xhtml/docbook.xsl
    319 }}}
    320 [[BR]]''Download:'' http://projects.edgewall.com/trac/attachment/wiki/MacroBazaar/docbook.2.py
    321 [[BR]]''By:'' Simon Ward <simon@mivok.net>
    322 [[BR]]''Version:'' >= 0.8
    323 
    324 
    325308=== Blog ===
    326309A simple blog macro which renders matched wiki pages on one page. Only one month's wiki pages are shown at once.
     
    382365A !BackLinks feature would be useful, and is a requirement to use !WikiBadges, afaik (already requested in tickets #611 and #646)
    383366
    384 --------
    385 
    386 DocBookProcessor could possibly be generalised for any XML input and corresponding XSLT stylesheets. In fact, it will already use whatever stylesheet file is provided in the TracIni file.
    387 
    388367----
    389368See also:  WikiMacros, ProcessorBazaar