Changes between Version 5 and Version 6 of ListTracProjectsMacro


Ignore:
Timestamp:
Apr 2, 2015, 12:28:09 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with nolicense and as beta

Legend:

Unmodified
Added
Removed
Modified
  • ListTracProjectsMacro

    v5 v6  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Nicely display list of Trac projects =
    32
    4 == Description ==
     3= Nicely display list of Trac projects
    54
    6 Provided an environment parent directory (like the {{{PythonOption TracEnvParentDir}}} directive in Trac's apache configuration), this will list links to multiple projects in a scalable, indexed, table-oriented format. This macro was created to address the problem of trying to host multiple Trac instances within a single site.
     5== Description
    76
    8 This macro is an updated incarnation of the original located in the [http://trac.edgewall.org/wiki/MacroBazaar#ListTracProjects MacroBazaar].
     7This plugin lists the links to multiple projects in a scalable, indexed, table-oriented format, given an environment parent directory, such as the {{{PythonOption TracEnvParentDir}}} directive in Trac's Apache configuration. This macro was created to address the problem of trying to host multiple Trac instances within a single site.
    98
    10 == Bugs/Feature Requests ==
     9== Bugs/Feature Requests
    1110
    1211Existing bugs and feature requests for ListTracProjectsMacro are
     
    1615[http://trac-hacks.org/newticket?component=ListTracProjectsMacro&owner=mathomas new ticket].
    1716
    18 == Download ==
     17[[TicketQuery(component=ListTracProjectsMacro&group=type,format=progress)]]
     18
     19== Download
    1920
    2021Download the zipped source from [download:listtracprojectsmacro here].
    2122
    22 == Install ==
    23 
    24 Copy the `.py` file into the plugins directory of your
    25 Trac environment. [[BR]]
    26 Delete the corresponding `.pyc` file if exist (for upgrade).[[BR]]
    27 Restart apache if applicable.
    28 
    29 == Source ==
     23== Source
    3024
    3125You can check out ListTracProjectsMacro from [http://trac-hacks.org/svn/listtracprojectsmacro here] using Subversion, or [source:listtracprojectsmacro browse the source] with Trac.
    3226
    33 == Example ==
     27== Installation
    3428
    35 You must edit and change the variable ENV_PARENT_DIR (or DIR for 0.11 branch) in the script to point to your environment's parent directory, e.g. {{{/usr/local/www/trac/}}}. [[BR]]
    36 0.11 version (which is quite simple for now) seems to work with 0.12 too.
     29Copy the `.py` file into the plugins directory of your Trac environment. Delete the corresponding `.pyc` file if exist (for upgrade).
     30Restart apache if applicable.
     31
     32== Example
     33
     34You must edit and change the variable ENV_PARENT_DIR (or DIR for 0.11 branch) in the script to point to your environment's parent directory, eg {{{/usr/local/www/trac/}}}.
     35The 0.11 version, which is quite simple for now, seems to work with 0.12 too.
    3736
    3837A sample call to the macro:
     
    4140}}}
    4241
    43 == Recent Changes ==
     42== Recent Changes
    4443
    4544[[ChangeLog(listtracprojectsmacro, 3)]]
    4645
    47 == Author/Contributors ==
     46== Author/Contributors
    4847
    4948'''Author:''' [wiki:mathomas] [[BR]]
    50 '''Maintainer:''' [wiki:mathomas] [[BR]]
     49'''Maintainer:''' [[Maintainer]] [[BR]]
    5150'''Contributors:'''