- Add more customization layers

- Localize footers
This commit is contained in:
Gabor Kovesdan 2013-02-26 09:43:12 +00:00
parent d55a546a05
commit 998b28cb3e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/projects/xml-tools/; revision=41048
114 changed files with 857 additions and 0 deletions
bn_BD.ISO10646-1/share/xsl
da_DK.ISO8859-1/share/xsl
de_DE.ISO8859-1/share/xsl
el_GR.ISO8859-7/share/xsl
en_US.ISO8859-1/share/xsl
es_ES.ISO8859-1/share/xsl
fr_FR.ISO8859-1/share/xsl
hu_HU.ISO8859-2/share/xsl
it_IT.ISO8859-15/share/xsl
ja_JP.eucJP/share/xsl
mn_MN.UTF-8/share/xsl
nl_NL.ISO8859-1/share/xsl
pl_PL.ISO8859-2/share/xsl
pt_BR.ISO8859-1/share/xsl
ru_RU.KOI8-R/share/xsl
sr_YU.ISO8859-2/share/xsl
tr_TR.ISO8859-9/share/xsl

View file

@ -0,0 +1,10 @@
<?xml version='1.0'?>
<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
</xsl:stylesheet>

View file

@ -9,4 +9,7 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-epub.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
</xsl:stylesheet>

View file

@ -9,4 +9,7 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-fo.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
</xsl:stylesheet>

View file

@ -9,4 +9,10 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml-chunk.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
<!-- Language-specific common XHTML customizations -->
<xsl:import href="freebsd-xhtml-common.xsl"/>
</xsl:stylesheet>

View file

@ -0,0 +1,10 @@
<?xml version='1.0'?>
<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
</xsl:stylesheet>

View file

@ -9,4 +9,10 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
<!-- Language-specific common XHTML customizations -->
<xsl:import href="freebsd-xhtml-common.xsl"/>
</xsl:stylesheet>

View file

@ -0,0 +1,10 @@
<?xml version='1.0'?>
<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
</xsl:stylesheet>

View file

@ -9,4 +9,7 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-epub.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
</xsl:stylesheet>

View file

@ -9,4 +9,7 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-fo.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
</xsl:stylesheet>

View file

@ -9,4 +9,10 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml-chunk.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
<!-- Language-specific common XHTML customizations -->
<xsl:import href="freebsd-xhtml-common.xsl"/>
</xsl:stylesheet>

View file

@ -0,0 +1,20 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
<xsl:template name="user.footer.content">
<p align="center"><small>Dette og andre dokumenter kan downloades fra
<a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/">ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/</a></small></p>
<p align="center"><small>For spørgsmål om FreeBSD, læs
<a href="http://www.FreeBSD.org/docs.html">documentationen</a> før du kontakter
&lt;<a href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>&gt;.<br/>
For spørgsmål angående denne dokumentation, e-mail
&lt;<a href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>&gt;.</small></p>
</xsl:template>
</xsl:stylesheet>

View file

@ -9,4 +9,10 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
<!-- Language-specific common XHTML customizations -->
<xsl:import href="freebsd-xhtml-common.xsl"/>
</xsl:stylesheet>

View file

@ -0,0 +1,10 @@
<?xml version='1.0'?>
<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
</xsl:stylesheet>

View file

@ -9,4 +9,7 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-epub.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
</xsl:stylesheet>

View file

@ -9,4 +9,7 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-fo.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
</xsl:stylesheet>

View file

@ -9,4 +9,10 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml-chunk.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
<!-- Language-specific common XHTML customizations -->
<xsl:import href="freebsd-xhtml-common.xsl"/>
</xsl:stylesheet>

View file

@ -0,0 +1,16 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
<xsl:template name="user.footer.content">
<p align="center"><small>Wenn Sie Fragen zu FreeBSD haben, schicken Sie eine E-Mail an
&lt;<a href="mailto:de-bsd-questions@de.FreeBSD.org">de-bsd-questions@de.FreeBSD.org</a>&gt;.<br/>
Wenn Sie Fragen zu dieser Dokumentation haben, schicken Sie eine E-Mail an
&lt;<a href="mailto:de-bsd-translators@de.FreeBSD.org">de-bsd-translators@de.FreeBSD.org</a>&gt;.</small></p>
</xsl:template>
</xsl:stylesheet>

View file

@ -9,4 +9,10 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
<!-- Language-specific common XHTML customizations -->
<xsl:import href="freebsd-xhtml-common.xsl"/>
</xsl:stylesheet>

