Contents
ProjectLoopMacro
Description
Render wiki text from different projects environments on one page.
Bugs/Feature Requests
Existing bugs and feature requests for ProjectLoopMacro are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out ProjectLoopMacro from here using Subversion, or browse the source with Trac.
Example
List links to projects.
{{{
#!ProjectLoop path="/env/trac/projects" match=".*" rawhtml="false"
{{{
#!html
[<a href="$href">$name</a>]
}}}
}}}
List all projects TicketQuery
{{{
#!ProjectLoop
{{{
#!html
<h3>$name</h3>
}}}
[[TicketQuery(modified=1weekago..)]]
}}}
Recent Changes
[11338] by steverweber on 02/27/12 21:24:28
add main project file
[11337] by steverweber on 02/27/12 20:00:57
New hack ProjectLoopMacro, created by steverweber
Author/Contributors
Author: steverweber
Maintainer: steverweber
Contributors:

