Simplify localization layer for XSLT stylesheets. lang/share/xsl/*.xsl are
now picked up via share/xsl/*.xsl and they are empty when there is no localized content in it. This prevents inconsistency between share/xsl/*.xsl and the localized ones.
This commit is contained in:
parent
640294fa86
commit
ae0395da63
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43171
117 changed files with 204 additions and 1132 deletions
bn_BD.UTF-8/share/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
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
share
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
|
@ -6,10 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- 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>
|
||||
|
|
|
@ -10,13 +10,6 @@
|
|||
xmlns:db="http://docbook.org/ns/docbook"
|
||||
exclude-result-prefixes="db"
|
||||
extension-element-prefixes="str">
|
||||
|
||||
<!-- 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"/>
|
||||
|
||||
<!--
|
||||
BENGALI-SPECIFIC PARAMETERS
|
||||
-->
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
<?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">
|
||||
|
||||
<!-- 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>
|
|
@ -1,10 +0,0 @@
|
|||
<?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>
|
|
@ -7,12 +7,4 @@
|
|||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- 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>
|
||||
|
|
|
@ -6,5 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
|
|
@ -6,10 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- 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>
|
||||
|
|
|
@ -6,10 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- 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>
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
<?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">
|
||||
|
||||
<!-- 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>
|
|
@ -1,20 +0,0 @@
|
|||
<?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.navigation">
|
||||
<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>
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version='1.0'?>
|
||||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
|
@ -7,12 +7,14 @@
|
|||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- Pull in the language-independent stylesheet -->
|
||||
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml.xsl"/>
|
||||
<xsl:template name="user.footer.navigation">
|
||||
<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>
|
||||
|
||||
<!-- Language-specific general customizations -->
|
||||
<xsl:import href="freebsd-common.xsl"/>
|
||||
|
||||
<!-- Language-specific common XHTML customizations -->
|
||||
<xsl:import href="freebsd-xhtml-common.xsl"/>
|
||||
<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>
|
||||
|
|
|
@ -6,10 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- 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>
|
||||
|
|
|
@ -6,10 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- 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>
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
<?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">
|
||||
|
||||
<!-- 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>
|
|
@ -1,16 +0,0 @@
|
|||
<?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.navigation">
|
||||
<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>
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version='1.0'?>
|
||||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
|
@ -7,12 +7,10 @@
|
|||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- 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:template name="user.footer.navigation">
|
||||
<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>
|
||||
|
|
|
@ -6,5 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
|
|
@ -6,10 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- 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>
|
||||
|
|
|
@ -6,10 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- 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>
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
<?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">
|
||||
|
||||
<!-- 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>
|
|
@ -1,20 +0,0 @@
|
|||
<?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.navigation">
|
||||
<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>
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version='1.0'?>
|
||||
<?xml version='1.0' encoding='iso-8859-7'?>
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
|
@ -7,12 +7,14 @@
|
|||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- Pull in the language-independent stylesheet -->
|
||||
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml.xsl"/>
|
||||
<xsl:template name="user.footer.navigation">
|
||||
<p align="center"><small>Αυτό το κείμενο, και άλλα κείμενα, μπορεί να βρεθεί στο
|
||||
<a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/">ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/</a></small></p>
|
||||
|
||||
<!-- Language-specific general customizations -->
|
||||
<xsl:import href="freebsd-common.xsl"/>
|
||||
|
||||
<!-- Language-specific common XHTML customizations -->
|
||||
<xsl:import href="freebsd-xhtml-common.xsl"/>
|
||||
<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>
|
||||
|
|
|
@ -6,5 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
|
|
@ -6,10 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- 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>
|
||||
|
|
|
@ -6,10 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- 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>
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
<?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">
|
||||
|
||||
<!-- 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>
|
|
@ -1,10 +0,0 @@
|
|||
<?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>
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version='1.0'?>
|
||||
<?xml version='1.0' encoding="iso-8859-1"?>
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
|
@ -6,13 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- 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>
|
||||
|
|
|
@ -6,5 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
|
|
@ -6,10 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- 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>
|
||||
|
|
|
@ -6,10 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- 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>
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
<?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">
|
||||
|
||||
<!-- 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>
|
|
@ -1,20 +0,0 @@
|
|||
<?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.navigation">
|
||||
<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>
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version='1.0'?>
|
||||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
|
@ -7,12 +7,14 @@
|
|||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- Pull in the language-independent stylesheet -->
|
||||
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml.xsl"/>
|
||||
<xsl:template name="user.footer.navigation">
|
||||
<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>
|
||||
|
||||
<!-- Language-specific general customizations -->
|
||||
<xsl:import href="freebsd-common.xsl"/>
|
||||
|
||||
<!-- Language-specific common XHTML customizations -->
|
||||
<xsl:import href="freebsd-xhtml-common.xsl"/>
|
||||
<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>
|
||||
|
|
|
@ -6,5 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
|
|
@ -6,10 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- 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>
|
||||
|
|
|
@ -6,10 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- 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>
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
<?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">
|
||||
|
||||
<!-- 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>
|
|
@ -1,20 +0,0 @@
|
|||
<?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.navigation">
|
||||
<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>
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version='1.0'?>
|
||||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
|
@ -7,12 +7,14 @@
|
|||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- Pull in the language-independent stylesheet -->
|
||||
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml.xsl"/>
|
||||
<xsl:template name="user.footer.navigation">
|
||||
<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>
|
||||
|
||||
<!-- Language-specific general customizations -->
|
||||
<xsl:import href="freebsd-common.xsl"/>
|
||||
|
||||
<!-- Language-specific common XHTML customizations -->
|
||||
<xsl:import href="freebsd-xhtml-common.xsl"/>
|
||||
<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>
|
||||
|
|
|
@ -6,5 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
|
|
@ -6,10 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- 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>
|
||||
|
|
|
@ -6,10 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- 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>
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
<?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">
|
||||
|
||||
<!-- 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>
|
|
@ -1,17 +0,0 @@
|
|||
<?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.navigation">
|
||||
<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>
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version='1.0'?>
|
||||
<?xml version='1.0' encoding='iso-8859-2'?>
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
|
@ -7,12 +7,11 @@
|
|||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- 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:template name="user.footer.navigation">
|
||||
<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>
|
||||
|
|
|
@ -6,5 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
|
|
@ -6,10 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- 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>
|
||||
|
|
|
@ -6,10 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- 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>
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
<?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">
|
||||
|
||||
<!-- 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>
|
|
@ -1,20 +0,0 @@
|
|||
<?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.navigation">
|
||||
<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>
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version='1.0'?>
|
||||
<?xml version='1.0' encoding='iso-8859-15'?>
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
|
@ -7,12 +7,14 @@
|
|||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- Pull in the language-independent stylesheet -->
|
||||
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml.xsl"/>
|
||||
<xsl:template name="user.footer.navigation">
|
||||
<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>
|
||||
|
||||
<!-- Language-specific general customizations -->
|
||||
<xsl:import href="freebsd-common.xsl"/>
|
||||
|
||||
<!-- Language-specific common XHTML customizations -->
|
||||
<xsl:import href="freebsd-xhtml-common.xsl"/>
|
||||
<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>
|
||||
|
|
|
@ -6,5 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
|
|
@ -6,10 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- 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>
|
||||
|
|
|
@ -7,12 +7,6 @@
|
|||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- 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"/>
|
||||
|
||||
<!-- Pull in the CJK-specific stylesheet -->
|
||||
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-fo-cjk.xsl"/>
|
||||
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
<?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">
|
||||
|
||||
<!-- 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>
|
|
@ -1,21 +0,0 @@
|
|||
<?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.navigation">
|
||||
<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>
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version='1.0'?>
|
||||
<?xml version='1.0' encoding='euc-jp'?>
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
|
@ -7,12 +7,15 @@
|
|||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- Pull in the language-independent stylesheet -->
|
||||
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml.xsl"/>
|
||||
<xsl:template name="user.footer.navigation">
|
||||
<p align="center"><small>本文書、および他の文書は
|
||||
<a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/">ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/</a>
|
||||
からダウンロードできます。</small></p>
|
||||
|
||||
<!-- Language-specific general customizations -->
|
||||
<xsl:import href="freebsd-common.xsl"/>
|
||||
|
||||
<!-- Language-specific common XHTML customizations -->
|
||||
<xsl:import href="freebsd-xhtml-common.xsl"/>
|
||||
<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>
|
||||
|
|
|
@ -6,5 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
|
|
@ -6,10 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- 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>
|
||||
|
|
|
@ -6,10 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- 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>
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
<?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">
|
||||
|
||||
<!-- 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>
|
|
@ -1,26 +0,0 @@
|
|||
<?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.navigation">
|
||||
<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>
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version='1.0'?>
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
|
@ -7,12 +7,20 @@
|
|||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- Pull in the language-independent stylesheet -->
|
||||
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml.xsl"/>
|
||||
<xsl:template name="user.footer.navigation">
|
||||
<p align="center"><small>Энэ болон бусад баримтуудыг
|
||||
<a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/">ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/</a>
|
||||
хаягаас татаж авч болно.</small></p>
|
||||
|
||||
<!-- Language-specific general customizations -->
|
||||
<xsl:import href="freebsd-common.xsl"/>
|
||||
|
||||
<!-- Language-specific common XHTML customizations -->
|
||||
<xsl:import href="freebsd-xhtml-common.xsl"/>
|
||||
<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>
|
||||
|
|
|
@ -6,5 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
|
|
@ -6,10 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- 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>
|
||||
|
|
|
@ -6,10 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- 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>
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
<?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">
|
||||
|
||||
<!-- 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>
|
|
@ -1,11 +0,0 @@
|
|||
<?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.navigation"/>
|
||||
</xsl:stylesheet>
|
|
@ -6,13 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- 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>
|
||||
|
|
|
@ -6,5 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
|
|
@ -6,10 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- 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>
|
||||
|
|
|
@ -6,10 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- 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>
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
<?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">
|
||||
|
||||
<!-- 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>
|
|
@ -1,10 +0,0 @@
|
|||
<?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>
|
|
@ -6,13 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- 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>
|
||||
|
|
|
@ -6,5 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
|
|
@ -6,10 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- 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>
|
||||
|
|
|
@ -6,10 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- 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>
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
<?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">
|
||||
|
||||
<!-- 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>
|
|
@ -1,20 +0,0 @@
|
|||
<?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.navigation">
|
||||
<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>
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version='1.0'?>
|
||||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
|
@ -7,12 +7,14 @@
|
|||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- Pull in the language-independent stylesheet -->
|
||||
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml.xsl"/>
|
||||
<xsl:template name="user.footer.navigation">
|
||||
<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>
|
||||
|
||||
<!-- Language-specific general customizations -->
|
||||
<xsl:import href="freebsd-common.xsl"/>
|
||||
|
||||
<!-- Language-specific common XHTML customizations -->
|
||||
<xsl:import href="freebsd-xhtml-common.xsl"/>
|
||||
<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>
|
||||
|
|
|
@ -6,5 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
|
|
@ -6,10 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- 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>
|
||||
|
|
|
@ -6,10 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- 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>
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
<?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">
|
||||
|
||||
<!-- 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>
|
|
@ -1,35 +0,0 @@
|
|||
<?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.navigation">
|
||||
<p align="center"><small>üÔÏÔ, É ÄÒÕÇÉÅ ÄÏËÕÍÅÎÔÙ, ÍÏÇÕÔ ÂÙÔØ ÓËÁÞÁÎÙ Ó
|
||||
<a href="http://ftp.FreeBSD.org/pub/FreeBSD/doc/">http://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/>
|
||||
</small></p>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template name="docformatnav">
|
||||
<xsl:variable name="single.fname">
|
||||
<xsl:choose>
|
||||
<xsl:when test="/book">book.html</xsl:when>
|
||||
<xsl:when test="/article">article.html</xsl:when>
|
||||
</xsl:choose>
|
||||
</xsl:variable>
|
||||
|
||||
<div class="docformatnavi">
|
||||
[ <a href="index.html">ðÏ ÒÁÚÄÅÌÁÍ</a> /
|
||||
<a href="{$single.fname}">ïÄÎÉÍ ÆÁÊÌÏÍ</a> ]
|
||||
</div>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version='1.0'?>
|
||||
<?xml version='1.0' encoding='koi8-r'?>
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
|
@ -7,12 +7,29 @@
|
|||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- Pull in the language-independent stylesheet -->
|
||||
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-xhtml.xsl"/>
|
||||
<xsl:template name="user.footer.navigation">
|
||||
<p align="center"><small>üÔÏÔ, É ÄÒÕÇÉÅ ÄÏËÕÍÅÎÔÙ, ÍÏÇÕÔ ÂÙÔØ ÓËÁÞÁÎÙ Ó
|
||||
<a href="http://ftp.FreeBSD.org/pub/FreeBSD/doc/">http://ftp.FreeBSD.org/pub/FreeBSD/doc/</a>.</small></p>
|
||||
|
||||
<!-- Language-specific general customizations -->
|
||||
<xsl:import href="freebsd-common.xsl"/>
|
||||
<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/>
|
||||
</small></p>
|
||||
</xsl:template>
|
||||
|
||||
<!-- Language-specific common XHTML customizations -->
|
||||
<xsl:import href="freebsd-xhtml-common.xsl"/>
|
||||
<xsl:template name="docformatnav">
|
||||
<xsl:variable name="single.fname">
|
||||
<xsl:choose>
|
||||
<xsl:when test="/book">book.html</xsl:when>
|
||||
<xsl:when test="/article">article.html</xsl:when>
|
||||
</xsl:choose>
|
||||
</xsl:variable>
|
||||
|
||||
<div class="docformatnavi">
|
||||
[ <a href="index.html">ðÏ ÒÁÚÄÅÌÁÍ</a> /
|
||||
<a href="{$single.fname}">ïÄÎÉÍ ÆÁÊÌÏÍ</a> ]
|
||||
</div>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
||||
|
|
|
@ -54,10 +54,10 @@ MASTERDOC?= ${.CURDIR}/${DOC}.xml
|
|||
DB5RNC?= ${DOC_PREFIX}/share/xml/freebsd50.rnc
|
||||
|
||||
XSLPROF?= http://docbook.sourceforge.net/release/xsl-ns/current/profiling/profile.xsl
|
||||
XSLXHTML?= http://www.FreeBSD.org/XML/www/lang/share/xsl/freebsd-xhtml.xsl
|
||||
XSLXHTMLCHUNK?= http://www.FreeBSD.org/XML/www/lang/share/xsl/freebsd-xhtml-chunk.xsl
|
||||
XSLEPUB?= http://www.FreeBSD.org/XML/www/lang/share/xsl/freebsd-epub.xsl
|
||||
XSLFO?= http://www.FreeBSD.org/XML/www/lang/share/xsl/freebsd-fo.xsl
|
||||
XSLXHTML?= http://www.FreeBSD.org/XML/www/share/xsl/freebsd-xhtml.xsl
|
||||
XSLXHTMLCHUNK?= http://www.FreeBSD.org/XML/www/share/xsl/freebsd-xhtml-chunk.xsl
|
||||
XSLEPUB?= http://www.FreeBSD.org/XML/www/share/xsl/freebsd-epub.xsl
|
||||
XSLFO?= http://www.FreeBSD.org/XML/www/share/xsl/freebsd-fo.xsl
|
||||
XSLPGP?= http://www.FreeBSD.org/XML/www/share/xsl/freebsd-pgpkeyring.xsl
|
||||
|
||||
XSLSCH?= /usr/local/share/xsl/iso-schematron/xslt1/iso_schematron_skeleton_for_xslt1.xsl
|
||||
|
|
|
@ -16,6 +16,9 @@
|
|||
<!-- Pull in common XHTML customizations -->
|
||||
<xsl:import href="freebsd-xhtml-common.xsl"/>
|
||||
|
||||
<!-- The localization layer is the same preference level of this file -->
|
||||
<xsl:include href="http://www.FreeBSD.org/XML/www/lang/share/xsl/freebsd-epub.xsl"/>
|
||||
|
||||
<xsl:param name="generate.legalnotice.link" select="'1'"/>
|
||||
|
||||
<xsl:param name="docbook.css.source">../xml/docbook-epub.css.xml</xsl:param>
|
||||
|
|
|
@ -11,12 +11,14 @@
|
|||
<!-- Pull in the base stylesheets -->
|
||||
<xsl:import href="http://docbook.sourceforge.net/release/xsl-ns/current/fo/docbook.xsl"/>
|
||||
|
||||
<!-- Include the common customizations -->
|
||||
<xsl:import href="freebsd-common.xsl"/>
|
||||
|
||||
<xsl:import href="http://www.FreeBSD.org/XML/www/share/xsl/freebsd-common.xsl"/>
|
||||
<xsl:import href="http://www.FreeBSD.org/XML/www/lang/share/xsl/freebsd-common.xsl"/>
|
||||
<!-- Include customized FO titlepage -->
|
||||
<xsl:import href="freebsd-fo-titlepage.xsl"/>
|
||||
|
||||
<!-- The localization layer is the same preference level of this file -->
|
||||
<xsl:include href="http://www.FreeBSD.org/XML/www/lang/share/xsl/freebsd-fo.xsl"/>
|
||||
|
||||
<xsl:param name="print">0</xsl:param>
|
||||
|
||||
<xsl:variable name="link.color">
|
||||
|
|
|
@ -12,8 +12,9 @@
|
|||
<xsl:import href="http://docbook.sourceforge.net/release/xsl-ns/current/xhtml/chunk.xsl"/>
|
||||
|
||||
<!-- Pull in common XHTML customizations -->
|
||||
<xsl:include href="freebsd-xhtml-common.xsl"/>
|
||||
<xsl:import href="http://www.FreeBSD.org/XML/www/share/xsl/freebsd-xhtml-common.xsl"/>
|
||||
|
||||
<xsl:import href="http://www.FreeBSD.org/XML/www/lang/share/xsl/freebsd-xhtml.xsl"/>
|
||||
|
||||
<xsl:param name="generate.legalnotice.link" select="'1'"/>
|
||||
</xsl:stylesheet>
|
||||
|
||||
|
|
|
@ -9,5 +9,7 @@
|
|||
<xsl:import href="http://docbook.sourceforge.net/release/xsl-ns/current/xhtml/docbook.xsl"/>
|
||||
|
||||
<!-- Pull in common XHTML customizations -->
|
||||
<xsl:include href="freebsd-xhtml-common.xsl"/>
|
||||
<xsl:import href="http://www.FreeBSD.org/XML/www/share/xsl/freebsd-xhtml-common.xsl"/>
|
||||
|
||||
<xsl:import href="http://www.FreeBSD.org/XML/www/lang/share/xsl/freebsd-xhtml.xsl"/>
|
||||
</xsl:stylesheet>
|
||||
|
|
|
@ -6,5 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
|
|
@ -6,10 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- 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>
|
||||
|
|
|
@ -6,10 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- 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>
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
<?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">
|
||||
|
||||
<!-- 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>
|
|
@ -1,10 +0,0 @@
|
|||
<?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>
|
|
@ -6,13 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- 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>
|
||||
|
|
|
@ -6,5 +6,4 @@
|
|||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue