/trunk/blfs/stylesheets/blfs-nochunks.xsl |
---|
1,4 → 1,4 |
<?xml version='1.0' encoding='ISO-8859-1'?> |
<?xml version='1.0' encoding='UTF-8'?> |
<!-- |
$LastChangedBy: manuel $ |
/trunk/blfs/stylesheets/blfs-pdf.xsl |
---|
1,4 → 1,4 |
<?xml version='1.0' encoding='ISO-8859-1'?> |
<?xml version='1.0' encoding='UTF-8'?> |
<!-- |
$LastChangedBy: manuel $ |
/trunk/blfs/stylesheets/wget-list.xsl |
---|
1,4 → 1,4 |
<?xml version='1.0' encoding='ISO-8859-1'?> |
<?xml version='1.0' encoding='UTF-8'?> |
<!-- |
$LastChangedBy: manuel $ |
/trunk/blfs/stylesheets/lfs-xsl/docbook-xsl-snapshot/html/chunker.xsl |
---|
25,7 → 25,7 |
<!-- Note: Only Saxon 6.4.2 or later is supported. --> |
<xsl:param name="chunker.output.method" select="'html'"/> |
<xsl:param name="chunker.output.encoding" select="'ISO-8859-1'"/> |
<xsl:param name="chunker.output.encoding" select="'UTF-8'"/> |
<xsl:param name="chunker.output.indent" select="'no'"/> |
<xsl:param name="chunker.output.omit-xml-declaration" select="'no'"/> |
<xsl:param name="chunker.output.standalone" select="'no'"/> |
/trunk/blfs/stylesheets/lfs-xsl/docbook-xsl-snapshot/profiling/xsl2profile.xsl |
---|
7,7 → 7,7 |
<xsl:include href="../lib/lib.xsl"/> |
<xsl:output method="xml" encoding="US-ASCII"/> |
<xsl:output method="xml" encoding="UTF-8"/> |
<xsl:namespace-alias stylesheet-prefix="xslo" result-prefix="xsl"/> |
/trunk/blfs/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/oldchunker.xsl |
---|
19,7 → 19,7 |
<!-- ==================================================================== --> |
<xsl:param name="default.encoding" select="'ISO-8859-1'" doc:type="string"/> |
<xsl:param name="default.encoding" select="'UTF-8'" doc:type="string"/> |
<doc:param xmlns="" name="default.encoding"> |
<refpurpose xmlns="http://www.w3.org/1999/xhtml">Encoding used in generated HTML pages</refpurpose> |
/trunk/blfs/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/param.xsl |
---|
230,7 → 230,7 |
<xsl:param name="htmlhelp.chm">htmlhelp.chm</xsl:param> |
<xsl:param name="htmlhelp.default.topic"/> |
<xsl:param name="htmlhelp.display.progress" select="1"/> |
<xsl:param name="htmlhelp.encoding">iso-8859-1</xsl:param> |
<xsl:param name="htmlhelp.encoding">utf-8</xsl:param> |
<xsl:param name="htmlhelp.enhanced.decompilation" select="0"/> |
<xsl:param name="htmlhelp.enumerate.images" select="0"/> |
<xsl:param name="htmlhelp.force.map.and.alias" select="0"/> |
267,7 → 267,7 |
<xsl:param name="ignore.image.scaling" select="0"/> |
<xsl:param name="inherit.keywords" select="1"/> |
<xsl:param name="insert.xref.page.number">no</xsl:param> |
<xsl:param name="javahelp.encoding">iso-8859-1</xsl:param> |
<xsl:param name="javahelp.encoding">utf-8</xsl:param> |
<xsl:param name="keep.relative.image.uris" select="1"/> |
<xsl:param name="l10n.gentext.default.language">en</xsl:param> |
/trunk/blfs/stylesheets/lfs-xsl/chunk-slave.xsl |
---|
1,4 → 1,4 |
<?xml version='1.0' encoding='ISO-8859-1'?> |
<?xml version='1.0' encoding='UTF-8'?> |
<!-- |
$LastChangedBy: manuel $ |
16,7 → 16,7 |
<xsl:import href="docbook-xsl-snapshot/xhtml/docbook.xsl"/> |
<!-- Use ISO-8859-1 for output instead of default UTF-8 --> |
<xsl:param name="chunker.output.encoding" select="'ISO-8859-1'"/> |
<xsl:param name="chunker.output.encoding" select="'UTF-8'"/> |
<!-- Including our customized elements templates --> |
<xsl:include href="common.xsl"/> |
/trunk/blfs/stylesheets/lfs-xsl/profile.xsl |
---|
1,4 → 1,4 |
<?xml version='1.0' encoding='ISO-8859-1'?> |
<?xml version='1.0' encoding='UTF-8'?> |
<!-- |
$LastChangedBy: manuel $ |
/trunk/blfs/stylesheets/lfs-xsl/chunk-master.xsl |
---|
1,4 → 1,4 |
<?xml version='1.0' encoding='ISO-8859-1'?> |
<?xml version='1.0' encoding='UTF-8'?> |
<!-- |
$LastChangedBy: manuel $ |
/trunk/blfs/stylesheets/lfs-xsl/pdf/lfs-pagesetup.xsl |
---|
1,4 → 1,4 |
<?xml version='1.0' encoding='ISO-8859-1'?> |
<?xml version='1.0' encoding='UTF-8'?> |
<!-- |
$LastChangedBy: manuel $ |
/trunk/blfs/stylesheets/lfs-xsl/pdf/lfs-admon.xsl |
---|
1,4 → 1,4 |
<?xml version='1.0' encoding='ISO-8859-1'?> |
<?xml version='1.0' encoding='UTF-8'?> |
<!-- |
$LastChangedBy: manuel $ |
/trunk/blfs/stylesheets/lfs-xsl/pdf/lfs-lists.xsl |
---|
1,4 → 1,4 |
<?xml version='1.0' encoding='ISO-8859-1'?> |
<?xml version='1.0' encoding='UTF-8'?> |
<!-- |
$LastChangedBy: manuel $ |
/trunk/blfs/stylesheets/lfs-xsl/pdf/lfs-xref.xsl |
---|
1,4 → 1,4 |
<?xml version='1.0' encoding='ISO-8859-1'?> |
<?xml version='1.0' encoding='UTF-8'?> |
<!-- |
$LastChangedBy: manuel $ |
/trunk/blfs/stylesheets/lfs-xsl/pdf/lfs-mixed.xsl |
---|
1,4 → 1,4 |
<?xml version='1.0' encoding='ISO-8859-1'?> |
<?xml version='1.0' encoding='UTF-8'?> |
<!-- |
$LastChangedBy: manuel $ |
/trunk/blfs/stylesheets/lfs-xsl/pdf/lfs-index.xsl |
---|
1,4 → 1,4 |
<?xml version='1.0' encoding='ISO-8859-1'?> |
<?xml version='1.0' encoding='UTF-8'?> |
<!-- |
$LastChangedBy: manuel $ |
/trunk/blfs/stylesheets/lfs-xsl/chunkfast.xsl |
---|
1,4 → 1,4 |
<?xml version='1.0' encoding='ISO-8859-1'?> |
<?xml version='1.0' encoding='UTF-8'?> |
<!-- |
$LastChangedBy: manuel $ |
/trunk/blfs/stylesheets/lfs-xsl/lfs-l10n.xml |
---|
1,4 → 1,4 |
<?xml version='1.0' encoding='ISO-8859-1'?> |
<?xml version='1.0' encoding='UTF-8'?> |
<!-- |
$LastChangedBy : bdubbs $ |
45,10 → 45,10 |
language="fr" english-language-name="French"> |
<l:gentext key="description" text="description"/> |
<l:gentext key="Bootscripts" text="Scripts de démarrage"/> |
<l:gentext key="Bootscripts" text="Scripts de démarrage"/> |
<l:gentext key="Configuration Files" text="Fichiers de configuration"/> |
<l:gentext key="Kernel Configuration" text="Configuration du noyau"/> |
<l:gentext key="Libraries" text="Bibliothèques"/> |
<l:gentext key="Libraries" text="Bibliothèques"/> |
<l:gentext key="Others" text="Autres"/> |
<l:gentext key="Packages" text="Paquets"/> |
<l:gentext key="Programs" text="Programmes"/> |
/trunk/blfs/stylesheets/lfs-xsl/xhtml/lfs-navigational.xsl |
---|
1,4 → 1,4 |
<?xml version='1.0' encoding='ISO-8859-1'?> |
<?xml version='1.0' encoding='UTF-8'?> |
<!-- |
$LastChangedBy: manuel $ |
/trunk/blfs/stylesheets/lfs-xsl/xhtml/lfs-admon.xsl |
---|
1,4 → 1,4 |
<?xml version='1.0' encoding='ISO-8859-1'?> |
<?xml version='1.0' encoding='UTF-8'?> |
<!-- |
$LastChangedBy: manuel $ |
/trunk/blfs/stylesheets/lfs-xsl/xhtml/lfs-titles.xsl |
---|
1,4 → 1,4 |
<?xml version='1.0' encoding='ISO-8859-1'?> |
<?xml version='1.0' encoding='UTF-8'?> |
<!-- |
$LastChangedBy: manuel $ |
/trunk/blfs/stylesheets/lfs-xsl/xhtml/lfs-xref.xsl |
---|
1,4 → 1,4 |
<?xml version='1.0' encoding='ISO-8859-1'?> |
<?xml version='1.0' encoding='UTF-8'?> |
<!-- |
$LastChangedBy: manuel $ |
/trunk/blfs/stylesheets/lfs-xsl/xhtml/lfs-toc.xsl |
---|
1,4 → 1,4 |
<?xml version='1.0' encoding='ISO-8859-1'?> |
<?xml version='1.0' encoding='UTF-8'?> |
<!-- |
$LastChangedBy: manuel $ |
/trunk/blfs/stylesheets/lfs-xsl/xhtml/lfs-legalnotice.xsl |
---|
1,4 → 1,4 |
<?xml version='1.0' encoding='ISO-8859-1'?> |
<?xml version='1.0' encoding='UTF-8'?> |
<!-- |
$LastChangedBy: manuel $ |
/trunk/blfs/stylesheets/lfs-xsl/xhtml/lfs-mixed.xsl |
---|
1,4 → 1,4 |
<?xml version='1.0' encoding='ISO-8859-1'?> |
<?xml version='1.0' encoding='UTF-8'?> |
<!-- |
$LastChangedBy: manuel $ |
/trunk/blfs/stylesheets/lfs-xsl/xhtml/lfs-index.xsl |
---|
1,4 → 1,4 |
<?xml version='1.0' encoding='ISO-8859-1'?> |
<?xml version='1.0' encoding='UTF-8'?> |
<!-- |
$LastChangedBy: manuel $ |
/trunk/blfs/stylesheets/lfs-xsl/xhtml/lfs-sections.xsl |
---|
1,4 → 1,4 |
<?xml version='1.0' encoding='ISO-8859-1'?> |
<?xml version='1.0' encoding='UTF-8'?> |
<!-- |
$LastChangedBy: manuel $ |
/trunk/blfs/stylesheets/lfs-xsl/common.xsl |
---|
1,4 → 1,4 |
<?xml version='1.0' encoding='ISO-8859-1'?> |
<?xml version='1.0' encoding='UTF-8'?> |
<!-- |
$LastChangedBy: manuel $ |
413,7 → 413,7 |
<xsl:param name="position">1</xsl:param> |
<xsl:variable name="tokens" select="count($scope/varlistentry)"/> |
<xsl:variable name="token" select="$scope/varlistentry[$position]/term/token"/> |
<xsl:variable name="size" select="substring-before($token,' KB')"/> |
<xsl:variable name="size" select="substring-before($token,' Ko')"/> |
<xsl:variable name="rawsize"> |
<xsl:choose> |
<xsl:when test="contains($size,',')"> |
436,17 → 436,17 |
<xsl:choose> |
<xsl:when test="$total < '1000'"> |
<xsl:value-of select="$total"/> |
<xsl:text> KB</xsl:text> |
<xsl:text> Ko</xsl:text> |
</xsl:when> |
<xsl:when test="$total > '1000' and $total < '5000'"> |
<xsl:value-of select="substring($total,1,1)"/> |
<xsl:text>,</xsl:text> |
<xsl:value-of select="substring($total,2)"/> |
<xsl:text> KB</xsl:text> |
<xsl:text> Ko</xsl:text> |
</xsl:when> |
<xsl:otherwise> |
<xsl:value-of select="round($total div 1024)"/> |
<xsl:text> MB</xsl:text> |
<xsl:text> Mo</xsl:text> |
</xsl:otherwise> |
</xsl:choose> |
</xsl:otherwise> |
/trunk/blfs/stylesheets/lfs-xsl/nochunks.xsl |
---|
1,4 → 1,4 |
<?xml version='1.0' encoding='ISO-8859-1'?> |
<?xml version='1.0' encoding='UTF-8'?> |
<!-- |
$LastChangedBy: manuel $ |
16,7 → 16,7 |
<xsl:import href="docbook-xsl-snapshot/xhtml/docbook.xsl"/> |
<!-- Fix encoding issues with default UTF-8 output of the xhtml stylesheet --> |
<xsl:output method="html" encoding="ISO-8859-1" indent="no" /> |
<xsl:output method="html" encoding="UTF-8" indent="no" /> |
<!-- Including our others customized templates --> |
<xsl:include href="common.xsl"/> |
/trunk/blfs/stylesheets/lfs-xsl/pdf.xsl |
---|
1,4 → 1,4 |
<?xml version='1.0' encoding='ISO-8859-1'?> |
<?xml version='1.0' encoding='UTF-8'?> |
<!-- |
$LastChangedBy: manuel $ |
/trunk/blfs/stylesheets/patcheslist.xsl |
---|
1,4 → 1,4 |
<?xml version='1.0' encoding='ISO-8859-1'?> |
<?xml version='1.0' encoding='UTF-8'?> |
<!DOCTYPE xsl:stylesheet [ |
<!ENTITY % general-entities SYSTEM "../general.ent"> |
%general-entities; |
/trunk/blfs/stylesheets/blfs-chunked.xsl |
---|
1,4 → 1,4 |
<?xml version='1.0' encoding='ISO-8859-1'?> |
<?xml version='1.0' encoding='UTF-8'?> |
<!-- |
$LastChangedBy: manuel $ |