8b7cf838d6
books/handbook/basics/chapter.sgml 1.114 -> 1.118 books/handbook/chapters.ent 1.23 -> 1.25 books/handbook/desktop/chapter.sgml header update books/handbook/bibliography/chapter.sgml 1.58 -> 1.60 share/sgml/translators.ent add Oliver Fischer [*] books/handbook/disks/chapter.sgml header update books/handbook/cutting-edge/chapter.sgml 1.191 -> 1.194 books/faq/book.sgml 1.597 -> 1.601 books/handbook/Makefile 1.70 -> 1.74 books/handbook/printing/chapter.sgml 1.77 -> 1.82 books/handbook/mirrors/chapter.sgml 1.327 -> 1.329 books/handbook/config/chapter.sgml header update books/handbook/security/chapter.sgml header update books/handbook/x11/chapter.sgml header update share/sgml/mailing-lists.ent 1.25 -> 1.27 books/handbook/eresources/chapter.sgml 1.132 -> 1.134 books/handbook/mail/chapter.sgml header update books/handbook/pgpkeys/chapter.sgml 1.199 -> 1.201 books/handbook/preface/preface.sgml header update [*] Submitted by: Oliver Fischer <plexus@snafu.de>
37 lines
1.2 KiB
XML
37 lines
1.2 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!--
|
|
$FreeBSD$
|
|
$FreeBSDde: de-docproj/share/sgml/mirrors-local.xsl,v 1.2 2003/12/22 23:53:27 mheinen Exp $
|
|
basiert auf: 1.2
|
|
-->
|
|
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
|
|
|
<!-- must point to master copy, doc/share/sgml/mirrors-master.xsl -->
|
|
<xsl:import href="../../../share/sgml/mirrors-master.xsl" />
|
|
|
|
<xsl:output type="xml" encoding="iso-8859-1"
|
|
omit-xml-declaration="yes"
|
|
indent="yes"/>
|
|
|
|
<!-- these params should be externally bound. The values
|
|
here are not used actually -->
|
|
<xsl:param name="proto" select="''" />
|
|
<xsl:param name="target" select="''" />
|
|
|
|
<!-- template: "mirrors-docbook-contact" -->
|
|
|
|
<xsl:template name="mirrors-docbook-contact">
|
|
<xsl:param name="email" value="'someone@somewhere'"/>
|
|
|
|
<para>Bei Problemen wenden Sie sich bitte an den Betreuer
|
|
<email><xsl:value-of select="$email" /></email> dieser Domain.</para>
|
|
</xsl:template>
|
|
|
|
<!-- template: "mirrors-lastmodified" -->
|
|
|
|
<xsl:template name="mirrors-lastmodified">
|
|
<xsl:text>aktualisiert am: </xsl:text>
|
|
<xsl:call-template name="mirrors-lastmodified-utc" />
|
|
</xsl:template>
|
|
</xsl:stylesheet>
|