aboutsummaryrefslogtreecommitdiff
path: root/ru_RU.KOI8-R/share/sgml/mirrors-local.xsl
diff options
context:
space:
mode:
authorDenis Peplin <den@FreeBSD.org>2003-12-01 16:22:26 +0000
committerDenis Peplin <den@FreeBSD.org>2003-12-01 16:22:26 +0000
commit7861bf0b60899896ae002f1441d974085dd6e375 (patch)
tree46fbdbc0a32e55fdac31fb1c1b0d7ae60d29f224 /ru_RU.KOI8-R/share/sgml/mirrors-local.xsl
parent2a87d45148b6ede2caa995353191bcfc12c08b55 (diff)
downloaddoc-7861bf0b60899896ae002f1441d974085dd6e375.tar.gz
doc-7861bf0b60899896ae002f1441d974085dd6e375.zip
make www/ru use mirrors.xml
use www/share/sgml/advisories.xml Approved by: phantom (mentor)
Notes
Notes: svn path=/head/; revision=19029
Diffstat (limited to 'ru_RU.KOI8-R/share/sgml/mirrors-local.xsl')
-rw-r--r--ru_RU.KOI8-R/share/sgml/mirrors-local.xsl32
1 files changed, 32 insertions, 0 deletions
diff --git a/ru_RU.KOI8-R/share/sgml/mirrors-local.xsl b/ru_RU.KOI8-R/share/sgml/mirrors-local.xsl
new file mode 100644
index 0000000000..57ac739954
--- /dev/null
+++ b/ru_RU.KOI8-R/share/sgml/mirrors-local.xsl
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="koi8-r"?>
+<!--
+ The FreeBSD Russian Documentation Project
+
+ $FreeBSD$
+ $FreeBSDru: frdp/doc/ru_RU.KOI8-R/share/sgml/mirrors-local.xsl,v 1.1 2003/11/27 14:01:07 den Exp $
+-->
+
+<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="koi8-r"
+ 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" select="'someone@somewhere'"/>
+
+ <para>В случае проблем пожалуйста свяжитесь с администратором
+ <email><xsl:value-of select="$email" /></email> этого домена.</para>
+ </xsl:template>
+
+</xsl:stylesheet>