Edgewall Software

Changes between Version 30 and Version 31 of WikiMacros


Ignore:
Timestamp:
May 7, 2009, 9:00:50 AM (15 years ago)
Author:
Christian Boos
Comment:

added info about where to install Wiki macros plugins, closes #8267

Legend:

Unmodified
Added
Removed
Modified
  • WikiMacros

    v30 v31  
    4646
    4747=== Macro without arguments ===
    48 It should be saved as `TimeStamp.py` as Trac will use the module name as the Macro name
     48It should be saved as `TimeStamp.py` (in the TracEnvironment's `plugins/` directory) aas Trac will use the module name as the Macro name.
    4949{{{
    5050#!python
     
    6969
    7070=== Macro with arguments ===
    71 It should be saved as `HelloWorld.py` (in the plugins/ directory) as Trac will use the module name as the Macro name
     71It should be saved as `HelloWorld.py` (in the TracEnvironment's `plugins/` directory) as Trac will use the module name as the Macro name.
    7272{{{
    7373#!python