Changes between Version 6 and Version 7 of ListOfWikiPagesMacro


Ignore:
Timestamp:
Nov 14, 2008, 4:00:20 PM (15 years ago)
Author:
Martin Scharrer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ListOfWikiPagesMacro

    v6 v7  
    88
    99
    10 == Installation ==
    11 This macro is installable using python's `easy_install` utility:
    12 {{{
    13 easy_install http://trac-hacks.org/svn/listofwikipages/0.11
    14 }}}
    15 There seem to be some issues with `easy_install` and Subversion 1.5 working directories which can be avoided using:
    16 {{{
    17 svn export http://trac-hacks.org/svn/listofwikipages/0.11 listofwikipages
    18 easy_install listofwikipages
    19 rm -rf listofwikipages
    20 }}}
    21 
    22 People without Subversion installed can download the [download:listofwikipagesmacro/0.11 ZIP file], unpack it and run the following in the `0.11` directory:
    23 {{{
    24 python setup.py install
    25 }}}
    26 
    27 
    28 To enable this macro put the below text into your `trac.ini` configuration file, which is located in the `config` directory of your Trac installation.
    29 You need to restart trac to reread the macro file and the configuration file.
     10== Configuration ==
     11Put the following into your `trac.ini` configuration file:
    3012{{{
    3113[components]