aboutsummaryrefslogtreecommitdiff
path: root/ru_RU.KOI8-R/share/xml/mirrors-local.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'ru_RU.KOI8-R/share/xml/mirrors-local.xsl')
-rw-r--r--ru_RU.KOI8-R/share/xml/mirrors-local.xsl28
1 files changed, 0 insertions, 28 deletions
diff --git a/ru_RU.KOI8-R/share/xml/mirrors-local.xsl b/ru_RU.KOI8-R/share/xml/mirrors-local.xsl
deleted file mode 100644
index 862d15076d..0000000000
--- a/ru_RU.KOI8-R/share/xml/mirrors-local.xsl
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="koi8-r"?>
-<!--
- The FreeBSD Russian Documentation Project
-
- $FreeBSD$
- $FreeBSDru: frdp/doc/ru_RU.KOI8-R/share/xml/mirrors-local.xsl,v 1.2 2004/01/22 15:09:41 den Exp $
-
- Original revision 1.3
--->
-
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
-
- <!-- must point to master copy, doc/share/xml/mirrors-master.xsl -->
- <xsl:import href="../../../share/xml/mirrors-master.xsl" />
-
- <xsl:output type="xml" encoding="koi8-r"
- indent="yes"/>
-
- <!-- 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>