Edgewall Software

Changes between Version 68 and Version 69 of MacroBazaar


Ignore:
Timestamp:
Mar 13, 2005, 6:30:35 AM (19 years ago)
Author:
Matthew Good <trac matt-good net>
Comment:

more categorization

Legend:

Unmodified
Added
Removed
Modified
  • MacroBazaar

    v68 v69  
    160160[[BR]]''By:'' Bernhard Haumacher <haui at haumacher.de>
    161161
     162=== TracNav ===
     163
     164The !TracNav macro implements a fully customizable navigation bar for the Trac wiki engine (a replacement for the pure static !TracGuideToc macro). The contents of the navigation bar is a wiki page itself and can be edited like any other wiki page through the web interface. The navigation bar supports hierarchical ordering of topics.
     165
     166Further information and a life example can be found at the [http://svn.ipd.uka.de/trac/javaparty/wiki/TracNav TracNav home page].
     167
     168''Download:'' [http://projects.edgewall.com/trac/attachment/wiki/MacroBazaar/TracNav.py TracNav.py]
     169[[BR]]''Version:'' >= 0.8
     170[[BR]]''By:'' Bernhard Haumacher (haui at haumacher.de)
     171
    162172[wiki:MacroBazaar#Categories (categories)]
    163173----
     
    189199[[BR]]''Version:'' >= 0.8
    190200[[BR]]''By:'' Muness Alrubaie <muness@gmail.com>
     201
     202=== LastModified ===
     203
     204Shows the last modification date of the specified page, or the page the macro appears in if not specified. An optional argument, {{{ delta }}}, can be given to show the time elapsed since the last modification. The output is placed in span with a title that gives the exact modification date and the author of the change. See [http://chimp.acm.uiuc.edu/cgi-bin/trac.cgi/wiki/CustomMacros examples] or [http://severinghaus.org/projects/bfgff/LastModified.py download] it!
     205
     206''Usage:''
     207{{{
     208[[LastModified]]
     209[[LastModified(delta)]]
     210[[LastModified(MacroBazaar)]]
     211[[LastModified(MacroBazaar,delta)]]
     212}}}
     213
     214''Download:'' http://severinghaus.org/projects/bfgff/LastModified.py
     215[[BR]]''Version:'' >= 0.7
     216[[BR]]''By:'' Steven N. Severinghaus <sns@severinghaus.org>
    191217
    192218[wiki:MacroBazaar#Categories (categories)]
     
    242268[[BR]]''By:'' Alec Thomas <trac-form@swapoff.org> -- ''Ver.'' >= 0.7.1
    243269
    244 === TracNav ===
    245 
    246 The !TracNav macro implements a fully customizable navigation bar for the Trac wiki engine (a replacement for the pure static !TracGuideToc macro). The contents of the navigation bar is a wiki page itself and can be edited like any other wiki page through the web interface. The navigation bar supports hierarchical ordering of topics.
    247 
    248 Further information and a life example can be found at the [http://svn.ipd.uka.de/trac/javaparty/wiki/TracNav TracNav home page].
    249 
    250 ''Download:'' [http://projects.edgewall.com/trac/attachment/wiki/MacroBazaar/TracNav.py TracNav.py]
    251 [[BR]]''Version:'' >= 0.8
    252 [[BR]]''By:'' Bernhard Haumacher (haui at haumacher.de)
    253 
    254 
    255270=== TOC ===
    256271
     
    287302[[BR]]''By:'' Alec Thomas <trac-form@swapoff.org>
    288303[[BR]]''Version:'' >= 0.8
    289 
    290 === LastModified ===
    291 
    292 Shows the last modification date of the specified page, or the page the macro appears in if not specified. An optional argument, {{{ delta }}}, can be given to show the time elapsed since the last modification. The output is placed in span with a title that gives the exact modification date and the author of the change. See [http://chimp.acm.uiuc.edu/cgi-bin/trac.cgi/wiki/CustomMacros examples] or [http://severinghaus.org/projects/bfgff/LastModified.py download] it!
    293 
    294 ''Usage:''
    295 {{{
    296 [[LastModified]]
    297 [[LastModified(delta)]]
    298 [[LastModified(MacroBazaar)]]
    299 [[LastModified(MacroBazaar,delta)]]
    300 }}}
    301 
    302 ''Download:'' http://severinghaus.org/projects/bfgff/LastModified.py
    303 [[BR]]''Version:'' >= 0.7
    304 [[BR]]''By:'' Steven N. Severinghaus <sns@severinghaus.org>
    305304
    306305=== SvnFiles ===