View file

@ -0,0 +1,10 @@
<?xml version='1.0'?>
<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
</xsl:stylesheet>

View file

@ -9,4 +9,7 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-epub.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
</xsl:stylesheet>

View file

@ -9,4 +9,7 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-fo.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
</xsl:stylesheet>

View file

@ -9,4 +9,10 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml-chunk.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
<!-- Language-specific common XHTML customizations -->
<xsl:import href="freebsd-xhtml-common.xsl"/>
</xsl:stylesheet>

View file

@ -0,0 +1,20 @@
<?xml version='1.0' encoding='iso-8859-7'?>
<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
<xsl:template name="user.footer.content">
<p align="center"><small>Αυτό το κείμενο, και άλλα κείμενα, μπορεί να βρεθεί στο
<a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/">ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/</a></small></p>
<p align="center"><small>Για ερωτήσεις σχετικά με το FreeBSD, διαβάστε την
<a href="http://www.FreeBSD.org/docs.html">τεκμηρίωση</a> πριν να επικοινωνήσετε με την
&lt;<a href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>&gt;.<br/>
Για ερωτήσεις σχετικά με αυτή την τεκμηρίωση, στείλτε e-mail στην
&lt;<a href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>&gt;.</small></p>
</xsl:template>
</xsl:stylesheet>

View file

@ -9,4 +9,10 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
<!-- Language-specific common XHTML customizations -->
<xsl:import href="freebsd-xhtml-common.xsl"/>
</xsl:stylesheet>

View file

@ -0,0 +1,10 @@
<?xml version='1.0'?>
<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
</xsl:stylesheet>

View file

@ -9,4 +9,7 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-epub.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
</xsl:stylesheet>

View file

@ -9,4 +9,7 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-fo.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
</xsl:stylesheet>

View file

@ -9,4 +9,10 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml-chunk.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
<!-- Language-specific common XHTML customizations -->
<xsl:import href="freebsd-xhtml-common.xsl"/>
</xsl:stylesheet>

View file

@ -0,0 +1,10 @@
<?xml version='1.0' encoding="iso-8859-1"?>
<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
</xsl:stylesheet>

View file

@ -9,4 +9,10 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
<!-- Language-specific common XHTML customizations -->
<xsl:import href="freebsd-xhtml-common.xsl"/>
</xsl:stylesheet>

View file

@ -0,0 +1,10 @@
<?xml version='1.0'?>
<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
</xsl:stylesheet>

View file

@ -9,4 +9,7 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-epub.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
</xsl:stylesheet>

View file

@ -9,4 +9,7 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-fo.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
</xsl:stylesheet>

View file

@ -9,4 +9,10 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml-chunk.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
<!-- Language-specific common XHTML customizations -->
<xsl:import href="freebsd-xhtml-common.xsl"/>
</xsl:stylesheet>

View file

@ -0,0 +1,20 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
<xsl:template name="user.footer.content">
<p align="center"><small>Puede descargar éste y muchos otros documentos desde
<a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/">ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/</a></small></p>
<p align="center"><small>Si tiene dudas sobre FreeBSD consulte la
<a href="http://www.FreeBSD.org/docs.html">documentación</a> antes de escribir a la lista
&lt;<a href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>&gt;.<br/>
Envíe sus preguntas sobre la documentación a
&lt;<a href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>&gt;.</small></p>
</xsl:template>
</xsl:stylesheet>

View file

@ -9,4 +9,10 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
<!-- Language-specific common XHTML customizations -->
<xsl:import href="freebsd-xhtml-common.xsl"/>
</xsl:stylesheet>

View file

@ -0,0 +1,10 @@
<?xml version='1.0'?>
<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
</xsl:stylesheet>

View file

@ -9,4 +9,7 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-epub.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
</xsl:stylesheet>

View file

@ -9,4 +9,7 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-fo.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
</xsl:stylesheet>

View file

@ -9,4 +9,10 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml-chunk.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
<!-- Language-specific common XHTML customizations -->
<xsl:import href="freebsd-xhtml-common.xsl"/>
</xsl:stylesheet>

View file

@ -0,0 +1,20 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
<xsl:template name="user.footer.content">
<p align="center"><small>Ce document, ainsi que d'autres peut être téléchargé sur
<a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/">ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/</a></small></p>
<p align="center"><small>Pour toutes questions à propos de FreeBSD, lisez la
<a href="http://www.FreeBSD.org/docs.html">documentation</a> avant de contacter
&lt;<a href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>&gt;.<br/>
Pour les questions sur cette documentation, contactez
&lt;<a href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>&gt;.</small></p>
</xsl:template>
</xsl:stylesheet>

