Changes between Version 18 and Version 19 of IniGetMacro


Ignore:
Timestamp:
Mar 5, 2015, 1:04:00 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • IniGetMacro

    v18 v19  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Display option values for trac.ini =
    32
    4 == Description ==
     3= Display option values for trac.ini
     4
     5== Description
    56
    67Allows a Trac wiki author to insert the value of a {{{trac.ini}}} configuration option into a page.
     
    1415}}}
    1516
    16 By calling the macro like so: `[[IniGet(section.name)]]`, it returns the value. If no option matches, it returns an error message. Some option names themselves
    17 contain periods, this is supported.
     17By calling the macro like so: `[[IniGet(section.name)]]`, it returns the value. If no option matches, it returns an error message. Some option names themselves contain periods, this is supported.
    1818
    19 The second macro in the package is `Welcome`, and it returns a level 1 heading
    20 element in the following format:
     19The second macro in the package is `Welcome`, and it returns a level 1 heading element in the following format:
    2120
    2221{{{
     
    2827These macros are useful for WikiStart project templates.
    2928
    30 == Installation ==
    31  
     29== Installation
     30
     31Install this plugin using setup.py and copying the egg to the plugins directory:
     32
    3233{{{
    3334#!sh
     
    3637}}}
    3738
    38 == Configuration ==
     39== Configuration
    3940 
    4041Enable the macros in:
     
    5152You may need to restart your Web server.
    5253
    53 == Examples ==
     54== Examples
    5455 
    5556{{{
     
    6162[[Welcome(,Super Cool Project)]]
    6263 
    63 The [[IniGet(project.name)]] project is designed to track and document software defects...
     64The [[IniGet(project.name)]] project is designed to track and document software defects.
    6465}}}
    6566
    66 == Download ==
     67== Download
    6768
    6869Download the zipped source from [download:inigetmacro here].
    6970
    70 == Source ==
     71== Source
    7172
    7273You can check out IniGetMacro from [http://trac-hacks.org/svn/inigetmacro here] using Subversion, or [source:inigetmacro browse the source] with Trac.
    7374
    74 == Bugs/Feature Requests ==
     75== Bugs/Feature Requests
    7576
    7677Existing bugs and feature requests for IniGetMacro are [report:9?COMPONENT=IniGetMacro here].
     
    7879If you have any issues, create a [http://trac-hacks.org/newticket?component=IniGetMacro&owner=dwclifton new ticket].
    7980
    80 == Recent Changes ==
     81[[TicketQuery(component=IniGetMacro,group=type,format=progress)]]
     82
     83== Recent Changes
    8184
    8285[[ChangeLog(inigetmacro, 3)]]
    8386
    84 == Author/Contributors ==
     87== Author/Contributors
    8588
    8689 * '''Author''': [wiki:dwclifton]