doc/en/gnome/includes.xsl
Joe Marcus Clarke 3b9f5297c0 Update our GNOME versions to 2.8, 2.10, and 2.11 for old, current, and
development branches of GNOME respectively.
2005-03-12 10:24:01 +00:00

35 lines
1.1 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1" ?>
<!-- $FreeBSD: www/en/gnome/includes.xsl,v 1.9 2004/11/07 22:40:51 adamw Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:variable name="newshome">
<a href="{$base}/news/news.html">FreeBSD News Home</a>
</xsl:variable>
<xsl:variable name="gnomever">
2.10
</xsl:variable>
<xsl:variable name="gnomedevelver">
2.11
</xsl:variable>
<xsl:variable name="author">
<a>
<xsl:attribute name="href">
<xsl:value-of select="concat($base, '/gnome/contact.html')"/>
</xsl:attribute>
<xsl:value-of select="'freebsd-gnome'"/>@FreeBSD.org</a><br/><xsl:copy-of select="$copyright"/>
</xsl:variable>
<!-- Generate a unique anchor for this event -->
<xsl:template name="generate-event-anchor">
<xsl:text>event</xsl:text>
<xsl:value-of select="ancestor::year/name"/>
<xsl:value-of select="ancestor::month/name"/>
<xsl:value-of select="ancestor::day/name"/>:<xsl:value-of select="count(preceding-sibling::event)"/>
</xsl:template>
</xsl:stylesheet>