summaryrefslogtreecommitdiff
path: root/gentoobrowse/category.xslt
diff options
context:
space:
mode:
Diffstat (limited to 'gentoobrowse/category.xslt')
-rw-r--r--gentoobrowse/category.xslt8
1 files changed, 2 insertions, 6 deletions
diff --git a/gentoobrowse/category.xslt b/gentoobrowse/category.xslt
index 5579ae2..e6fd355 100644
--- a/gentoobrowse/category.xslt
+++ b/gentoobrowse/category.xslt
@@ -8,13 +8,9 @@
<xsl:template name="head">
<title><xsl:value-of select="/gentoo/project2:uriElems/project2:uriElem[2]" /> Package List - Gentoo Browse</title>
<meta name="description">
- <xsl:attribute name="content">Complete list of Gentoo packages in the <xsl:value-of select="/gentoo/project2:uriElems/project2:uriElem[2]" /> category</xsl:attribute>
- </meta>
- <meta name="keywords">
- <xsl:attribute name="content">
- <xsl:for-each select="/gentoo/packages/package/pkgname"><xsl:value-of select="." />, </xsl:for-each>
- </xsl:attribute>
+ <xsl:attribute name="content">Complete list of Gentoo Linux packages in the <xsl:value-of select="/gentoo/project2:uriElems/project2:uriElem[2]" /> category</xsl:attribute>
</meta>
+ <link rel="contents" href="/categories" />
</xsl:template>
<xsl:template name="content">
<xsl:apply-templates select="/gentoo/packages" />