MFbed: Update the German web site.
news/news.xml 1.166 -> 1.167 news/includes.xsl 1.4 -> 1.5
This commit is contained in:
parent
f5e56d8d92
commit
f45f70df6f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=17999
2 changed files with 15 additions and 4 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
<!--
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-www/news/includes.xsl,v 1.2 2003/08/10 15:22:58 mheinen Exp $
|
||||
basiert auf: 1.4
|
||||
$FreeBSDde: de-www/news/includes.xsl,v 1.3 2003/08/26 13:58:05 mheinen Exp $
|
||||
basiert auf: 1.5
|
||||
-->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
@ -14,6 +14,7 @@
|
|||
|
||||
<!-- 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)"/>
|
||||
|
@ -21,6 +22,7 @@
|
|||
|
||||
<!-- Generate a unique anchor for this story -->
|
||||
<xsl:template name="generate-story-anchor">
|
||||
<xsl:text>story</xsl:text>
|
||||
<xsl:value-of select="ancestor::year/name"/>
|
||||
<xsl:value-of select="ancestor::month/name"/>:<xsl:text/>
|
||||
<xsl:value-of select="count(following-sibling::story)"/>
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
<!--
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-www/news/news.xml,v 1.11 2003/08/20 15:43:27 mheinen Exp $
|
||||
basiert auf: 1.166
|
||||
$FreeBSDde: de-www/news/news.xml,v 1.12 2003/08/26 13:58:37 mheinen Exp $
|
||||
basiert auf: 1.167
|
||||
-->
|
||||
|
||||
<!-- Simple schema for FreeBSD Project news.
|
||||
|
@ -37,6 +37,15 @@
|
|||
<month>
|
||||
<name>August</name>
|
||||
|
||||
<day>
|
||||
<name>25</name>
|
||||
<event>
|
||||
<p>Die FreeBSD Foundation
|
||||
<a href="http://www.freebsdfoundation.org/press/20030825-java131.shtml">kündigt
|
||||
das JDK 1.3.1 für FreeBSD an</a>.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>18</name>
|
||||
<event>
|
||||
|
|
Loading…
Reference in a new issue