View file

@ -9,4 +9,10 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
<!-- Language-specific common XHTML customizations -->
<xsl:import href="freebsd-xhtml-common.xsl"/>
</xsl:stylesheet>

View file

@ -0,0 +1,10 @@
<?xml version='1.0'?>
<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
</xsl:stylesheet>

View file

@ -9,4 +9,7 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-epub.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
</xsl:stylesheet>

View file

@ -9,4 +9,7 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-fo.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
</xsl:stylesheet>

View file

@ -9,4 +9,10 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml-chunk.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
<!-- Language-specific common XHTML customizations -->
<xsl:import href="freebsd-xhtml-common.xsl"/>
</xsl:stylesheet>

View file

@ -0,0 +1,17 @@
<?xml version='1.0' encoding='iso-8859-2'?>
<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
<xsl:template name="user.footer.content">
<p align="center"><small>Ha kérdése van a FreeBSD-vel kapcsolatban, a
következõ címre írhat (angolul):
&lt;<a href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>&gt;.<br/>
Ha ezzel a dokumentummal kapcsolatban van kérdése, kérjük erre a címre írjon:
&lt;<a href="mailto:gabor@FreeBSD.org">gabor@FreeBSD.org</a>&gt;.</small></p>
</xsl:template>
</xsl:stylesheet>

View file

@ -9,4 +9,10 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
<!-- Language-specific common XHTML customizations -->
<xsl:import href="freebsd-xhtml-common.xsl"/>
</xsl:stylesheet>

View file

@ -0,0 +1,10 @@
<?xml version='1.0'?>
<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
</xsl:stylesheet>

View file

@ -9,4 +9,7 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-epub.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
</xsl:stylesheet>

View file

@ -9,4 +9,7 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-fo.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
</xsl:stylesheet>

View file

@ -9,4 +9,10 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml-chunk.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
<!-- Language-specific common XHTML customizations -->
<xsl:import href="freebsd-xhtml-common.xsl"/>
</xsl:stylesheet>

View file

@ -0,0 +1,20 @@
<?xml version='1.0' encoding='iso-8859-15'?>
<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
<xsl:template name="user.footer.content">
<p align="center"><small>Questo, ed altri documenti, possono essere scaricati da
<a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/">ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/</a></small></p>
<p align="center"><small>Per domande su FreeBSD, leggi la
<a href="http://www.FreeBSD.org/docs.html">documentazione</a> prima di contattare
&lt;<a href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>&gt;.<br/>
Per domande su questa documentazione, invia una e-mail a
&lt;<a href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>&gt;.</small></p>
</xsl:template>
</xsl:stylesheet>

View file

@ -9,4 +9,10 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
<!-- Language-specific common XHTML customizations -->
<xsl:import href="freebsd-xhtml-common.xsl"/>
</xsl:stylesheet>

View file

@ -0,0 +1,10 @@
<?xml version='1.0'?>
<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
</xsl:stylesheet>

View file

@ -9,4 +9,7 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-epub.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
</xsl:stylesheet>

View file

@ -9,4 +9,7 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-fo.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
</xsl:stylesheet>

View file

@ -9,4 +9,10 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml-chunk.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
<!-- Language-specific common XHTML customizations -->
<xsl:import href="freebsd-xhtml-common.xsl"/>
</xsl:stylesheet>

View file

@ -0,0 +1,21 @@
<?xml version='1.0' encoding='euc-jp'?>
<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
<xsl:template name="user.footer.content">
<p align="center"><small>本文書、および他の文書は
<a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/">ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/</a>
からダウンロードできます。</small></p>
<p align="center"><small>FreeBSD に関する質問がある場合には、
<a href="http://www.FreeBSD.org/ja/docs.html">ドキュメント</a> を読んだ上で
&lt;<a href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>&gt; まで (英語で) 連絡してください。<br/>
本文書に関する質問については、
&lt;<a href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>&gt; まで電子メールを (英語で) 送ってください。</small></p>
</xsl:template>
</xsl:stylesheet>

View file

@ -9,4 +9,10 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
<!-- Language-specific common XHTML customizations -->
<xsl:import href="freebsd-xhtml-common.xsl"/>
</xsl:stylesheet>

