aboutsummaryrefslogtreecommitdiffstats
path: root/tools/antipede/resources
diff options
context:
space:
mode:
Diffstat (limited to 'tools/antipede/resources')
-rw-r--r--tools/antipede/resources/images/antipede.gifbin0 -> 6333 bytes
-rw-r--r--tools/antipede/resources/stylesheets/module.xsl4
-rw-r--r--tools/antipede/resources/stylesheets/status.xsl8
3 files changed, 8 insertions, 4 deletions
diff --git a/tools/antipede/resources/images/antipede.gif b/tools/antipede/resources/images/antipede.gif
new file mode 100644
index 0000000000..22c9499f9d
--- /dev/null
+++ b/tools/antipede/resources/images/antipede.gif
Binary files differ
diff --git a/tools/antipede/resources/stylesheets/module.xsl b/tools/antipede/resources/stylesheets/module.xsl
index ea37aa9b24..ca712285ad 100644
--- a/tools/antipede/resources/stylesheets/module.xsl
+++ b/tools/antipede/resources/stylesheets/module.xsl
@@ -15,10 +15,6 @@
<xsl:value-of select="module/url/@href" />
</xsl:attribute><xsl:value-of select="module/url/@href" /></a>
<br/>cvs repository: <xsl:value-of select="module/cvs/@repository" />
- <xsl:for-each select = "module/info/link">
- <br/><xsl:value-of select="@id" />: <a><xsl:attribute name = "href" ><xsl:value-of select="@href" /></xsl:attribute>
- <xsl:value-of select="." /></a>
- </xsl:for-each>
<xsl:for-each select = "module/mailing-lists/mailing-list">
<br/><xsl:value-of select="@user" />&#160;mailing list:&#160;
<a><xsl:attribute name = "href" >mailto:<xsl:value-of select="@mail" /></xsl:attribute>
diff --git a/tools/antipede/resources/stylesheets/status.xsl b/tools/antipede/resources/stylesheets/status.xsl
index 2a34c956f0..d1630e4186 100644
--- a/tools/antipede/resources/stylesheets/status.xsl
+++ b/tools/antipede/resources/stylesheets/status.xsl
@@ -3,6 +3,14 @@
<xsl:output method = "html" encoding="Windows-1252" />
<xsl:template match="status">
+ <h1>Project Status</h1>
+
+ <h2>Descriptors</h2>
+ <xsl:for-each select = "descriptors/descriptor">
+ <br/><xsl:value-of select="@id" />: <a><xsl:attribute name = "href" ><xsl:value-of select="@href" /></xsl:attribute>
+ <xsl:value-of select="." /></a>
+ </xsl:for-each>
+
<h2>Developers</h2>
<table>
<xsl:for-each select = "developers/person">