Edgewall Software

Changes between Version 28 and Version 29 of WikiMacros


Ignore:
Timestamp:
Oct 28, 2008, 2:27:29 PM (15 years ago)
Author:
Christian Boos
Comment:

clean-up links and wording for #Implementation section

Legend:

Unmodified
Added
Removed
Modified
  • WikiMacros

    v28 v29  
    4141== Implementation ==
    4242
    43 Here are 2 simple examples on how to create a Macro with Trac 0.11 have a look at trac:source:tags/trac-0.11rc1/sample-plugins/Timestamp.py for an example that shows the difference between old style and new style macros and also trac:source:tags/trac-0.11rc1/wiki-macros/README which provides a little more insight about the transition.
     43Here are 2 simple examples showing how to create a Macro with Trac 0.11.
     44
     45Also, have a look at [trac:source:tags/trac-0.11/sample-plugins/Timestamp.py Timestamp.py] for an example that shows the difference between old style and new style macros and at the [trac:source:tags/trac-0.11/wiki-macros/README macros/README] which provides a little more insight about the transition.
    4446
    4547=== Macro without arguments ===