View file

@ -0,0 +1,10 @@
<?xml version='1.0'?>
<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
</xsl:stylesheet>

View file

@ -9,4 +9,7 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-epub.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
</xsl:stylesheet>

View file

@ -9,4 +9,7 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-fo.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
</xsl:stylesheet>

View file

@ -9,4 +9,10 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml-chunk.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
<!-- Language-specific common XHTML customizations -->
<xsl:import href="freebsd-xhtml-common.xsl"/>
</xsl:stylesheet>

View file

@ -0,0 +1,26 @@
<?xml version='1.0' encoding='utf-8'?>
<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
<xsl:template name="user.footer.content">
<p align="center"><small>Энэ болон бусад баримтуудыг
<a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/">ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/</a>
хаягаас татаж авч болно.</small></p>
<p align="center"><small>FreeBSD-ийн талаар
&lt;<a href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>&gt;
хаягтай холбоо барихаасаа өмнө
<a href="http://www.FreeBSD.org/docs.html">баримтыг</a> уншина уу.<br/>
Энэ бичиг баримттай холбоотой асуулт байвал
&lt;<a href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>&gt;
хаягаар цахим захидал явуулна уу.<br/>
Энэ бичиг баримтын орчуулгатай холбоотой асуулт байвал
&lt;<a href="mailto:admin@mnbsd.org">admin@mnbsd.org</a>&gt;
хаягаар цахим захидал явуулна уу.</small></p>
</xsl:template>
</xsl:stylesheet>

View file

@ -9,4 +9,10 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
<!-- Language-specific common XHTML customizations -->
<xsl:import href="freebsd-xhtml-common.xsl"/>
</xsl:stylesheet>

View file

@ -0,0 +1,10 @@
<?xml version='1.0'?>
<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
</xsl:stylesheet>

View file

@ -9,4 +9,7 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-epub.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
</xsl:stylesheet>

View file

@ -9,4 +9,7 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-fo.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
</xsl:stylesheet>

View file

@ -9,4 +9,10 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml-chunk.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
<!-- Language-specific common XHTML customizations -->
<xsl:import href="freebsd-xhtml-common.xsl"/>
</xsl:stylesheet>

View file

@ -0,0 +1,11 @@
<?xml version='1.0'?>
<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
<xsl:template name="user.footer.content"/>
</xsl:stylesheet>

View file

@ -9,4 +9,10 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
<!-- Language-specific common XHTML customizations -->
<xsl:import href="freebsd-xhtml-common.xsl"/>
</xsl:stylesheet>

View file

@ -0,0 +1,10 @@
<?xml version='1.0'?>
<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
</xsl:stylesheet>

View file

@ -9,4 +9,7 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-epub.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
</xsl:stylesheet>

View file

@ -9,4 +9,7 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-fo.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
</xsl:stylesheet>

View file

@ -9,4 +9,10 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml-chunk.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
<!-- Language-specific common XHTML customizations -->
<xsl:import href="freebsd-xhtml-common.xsl"/>
</xsl:stylesheet>

View file

@ -0,0 +1,10 @@
<?xml version='1.0'?>
<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
</xsl:stylesheet>

View file

@ -9,4 +9,10 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
<!-- Language-specific common XHTML customizations -->
<xsl:import href="freebsd-xhtml-common.xsl"/>
</xsl:stylesheet>

View file

@ -0,0 +1,10 @@
<?xml version='1.0'?>
<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
</xsl:stylesheet>

View file

@ -9,4 +9,7 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-epub.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
</xsl:stylesheet>

View file

@ -9,4 +9,7 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-fo.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
</xsl:stylesheet>

View file

@ -9,4 +9,10 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml-chunk.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
<!-- Language-specific common XHTML customizations -->
<xsl:import href="freebsd-xhtml-common.xsl"/>
</xsl:stylesheet>

View file

@ -0,0 +1,20 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
<xsl:template name="user.footer.content">
<p align="center"><small>Este, e outros documentos, podem ser obtidos em
<a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/">ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/</a></small></p>
<p align="center"><small>Para perguntas sobre FreeBSD, leia a
<a href="http://www.FreeBSD.org/docs.html">documentação</a> antes de contatar
&lt;<a href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>&gt;.<br/>
Para perguntas sobre esta documentação, envie e-mail para
&lt;<a href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>&gt;.</small></p>
</xsl:template>
</xsl:stylesheet>

View file

