Changes between Initial Version and Version 1 of ListTracProjectsMacro


Ignore:
Timestamp:
Feb 16, 2007, 5:51:44 PM (17 years ago)
Author:
mathomas
Comment:

New hack ListTracProjectsMacro, created by mathomas

Legend:

Unmodified
Added
Removed
Modified
  • ListTracProjectsMacro

    v1 v1  
     1= ListTracProjects =
     2
     3== Description ==
     4
     5Provided 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.
     6
     7This macro is an updated incarnation of the original by robert@exa-omicron.nl, located in the [http://trac.edgewall.org/wiki/MacroBazaar#ListTracProjects MacroBazaar].
     8
     9Portions of this script were copied from trac.web.main.py.
     10Authors:
     11 * Christopher Lenz <cmlenz@gmx.de>
     12 * Matthew Good <trac@matt-good.net>
     13
     14== Bugs/Feature Requests ==
     15
     16Existing bugs and feature requests for ListTracProjectsMacro are
     17[report:9?COMPONENT=ListTracProjectsMacro here].
     18
     19If you have any issues, create a
     20[http://trac-hacks.org/newticket?component=ListTracProjectsMacro&owner=mathomas new ticket].
     21
     22== Download ==
     23
     24Download the zipped source from [download:listtracprojectsmacro here].
     25
     26== Source ==
     27
     28You can check out ListTracProjectsMacro from [http://trac-hacks.org/svn/listtracprojectsmacro here] using Subversion, or [source:listtracprojectsmacro browse the source] with Trac.
     29
     30== Example ==
     31
     32You must edit and change the variable ENV_PARENT_DIR in the script to point to your environment's parent directory, e.g. {{{/usr/local/www/trac/}}}.
     33
     34A sample call to the macro:
     35{{{
     36[[ListTracProjects()]]
     37}}}
     38
     39== Recent Changes ==
     40
     41[[ChangeLog(listtracprojectsmacro, 3)]]
     42
     43== Author/Contributors ==
     44
     45'''Author:''' [wiki:mathomas] [[BR]]
     46'''Contributors:'''