- Add more customization layers
- Localize footers
This commit is contained in:
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
freebsd-common.xslfreebsd-epub.xslfreebsd-fo.xslfreebsd-xhtml-chunk.xslfreebsd-xhtml-common.xslfreebsd-xhtml.xsl
da_DK.ISO8859-1/share/xsl
freebsd-common.xslfreebsd-epub.xslfreebsd-fo.xslfreebsd-xhtml-chunk.xslfreebsd-xhtml-common.xslfreebsd-xhtml.xsl
de_DE.ISO8859-1/share/xsl
freebsd-common.xslfreebsd-epub.xslfreebsd-fo.xslfreebsd-xhtml-chunk.xslfreebsd-xhtml-common.xslfreebsd-xhtml.xsl
el_GR.ISO8859-7/share/xsl
freebsd-common.xslfreebsd-epub.xslfreebsd-fo.xslfreebsd-xhtml-chunk.xslfreebsd-xhtml-common.xslfreebsd-xhtml.xsl
en_US.ISO8859-1/share/xsl
freebsd-common.xslfreebsd-epub.xslfreebsd-fo.xslfreebsd-xhtml-chunk.xslfreebsd-xhtml-common.xslfreebsd-xhtml.xsl
es_ES.ISO8859-1/share/xsl
freebsd-common.xslfreebsd-epub.xslfreebsd-fo.xslfreebsd-xhtml-chunk.xslfreebsd-xhtml-common.xslfreebsd-xhtml.xsl
fr_FR.ISO8859-1/share/xsl
freebsd-common.xslfreebsd-epub.xslfreebsd-fo.xslfreebsd-xhtml-chunk.xslfreebsd-xhtml-common.xslfreebsd-xhtml.xsl
hu_HU.ISO8859-2/share/xsl
freebsd-common.xslfreebsd-epub.xslfreebsd-fo.xslfreebsd-xhtml-chunk.xslfreebsd-xhtml-common.xslfreebsd-xhtml.xsl
it_IT.ISO8859-15/share/xsl
freebsd-common.xslfreebsd-epub.xslfreebsd-fo.xslfreebsd-xhtml-chunk.xslfreebsd-xhtml-common.xslfreebsd-xhtml.xsl
ja_JP.eucJP/share/xsl
freebsd-common.xslfreebsd-epub.xslfreebsd-fo.xslfreebsd-xhtml-chunk.xslfreebsd-xhtml-common.xslfreebsd-xhtml.xsl
mn_MN.UTF-8/share/xsl
freebsd-common.xslfreebsd-epub.xslfreebsd-fo.xslfreebsd-xhtml-chunk.xslfreebsd-xhtml-common.xslfreebsd-xhtml.xsl
nl_NL.ISO8859-1/share/xsl
freebsd-common.xslfreebsd-epub.xslfreebsd-fo.xslfreebsd-xhtml-chunk.xslfreebsd-xhtml-common.xslfreebsd-xhtml.xsl
pl_PL.ISO8859-2/share/xsl
freebsd-common.xslfreebsd-epub.xslfreebsd-fo.xslfreebsd-xhtml-chunk.xslfreebsd-xhtml-common.xslfreebsd-xhtml.xsl
pt_BR.ISO8859-1/share/xsl
freebsd-common.xslfreebsd-epub.xslfreebsd-fo.xslfreebsd-xhtml-chunk.xslfreebsd-xhtml-common.xslfreebsd-xhtml.xsl
ru_RU.KOI8-R/share/xsl
freebsd-common.xslfreebsd-epub.xslfreebsd-fo.xslfreebsd-xhtml-chunk.xslfreebsd-xhtml-common.xslfreebsd-xhtml.xsl
sr_YU.ISO8859-2/share/xsl
freebsd-common.xslfreebsd-epub.xslfreebsd-fo.xslfreebsd-xhtml-chunk.xslfreebsd-xhtml-common.xslfreebsd-xhtml.xsl
tr_TR.ISO8859-9/share/xsl
10
bn_BD.ISO10646-1/share/xsl/freebsd-common.xsl
Normal file
10
bn_BD.ISO10646-1/share/xsl/freebsd-common.xsl
Normal 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>
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
10
bn_BD.ISO10646-1/share/xsl/freebsd-xhtml-common.xsl
Normal file
10
bn_BD.ISO10646-1/share/xsl/freebsd-xhtml-common.xsl
Normal 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>
|
|
@ -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>
|
||||
|
|
10
da_DK.ISO8859-1/share/xsl/freebsd-common.xsl
Normal file
10
da_DK.ISO8859-1/share/xsl/freebsd-common.xsl
Normal 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>
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
20
da_DK.ISO8859-1/share/xsl/freebsd-xhtml-common.xsl
Normal file
20
da_DK.ISO8859-1/share/xsl/freebsd-xhtml-common.xsl
Normal 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
|
||||
<<a href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>>.<br/>
|
||||
For spørgsmål angående denne dokumentation, e-mail
|
||||
<<a href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>>.</small></p>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
|
@ -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>
|
||||
|
|
10
de_DE.ISO8859-1/share/xsl/freebsd-common.xsl
Normal file
10
de_DE.ISO8859-1/share/xsl/freebsd-common.xsl
Normal 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>
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
16
de_DE.ISO8859-1/share/xsl/freebsd-xhtml-common.xsl
Normal file
16
de_DE.ISO8859-1/share/xsl/freebsd-xhtml-common.xsl
Normal 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
|
||||
<<a href="mailto:de-bsd-questions@de.FreeBSD.org">de-bsd-questions@de.FreeBSD.org</a>>.<br/>
|
||||
Wenn Sie Fragen zu dieser Dokumentation haben, schicken Sie eine E-Mail an
|
||||
<<a href="mailto:de-bsd-translators@de.FreeBSD.org">de-bsd-translators@de.FreeBSD.org</a>>.</small></p>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
|
@ -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>
|
||||
|
|
10
el_GR.ISO8859-7/share/xsl/freebsd-common.xsl
Normal file
10
el_GR.ISO8859-7/share/xsl/freebsd-common.xsl
Normal 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>
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
20
el_GR.ISO8859-7/share/xsl/freebsd-xhtml-common.xsl
Normal file
20
el_GR.ISO8859-7/share/xsl/freebsd-xhtml-common.xsl
Normal 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> πριν να επικοινωνήσετε με την
|
||||
<<a href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>>.<br/>
|
||||
Για ερωτήσεις σχετικά με αυτή την τεκμηρίωση, στείλτε e-mail στην
|
||||
<<a href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>>.</small></p>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
|
@ -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>
|
||||
|
|
10
en_US.ISO8859-1/share/xsl/freebsd-common.xsl
Normal file
10
en_US.ISO8859-1/share/xsl/freebsd-common.xsl
Normal 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>
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
10
en_US.ISO8859-1/share/xsl/freebsd-xhtml-common.xsl
Normal file
10
en_US.ISO8859-1/share/xsl/freebsd-xhtml-common.xsl
Normal 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>
|
|
@ -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>
|
||||
|
|
10
es_ES.ISO8859-1/share/xsl/freebsd-common.xsl
Normal file
10
es_ES.ISO8859-1/share/xsl/freebsd-common.xsl
Normal 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>
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
20
es_ES.ISO8859-1/share/xsl/freebsd-xhtml-common.xsl
Normal file
20
es_ES.ISO8859-1/share/xsl/freebsd-xhtml-common.xsl
Normal 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
|
||||
<<a href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>>.<br/>
|
||||
Envíe sus preguntas sobre la documentación a
|
||||
<<a href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>>.</small></p>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
|
@ -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>
|
||||
|
|
10
fr_FR.ISO8859-1/share/xsl/freebsd-common.xsl
Normal file
10
fr_FR.ISO8859-1/share/xsl/freebsd-common.xsl
Normal 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>
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
20
fr_FR.ISO8859-1/share/xsl/freebsd-xhtml-common.xsl
Normal file
20
fr_FR.ISO8859-1/share/xsl/freebsd-xhtml-common.xsl
Normal 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
|
||||
<<a href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>>.<br/>
|
||||
Pour les questions sur cette documentation, contactez
|
||||
<<a href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>>.</small></p>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
|
@ -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>
|
||||
|
|
10
hu_HU.ISO8859-2/share/xsl/freebsd-common.xsl
Normal file
10
hu_HU.ISO8859-2/share/xsl/freebsd-common.xsl
Normal 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>
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
17
hu_HU.ISO8859-2/share/xsl/freebsd-xhtml-common.xsl
Normal file
17
hu_HU.ISO8859-2/share/xsl/freebsd-xhtml-common.xsl
Normal 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):
|
||||
<<a href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>>.<br/>
|
||||
Ha ezzel a dokumentummal kapcsolatban van kérdése, kérjük erre a címre írjon:
|
||||
<<a href="mailto:gabor@FreeBSD.org">gabor@FreeBSD.org</a>>.</small></p>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
|
@ -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>
|
||||
|
|
10
it_IT.ISO8859-15/share/xsl/freebsd-common.xsl
Normal file
10
it_IT.ISO8859-15/share/xsl/freebsd-common.xsl
Normal 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>
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
20
it_IT.ISO8859-15/share/xsl/freebsd-xhtml-common.xsl
Normal file
20
it_IT.ISO8859-15/share/xsl/freebsd-xhtml-common.xsl
Normal 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
|
||||
<<a href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>>.<br/>
|
||||
Per domande su questa documentazione, invia una e-mail a
|
||||
<<a href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>>.</small></p>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
|
@ -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>
|
||||
|
|
10
ja_JP.eucJP/share/xsl/freebsd-common.xsl
Normal file
10
ja_JP.eucJP/share/xsl/freebsd-common.xsl
Normal 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>
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
21
ja_JP.eucJP/share/xsl/freebsd-xhtml-common.xsl
Normal file
21
ja_JP.eucJP/share/xsl/freebsd-xhtml-common.xsl
Normal 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> を読んだ上で
|
||||
<<a href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>> まで (英語で) 連絡してください。<br/>
|
||||
本文書に関する質問については、
|
||||
<<a href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>> まで電子メールを (英語で) 送ってください。</small></p>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
|
@ -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>
|
||||
|
|
10
mn_MN.UTF-8/share/xsl/freebsd-common.xsl
Normal file
10
mn_MN.UTF-8/share/xsl/freebsd-common.xsl
Normal 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>
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
26
mn_MN.UTF-8/share/xsl/freebsd-xhtml-common.xsl
Normal file
26
mn_MN.UTF-8/share/xsl/freebsd-xhtml-common.xsl
Normal 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-ийн талаар
|
||||
<<a href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>>
|
||||
хаягтай холбоо барихаасаа өмнө
|
||||
<a href="http://www.FreeBSD.org/docs.html">баримтыг</a> уншина уу.<br/>
|
||||
Энэ бичиг баримттай холбоотой асуулт байвал
|
||||
<<a href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>>
|
||||
хаягаар цахим захидал явуулна уу.<br/>
|
||||
Энэ бичиг баримтын орчуулгатай холбоотой асуулт байвал
|
||||
<<a href="mailto:admin@mnbsd.org">admin@mnbsd.org</a>>
|
||||
хаягаар цахим захидал явуулна уу.</small></p>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
|
@ -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>
|
||||
|
|
10
nl_NL.ISO8859-1/share/xsl/freebsd-common.xsl
Normal file
10
nl_NL.ISO8859-1/share/xsl/freebsd-common.xsl
Normal 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>
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
11
nl_NL.ISO8859-1/share/xsl/freebsd-xhtml-common.xsl
Normal file
11
nl_NL.ISO8859-1/share/xsl/freebsd-xhtml-common.xsl
Normal 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>
|
|
@ -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>
|
||||
|
|
10
pl_PL.ISO8859-2/share/xsl/freebsd-common.xsl
Normal file
10
pl_PL.ISO8859-2/share/xsl/freebsd-common.xsl
Normal 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>
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
10
pl_PL.ISO8859-2/share/xsl/freebsd-xhtml-common.xsl
Normal file
10
pl_PL.ISO8859-2/share/xsl/freebsd-xhtml-common.xsl
Normal 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>
|
|
@ -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>
|
||||
|
|
10
pt_BR.ISO8859-1/share/xsl/freebsd-common.xsl
Normal file
10
pt_BR.ISO8859-1/share/xsl/freebsd-common.xsl
Normal 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>
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
20
pt_BR.ISO8859-1/share/xsl/freebsd-xhtml-common.xsl
Normal file
20
pt_BR.ISO8859-1/share/xsl/freebsd-xhtml-common.xsl
Normal 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
|
||||
<<a href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>>.<br/>
|
||||
Para perguntas sobre esta documentação, envie e-mail para
|
||||
<<a href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>>.</small></p>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
|
@ -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>
|
||||
|
|
10
ru_RU.KOI8-R/share/xsl/freebsd-common.xsl
Normal file
10
ru_RU.KOI8-R/share/xsl/freebsd-common.xsl
Normal 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>
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
24
ru_RU.KOI8-R/share/xsl/freebsd-xhtml-common.xsl
Normal file
24
ru_RU.KOI8-R/share/xsl/freebsd-xhtml-common.xsl
Normal 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> ÐÒÅÖÄÅ ÞÅÍ ÐÉÓÁÔØ ×
|
||||
<<a href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>>.<br/>
|
||||
ðÏ ×ÏÐÒÏÓÁÍ, Ó×ÑÚÁÎÎÙÍ Ó ÜÔÏÊ ÄÏËÕÍÅÎÔÁÃÉÅÊ, ÐÉÛÉÔÅ
|
||||
<<a href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>>.<br/>
|
||||
ðÏ ×ÏÐÒÏÓÁÍ, Ó×ÑÚÁÎÎÙÍ Ó ÒÕÓÓËÉÍ ÐÅÒÅ×ÏÄÏÍ ÄÏËÕÍÅÎÔÁÃÉÉ, ÐÉÛÉÔÅ × ÒÁÓÓÙÌËÕ
|
||||
<<a href="mailto:frdp@FreeBSD.org.ua">frdp@FreeBSD.org.ua</a>>.<br/>
|
||||
éÎÆÏÒÍÁÃÉÑ ÐÏ ÐÏÄÐÉÓËÅ ÎÁ ÜÔÕ ÒÁÓÓÙÌËÕ ÎÁÈÏÄÉÔÓÑ ÎÁ
|
||||
<a href="http://www.freebsd.org.ua/resources.html">ÓÁÊÔÅ ÐÒÏÅËÔÁ ÐÅÒÅ×ÏÄÁ</a>.</small></p>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
|
@ -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>
|
||||
|
|
10
sr_YU.ISO8859-2/share/xsl/freebsd-common.xsl
Normal file
10
sr_YU.ISO8859-2/share/xsl/freebsd-common.xsl
Normal 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>
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
10
sr_YU.ISO8859-2/share/xsl/freebsd-xhtml-common.xsl
Normal file
10
sr_YU.ISO8859-2/share/xsl/freebsd-xhtml-common.xsl
Normal 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>
|
|
@ -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>
|
||||
|
|
10
tr_TR.ISO8859-9/share/xsl/freebsd-common.xsl
Normal file
10
tr_TR.ISO8859-9/share/xsl/freebsd-common.xsl
Normal 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>
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
Loading…
Reference in a new issue