jvanzyl 2003/02/03 23:26:02
Added: templates source-repos.xml
Log:
o collecting all the source repository info.
Revision Changes Path
1.1 db-site/templates/source-repos.xml
Index: source-repos.xml
===================================================================
<?xml version="1.0"?>
<document>
<properties>
<author email="[EMAIL PROTECTED]">Jon S. Stevens</author>
<author email="[EMAIL PROTECTED]">Jason van Zyl</author>
<title>Source Repositories</title>
</properties>
<body>
<!--
|
| Need to add module instructions.
|
-->
#foreach ($reactorProject in $reactorProjects)
<section name="$reactorProject.name Source Repository Info">
<p>
<a href="$reactorProject.repository.url">Web View</a>
</p>
</section>
#end
</body>
</document>