@ -9,4 +9,10 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
<!-- Language-specific common XHTML customizations -->
<xsl:import href="freebsd-xhtml-common.xsl"/>
</xsl:stylesheet>

View file

@ -0,0 +1,10 @@
<?xml version='1.0'?>
<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
</xsl:stylesheet>

View file

@ -9,4 +9,7 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-epub.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
</xsl:stylesheet>

View file

@ -9,4 +9,7 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-fo.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
</xsl:stylesheet>

View file

@ -9,4 +9,10 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml-chunk.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
<!-- Language-specific common XHTML customizations -->
<xsl:import href="freebsd-xhtml-common.xsl"/>
</xsl:stylesheet>

View file

@ -0,0 +1,24 @@
<?xml version='1.0' encoding='koi8-r'?>
<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
<xsl:template name="user.footer.content">
<p align="center"><small>üÔÏÔ, É ÄÒÕÇÉÅ ÄÏËÕÍÅÎÔÙ, ÍÏÇÕÔ ÂÙÔØ ÓËÁÞÁÎÙ Ó
<a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/">ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/</a>.</small></p>
<p align="center"><small>ðÏ ×ÏÐÒÏÓÁÍ, Ó×ÑÚÁÎÎÙÍ Ó FreeBSD, ÐÒÏÞÉÔÁÊÔÅ
<a href="http://www.FreeBSD.org/ru/docs.html">ÄÏËÕÍÅÎÔÁÃÉÀ</a> ÐÒÅÖÄÅ ÞÅÍ ÐÉÓÁÔØ ×
&lt;<a href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>&gt;.<br/>
ðÏ ×ÏÐÒÏÓÁÍ, Ó×ÑÚÁÎÎÙÍ Ó ÜÔÏÊ ÄÏËÕÍÅÎÔÁÃÉÅÊ, ÐÉÛÉÔÅ
&lt;<a href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>&gt;.<br/>
ðÏ ×ÏÐÒÏÓÁÍ, Ó×ÑÚÁÎÎÙÍ Ó ÒÕÓÓËÉÍ ÐÅÒÅ×ÏÄÏÍ ÄÏËÕÍÅÎÔÁÃÉÉ, ÐÉÛÉÔÅ × ÒÁÓÓÙÌËÕ
&lt;<a href="mailto:frdp@FreeBSD.org.ua">frdp@FreeBSD.org.ua</a>&gt;.<br/>
éÎÆÏÒÍÁÃÉÑ ÐÏ ÐÏÄÐÉÓËÅ ÎÁ ÜÔÕ ÒÁÓÓÙÌËÕ ÎÁÈÏÄÉÔÓÑ ÎÁ
<a href="http://www.freebsd.org.ua/resources.html">ÓÁÊÔÅ ÐÒÏÅËÔÁ ÐÅÒÅ×ÏÄÁ</a>.</small></p>
</xsl:template>
</xsl:stylesheet>

View file

@ -9,4 +9,10 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
<!-- Language-specific common XHTML customizations -->
<xsl:import href="freebsd-xhtml-common.xsl"/>
</xsl:stylesheet>

View file

@ -0,0 +1,10 @@
<?xml version='1.0'?>
<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
</xsl:stylesheet>

View file

@ -9,4 +9,7 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-epub.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
</xsl:stylesheet>

View file

@ -9,4 +9,7 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-fo.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
</xsl:stylesheet>

View file

@ -9,4 +9,10 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml-chunk.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
<!-- Language-specific common XHTML customizations -->
<xsl:import href="freebsd-xhtml-common.xsl"/>
</xsl:stylesheet>

View file

@ -0,0 +1,10 @@
<?xml version='1.0'?>
<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
</xsl:stylesheet>

View file

@ -9,4 +9,10 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
<!-- Language-specific common XHTML customizations -->
<xsl:import href="freebsd-xhtml-common.xsl"/>
</xsl:stylesheet>

View file

@ -0,0 +1,10 @@
<?xml version='1.0'?>
<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
</xsl:stylesheet>

View file

@ -9,4 +9,7 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-epub.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
</xsl:stylesheet>

View file

@ -9,4 +9,7 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-fo.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
</xsl:stylesheet>

View file

@ -9,4 +9,10 @@
<!-- Pull in the language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml-chunk.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
<!-- Language-specific common XHTML customizations -->
<xsl:import href="freebsd-xhtml-common.xsl"/>
</xsl:stylesheet>

Some files were not shown because too many files have changed in this diff Show more