MFbed: Update the German web pages
Makefile 1.111 -> 1.112 index.xsl 1.100 -> 1.105 navigation.xml 1.4 -> 1.6 news/news.xml 1.218 -> 1.222 news/press.xml 1.130 -> 1.143 security/Makefile 1.12 -> 1.13 security/security-rdf.xsl new translation Obtained from: The FreeBSD German Documentation Project
This commit is contained in:
parent
74fadf2e56
commit
84e4db4f5a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=21520
7 changed files with 262 additions and 28 deletions
11
de/Makefile
11
de/Makefile
|
@ -1,8 +1,8 @@
|
|||
# The FreeBSD Documentation Project
|
||||
# The FreeBSD German Documentation Project
|
||||
# $FreeBSD: www/de/Makefile,v 1.15 2004/04/06 11:41:17 phantom Exp $
|
||||
# $FreeBSDde: de-www/Makefile,v 1.23 2004/05/03 22:58:44 brueffer Exp $
|
||||
# basiert auf: 1.111
|
||||
# $FreeBSD$
|
||||
# $FreeBSDde: de-www/Makefile,v 1.24 2004/07/04 13:46:39 brueffer Exp $
|
||||
# basiert auf: 1.112
|
||||
|
||||
.if exists(Makefile.conf)
|
||||
.include "Makefile.conf"
|
||||
|
@ -57,11 +57,14 @@ CLEANFILES+= index.html
|
|||
|
||||
index.html: index.xsl ${XML_INCLUDES}\
|
||||
${XML_NEWS_INCLUDES} ${XML_NEWS_NEWS} ${XML_NEWS_PRESS}\
|
||||
${XML_MIRRORS} ${XML_TRANSTABLE} ${XML_ADVISORIES} ${XML_NAVIGATION}
|
||||
${XML_MIRRORS} ${XML_TRANSTABLE} \
|
||||
${XML_ADVISORIES} ${XML_NOTICES} \
|
||||
${XML_NAVIGATION}
|
||||
${XSLTPROC} ${XSLTPROCOPTS} \
|
||||
-o $@ \
|
||||
--param mirrors.xml "'${XML_MIRRORS}'" \
|
||||
--param advisories.xml "'${XML_ADVISORIES}'" \
|
||||
--param notices.xml "'${XML_NOTICES}'" \
|
||||
--param news.press.xml "'${XML_NEWS_PRESS}'" \
|
||||
--param news.project.xml "'${XML_NEWS_NEWS}'" \
|
||||
--param transtable.xml "'${XML_TRANSTABLE}'" \
|
||||
|
|
48
de/index.xsl
48
de/index.xsl
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!--
|
||||
$FreeBSD: www/de/index.xsl,v 1.12 2004/01/11 00:35:07 mheinen Exp $
|
||||
$FreeBSDde: de-www/index.xsl,v 1.28 2004/05/03 23:03:53 brueffer Exp $
|
||||
basiert auf: 1.100
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-www/index.xsl,v 1.29 2004/07/04 13:45:23 brueffer Exp $
|
||||
basiert auf: 1.105
|
||||
-->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
@ -11,12 +11,13 @@
|
|||
<xsl:import href="includes.xsl"/>
|
||||
<xsl:import href="news/includes.xsl"/>
|
||||
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/de/index.xsl,v 1.12 2004/01/11 00:35:07 mheinen Exp $'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/de/index.xsl,v 1.4 2003/09/17 23:40:35 mheinen Exp $'"/>
|
||||
<xsl:variable name="title" select="'Das FreeBSD Projekt'"/>
|
||||
|
||||
<!-- these params should be externally bound. The values
|
||||
here are not used actually -->
|
||||
<xsl:param name="advisories.xml" select="'none'"/>
|
||||
<xsl:param name="notices.xml" select="'none'"/>
|
||||
<xsl:param name="mirrors.xml" select="'none'"/>
|
||||
<xsl:param name="news.press.xml" select="'none'"/>
|
||||
<xsl:param name="news.project.xml" select="'none'"/>
|
||||
|
@ -36,6 +37,12 @@
|
|||
CVS, CVSup, News, Commercial Vendors, homepage, CTM, Unix"/>
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon"/>
|
||||
|
||||
<!-- Formatted to be easy to spam harvest, please do not reformat. -->
|
||||
<xsl:comment>
|
||||
Spamtrap, do not email:
|
||||
<a href="mailto:bruscar@freebsd.org">bruscar@freebsd.org</a>
|
||||
</xsl:comment>
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#840084"
|
||||
|
@ -248,12 +255,11 @@
|
|||
<table cellpadding="4" cellspacing="0" border="0"
|
||||
bgcolor="#ffcc66" width="100%">
|
||||
<tr>
|
||||
<td valign="top"><p><a href="{$u.rel.early}">
|
||||
<td valign="top"><p><a href="{$u.rel.announce}">
|
||||
<font size="+1" color="#990000"><b>Neue Technik:
|
||||
<xsl:value-of select="$rel.current"/>-RELEASE</b></font></a><br/>
|
||||
|
||||
<small>· <a href="{$u.rel.announce}">Ankündigung</a><br/>
|
||||
· <a href="{$enbase}/doc/en_US.ISO8859-1/books/handbook/install.html">Installation</a><br/>
|
||||
<small>· <a href="{$enbase}/doc/en_US.ISO8859-1/books/handbook/install.html">Installation</a><br/>
|
||||
· <a href="{$u.rel.notes}">Release Notes</a><br/>
|
||||
· <a href="{$u.rel.hardware}">Hardware Notes</a><br/>
|
||||
· <a href="{$u.rel.installation}">Installation Notes</a><br/>
|
||||
|
@ -264,14 +270,14 @@
|
|||
<font size="+1" color="#990000"><b>Produktionsreife:
|
||||
<xsl:value-of select="$rel2.current"/>-RELEASE</b></font></a><br/>
|
||||
|
||||
<small>· <a href="{$u.rel2.announce}">Ankündigung</a><br/>
|
||||
· <a href="{$enbase}/doc/en_US.ISO8859-1/books/handbook/install.html">Installation</a><br/>
|
||||
<small>· <a href="{$enbase}/doc/en_US.ISO8859-1/books/handbook/install.html">Installation</a><br/>
|
||||
· <a href="{$u.rel2.notes}">Release Notes</a><br/>
|
||||
· <a href="{$u.rel2.hardware}">Hardware Notes</a><br/>
|
||||
· <a href="{$u.rel2.installation}">Installation Notes</a><br/>
|
||||
· <a href="{$u.rel2.errata}">Errata</a></small></p>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>Ankündigungen</b></font>
|
||||
<xsl:text> </xsl:text>
|
||||
<font color="#990000">(<a href="news/news.rdf">RSS</a>)</font><br/>
|
||||
<font size="-1">
|
||||
aktualisiert am:
|
||||
|
@ -300,20 +306,40 @@
|
|||
</font>
|
||||
</p>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>Sicherheits-Hinweise</b></font><br/>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>Sicherheits-Hinweise</b></font>
|
||||
<xsl:text> </xsl:text>
|
||||
<font color="#990000">(<a href="security/advisories.rdf">RSS</a>)</font><br/>
|
||||
<font size="-1">
|
||||
aktualisiert am:
|
||||
<xsl:call-template name="html-index-advisories-items-lastmodified">
|
||||
<xsl:with-param name="advisories.xml" select="$advisories.xml" />
|
||||
<xsl:with-param name="type" select="'advisory'" />
|
||||
</xsl:call-template>
|
||||
<br/>
|
||||
<xsl:call-template name="html-index-advisories-items">
|
||||
<xsl:with-param name="advisories.xml" select="$advisories.xml" />
|
||||
<xsl:with-param name="type" select="'advisory'" />
|
||||
</xsl:call-template>
|
||||
<a href="security/">mehr ...</a>
|
||||
</font>
|
||||
</p>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>Fehler-Hinweise</b></font>
|
||||
<xsl:text> </xsl:text>
|
||||
<br/>
|
||||
<font size="-1">
|
||||
aktualisiert am:
|
||||
<xsl:call-template name="html-index-advisories-items-lastmodified">
|
||||
<xsl:with-param name="advisories.xml" select="$notices.xml" />
|
||||
<xsl:with-param name="type" select="'notice'" />
|
||||
</xsl:call-template>
|
||||
<br/>
|
||||
<xsl:call-template name="html-index-advisories-items">
|
||||
<xsl:with-param name="advisories.xml" select="$notices.xml" />
|
||||
<xsl:with-param name="type" select="'notice'" />
|
||||
</xsl:call-template>
|
||||
</font>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!--
|
||||
$FreeBSDde: de-www/navigation.xml,v 1.1 2004/05/03 22:50:55 brueffer Exp $
|
||||
basiert auf: 1.4
|
||||
$FreeBSDde: de-www/navigation.xml,v 1.3 2004/07/14 11:59:14 brueffer Exp $
|
||||
basiert auf: 1.6
|
||||
-->
|
||||
<navigation>
|
||||
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
|
||||
|
@ -37,7 +37,7 @@
|
|||
<category src="support.html" path="enbase" name="Hilfe">
|
||||
<link src="support.html#mailing-list" path="enbase" name="Mailinglisten"/>
|
||||
<link src="support.html#newsgroups" path="enbase" name="Newsgroups"/>
|
||||
<link src="support.html#user" path="enbase" name="Benutzergruppen"/>
|
||||
<link src="usergroups.html" path="enbase" name="Benutzergruppen"/>
|
||||
<link src="support.html#web" path="enbase" name="Web Ressourcen"/>
|
||||
<link src="security/index.html" name="Sicherheit"/>
|
||||
<link src="events/events.html" path="enbase" name="Veranstaltungen"/>
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
<!--
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-www/news/news.xml,v 1.31 2004/05/24 22:59:59 brueffer Exp $
|
||||
basiert auf: 1.218
|
||||
$FreeBSDde: de-www/news/news.xml,v 1.34 2004/07/14 17:48:16 brueffer Exp $
|
||||
basiert auf: 1.222
|
||||
-->
|
||||
|
||||
<!-- Simple schema for FreeBSD Project news.
|
||||
|
@ -34,9 +34,57 @@
|
|||
<year>
|
||||
<name>2004</name>
|
||||
|
||||
<month>
|
||||
<name>7</name>
|
||||
|
||||
<day>
|
||||
<name>14</name>
|
||||
<event>
|
||||
<p>Neuer Committer: <a
|
||||
href="mailto:glebius@FreeBSD.org">Gleb Smirnoff</a>
|
||||
(src)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>7</name>
|
||||
<event>
|
||||
<p>Neuer Committer: <a
|
||||
href="mailto:sem@FreeBSD.org">Sergey Matveychuk</a>
|
||||
(ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>5</name>
|
||||
|
||||
<day>
|
||||
<name>30</name>
|
||||
<event>
|
||||
<p>Neuer Committer: <a
|
||||
href="mailto:lth@FreeBSD.org">Lars Thegler</a>
|
||||
(ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>27</name>
|
||||
<event>
|
||||
<title>FreeBSD 4.10-RELEASE ab sofort verfügbar</title>
|
||||
|
||||
<p><a href="$base/../releases/4.10R/announce.html">FreeBSD
|
||||
4.10-RELEASE</a> wurde veröffentlicht. Die Seite <a
|
||||
href="$base/releases/index.html">Release Information</a>
|
||||
enthält weitere Details. Die
|
||||
<a href="$base/../releases/4.10R/errata.html">Release Errata</a>
|
||||
enthalten aktuelle Informationen und beschreiben Probleme
|
||||
mit 4.10.</p>
|
||||
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>23</name>
|
||||
<event>
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
COMMITTERS PLEASE NOTE:
|
||||
News articles referenced in this file are also to be archived under
|
||||
"freefall:/c/www/bsddoc/press/".
|
||||
$FreeBSDde: de-www/news/press.xml,v 1.27 2004/05/17 22:59:33 brueffer Exp $
|
||||
basiert auf: 1.130
|
||||
$FreeBSDde: de-www/news/press.xml,v 1.32 2004/07/15 00:51:49 brueffer Exp $
|
||||
basiert auf: 1.143
|
||||
-->
|
||||
|
||||
<press>
|
||||
|
@ -17,6 +17,112 @@
|
|||
<year>
|
||||
<name>2004</name>
|
||||
|
||||
<month>
|
||||
<name>7</name>
|
||||
|
||||
<story>
|
||||
<name>Linux servers stats reveal fall in Red Hat dominance</name>
|
||||
<url>http://www.techworld.com/opsys/news/index.cfm?newsid=1908</url>
|
||||
<site-name>Techworld</site-name>
|
||||
<site-url>http://www.techworld.com/</site-url>
|
||||
<date>13. Juli 2004</date>
|
||||
<author>Matthew Broersma</author>
|
||||
<p>Ein Artikel der FreeBSDs Wachstum im Hosting-Bereich erwähnt.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Unix Printing Basics</name>
|
||||
<url>http://www.onlamp.com/pub/a/bsd/2004/07/08/FreeBSD_Basics.html</url>
|
||||
<site-name>OnLamp.com</site-name>
|
||||
<site-url>http://www.onlamp.com/</site-url>
|
||||
<date>8. Juli 2004</date>
|
||||
<author>Dru Lavigne</author>
|
||||
<p>Dieser Artikel erklärt am Beispiel von FreeBSD, wie man unter
|
||||
Unix druckt.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Building a Web Cluster with FreeSBIE</name>
|
||||
<url>http://www.onlamp.com/pub/a/bsd/2004/07/01/freesbie.html</url>
|
||||
<site-name>OnLamp.com</site-name>
|
||||
<site-url>http://www.onlamp.com/</site-url>
|
||||
<date>1. Juli 2004</date>
|
||||
<author>Alexander Prohorenko</author>
|
||||
<p>Wie man, mit dem FreeBSD basierten FreeSBIE Live-System, einen
|
||||
Cluster für Web Services baut.</p>
|
||||
</story>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>6</name>
|
||||
|
||||
<story>
|
||||
<name>Preventing Denial of Service Attacks</name>
|
||||
<url>http://www.onlamp.com/pub/a/bsd/2004/06/24/anti_dos.html</url>
|
||||
<site-name>OnLamp.com</site-name>
|
||||
<site-url>http://www.onlamp.com/</site-url>
|
||||
<date>24. Juni 2004</date>
|
||||
<author>Avleen Vig</author>
|
||||
<p>Dieser Artikel zeigt, wie man sich mit Hilfe von FreeBSD gegen Denial
|
||||
of Service Angriffe verteidigen kann.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Siberian coal mine digs out FreeBSD funding</name>
|
||||
<url>http://news.zdnet.co.uk/software/developer/0,39020387,39158017,00.htm</url>
|
||||
<site-name>ZDNet</site-name>
|
||||
<site-url>http://www.zdnet.co.uk</site-url>
|
||||
<date>18. Juni 2004</date>
|
||||
<author>Matt Loney</author>
|
||||
<p>Ein Artikel über Poul-Henning Kamps kürzlichen Versuch,
|
||||
Spendengelder für seine Arbeit an FreeBSD zu sammeln.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>FreeBSD, Stealth-Growth Open Source Project</name>
|
||||
<url>http://www.internetnews.com/dev-news/article.php/3367381</url>
|
||||
<site-name>Internetnews</site-name>
|
||||
<site-url>http://www.internetnews.com/</site-url>
|
||||
<date>11. Juni 2004</date>
|
||||
<author>Sean Michael Kerner</author>
|
||||
<p>Dieser Artikel versucht, einige der Gründe für das Wachstum
|
||||
von FreeBSD in den letzten Jahren zu erklären.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Desktop FreeBSD Part 3: Adding Software</name>
|
||||
<url>http://www.ofb.biz/modules.php?name=News&file=article&sid=306</url>
|
||||
<site-name>Open For Business</site-name>
|
||||
<site-url>http://www.ofb.biz/</site-url>
|
||||
<date>7. Juni 2004</date>
|
||||
<author>Ed Hurst</author>
|
||||
<p>Teil drei dieser Serie von Einführungsartikeln zeigt, wie sich
|
||||
Programme von Drittherstellern unter FreeBSD installieren lassen.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Nearly 2.5 Million Active Sites running FreeBSD</name>
|
||||
<url>http://news.netcraft.com/archives/2004/06/07/nearly_25_million_active_sites_running_freebsd.html</url>
|
||||
<site-name>Netcraft</site-name>
|
||||
<site-url>http://www.netcraft.com/</site-url>
|
||||
<date>7. Juni 2004</date>
|
||||
<author>mandy</author>
|
||||
<p>FreeBSD wächst weiterhin im Markt für Web Hosting.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>IEEE and The Open Group Okay 'FreeBSD Project' to
|
||||
Incorporate Material from the POSIX Standard</name>
|
||||
<url>http://www.opengroup.org/press/01jun04.htm</url>
|
||||
<site-name>The Open Group</site-name>
|
||||
<site-url>http://www.opengroup.org/</site-url>
|
||||
<date>1. Juni 2004</date>
|
||||
<author>IEEE/Open Group Pressemitteilung</author>
|
||||
<p>Die IEEE und die Open Group erlauben es dem FreeBSD Projekt,
|
||||
Material aus ihren Standards in FreeBSD zu integrieren.</p>
|
||||
</story>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>5</name>
|
||||
|
||||
|
@ -42,6 +148,17 @@
|
|||
in den Laboratorien von Intel ablaufen. Ein Teil der Forschung
|
||||
baut auf dem FreeBSD Betriebssystem auf.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Open Source to the Core</name>
|
||||
<url>http://www.acmqueue.org/modules.php?name=Content&pa=showpage&pid=151</url>
|
||||
<site-name>ACM Queue</site-name>
|
||||
<site-url>http://www.acmqueue.org/</site-url>
|
||||
<date>Mai 2004</date>
|
||||
<author>Jordan Hubbard</author>
|
||||
<p>Jordan Hubbard zeigt am Beispiel von FreeBSD, wie man Open Source
|
||||
Software für kommerzielle Produkte benutzen kann.</p>
|
||||
</story>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
|
@ -224,6 +341,17 @@
|
|||
auf dem FreeBSD läuft.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Computing Clusters</name>
|
||||
<url>http://www.g4techtv.com/feature.aspx?article_key=15807</url>
|
||||
<site-name>G4TechTV</site-name>
|
||||
<site-url>http://www.g4techtv.com/</site-url>
|
||||
<date>17. Dezember 2003</date>
|
||||
<author>Leo Laporte und Roman Loyola</author>
|
||||
<p>Matt Olander zeigt, wie man einen FreeBSD-basierten
|
||||
Cluster baut.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>The FreeBSD Operating System 10 Year Anniversary Celebration: Silicon Valley is Alive and Kicking!</name>
|
||||
<url>http://www.emediawire.com/releases/2003/12/emw93099.htm</url>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# $FreeBSD$
|
||||
# $FreeBSDde: de-www/security/Makefile,v 1.4 2004/05/16 17:44:55 mheinen Exp $
|
||||
# basiert auf: 1.12
|
||||
# $FreeBSDde: de-www/security/Makefile,v 1.5 2004/07/04 13:38:58 brueffer Exp $
|
||||
# basiert auf: 1.13
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -12,15 +12,19 @@
|
|||
DOCS= charter.sgml
|
||||
DOCS+= security.sgml
|
||||
|
||||
INDEXLINK= security.html
|
||||
INDEXLINK= security.html
|
||||
DATA+= advisories.rdf
|
||||
CLEANFILES+= advisories.html.inc advisories.rdf
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
||||
CLEANFILES+= advisories.html.inc
|
||||
|
||||
security.html: advisories.html.inc
|
||||
security.html: advisories.html.inc advisories.rdf
|
||||
|
||||
advisories.html.inc: mkindex.xsl ${XML_ADVISORIES} ${XML_INCLUDES}
|
||||
${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \
|
||||
--param "advisories.xml" "'${XML_ADVISORIES}'" \
|
||||
${.CURDIR}/mkindex.xsl ${XML_ADVISORIES}
|
||||
advisories.rdf: security-rdf.xsl ${XML_ADVISORIES} ${XML_INCLUDES}
|
||||
${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \
|
||||
--param "advisories.xml" "'${XML_ADVISORIES}'" \
|
||||
${.CURDIR}/security-rdf.xsl ${XML_ADVISORIES}
|
||||
|
|
25
de/security/security-rdf.xsl
Normal file
25
de/security/security-rdf.xsl
Normal file
|
@ -0,0 +1,25 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD$
|
||||
$FreeBSDde: de-www/security/security-rdf.xsl,v 1.1 2004/07/04 13:37:38 brueffer Exp $
|
||||
basiert auf: 1.1
|
||||
-->
|
||||
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
<xsl:import href="../includes.xsl"/>
|
||||
|
||||
<xsl:output method="xml" indent="yes"/>
|
||||
|
||||
<xsl:variable name="base" select="'..'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD$'"/>
|
||||
<xsl:variable name="dedate" select="'$FreeBSDde: de-www/security/security-rdf.xsl,v 1.1 2004/07/04 13:37:38 brueffer Exp $'"/>
|
||||
<xsl:variable name="title" select="'untitled'"/>
|
||||
|
||||
<xsl:template match="/">
|
||||
<xsl:call-template name="rdf-security-advisories">
|
||||
<xsl:with-param name="advisories.xml" select="$advisories.xml" />
|
||||
</xsl:call-template>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
Loading…
Reference in a new issue