Changes between Version 1 and Version 2 of WantedPagesMacro


Ignore:
Timestamp:
Oct 7, 2006, 4:54:43 PM (17 years ago)
Author:
Justin Francis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WantedPagesMacro

    v1 v2  
    1717Download the zipped source from [download:wantedpagesplugin here].
    1818
     19== Install ==
     20You must have setuptools installed.
     21
     22Run the following commands in the source directory:
     23{{{
     24  python setup.py bdist_egg
     25  cp dist/*.egg /path/to/projenv/plugins
     26}}}
     27
     28For more information, see [http://projects.edgewall.com/trac/wiki/TracDev/PluginDevelopment#Packaginganddeployingplugins Trac Plugin Installation]
     29
     30
    1931== Source ==
    2032
     
    3345'''Author:''' [wiki:jfrancis] [[BR]]
    3446'''Contributors:'''
     47