Changes between Version 17 and Version 18 of IniGetMacro


Ignore:
Timestamp:
Oct 19, 2012, 1:15:40 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

More updates to account for import to t-h.o.

Legend:

Unmodified
Added
Removed
Modified
  • IniGetMacro

    v17 v18  
    66Allows a Trac wiki author to insert the value of a {{{trac.ini}}} configuration option into a page.
    77
    8 The IniGetMacro package consists of two macros. The first, [http://github.com/dwclifton/tracinigetmacro/tree/master/0.11/iniget/macro.py IniGet], returns as plain
    9 text the value of a [http://trac-hacks.org/wiki/TracIni trac.ini] configuration option. The `trac.ini` file is a simple flat-file database of sections and option/value pairs:
     8The IniGetMacro package consists of two macros. The first, `IniGet`, returns as plain text the value of a [http://trac-hacks.org/wiki/TracIni trac.ini] configuration option. The `trac.ini` file is a simple flat-file database of sections and option/value pairs:
    109
    1110{{{
     
    1817contain periods, this is supported.
    1918
    20 The second macro in the package is [http://github.com/dwclifton/tracinigetmacro/tree/master/0.11/welcome/macro.py Welcome], and it returns a level 1 heading
     19The second macro in the package is `Welcome`, and it returns a level 1 heading
    2120element in the following format:
    2221