Changeset 1423d58f
- Timestamp:
- 04/17/2005 08:03:31 PM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 78768d2
- Parents:
- 1992902
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r1992902 r1423d58f 1 <!ENTITY day "1 6">1 <!ENTITY day "17"> 2 2 <!ENTITY month "04"> 3 3 <!ENTITY year "2005"> -
introduction/welcome/changelog.xml
r1992902 r1423d58f 22 22 23 23 <itemizedlist> 24 25 <listitem><para>April 17th, 2005 [manuel]: Updated the stylesheets to use 26 DocBook-XSL 1.68.1.</para></listitem> 24 27 25 28 <listitem><para>April 15th, 2005 [randy]: Updated to libsoup-2.2.3, -
stylesheets/blfs-chunked1.xsl
r1992902 r1423d58f 6 6 7 7 <xsl:import href="blfs-chunked2.xsl"/> 8 <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.6 7.2/xhtml/chunk-common.xsl"/>9 <xsl:include href="http://docbook.sourceforge.net/release/xsl/1.6 7.2/xhtml/manifest.xsl"/>8 <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.68.1/xhtml/chunk-common.xsl"/> 9 <xsl:include href="http://docbook.sourceforge.net/release/xsl/1.68.1/xhtml/manifest.xsl"/> 10 10 11 11 <!-- From the original chunk.xsl file: … … 25 25 Voila! (Man I hope we can do this better in XSLT 2.0) --> 26 26 27 <xsl:include href="http://docbook.sourceforge.net/release/xsl/1.6 7.2/xhtml/chunk-code.xsl"/>27 <xsl:include href="http://docbook.sourceforge.net/release/xsl/1.68.1/xhtml/chunk-code.xsl"/> 28 28 29 29 <!-- Including our others customized chunks templates --> -
stylesheets/blfs-chunked2.xsl
r1992902 r1423d58f 6 6 7 7 <!-- We use XHTML --> 8 <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.6 7.2/xhtml/docbook.xsl"/>8 <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.68.1/xhtml/docbook.xsl"/> 9 9 <xsl:param name="chunker.output.encoding" select="'ISO-8859-1'"/> 10 10 -
stylesheets/blfs-nochunks.xsl
r1992902 r1423d58f 6 6 7 7 <!-- We use XHTML --> 8 <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.6 7.2/xhtml/docbook.xsl"/>8 <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.68.1/xhtml/docbook.xsl"/> 9 9 10 10 <!-- Fix encoding issues with default UTF-8 output of the xhtml stylesheet --> -
stylesheets/blfs-pdf.xsl
r1992902 r1423d58f 6 6 7 7 <!-- We use FO and FOP as the processor --> 8 <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.6 7.2/fo/docbook.xsl"/>8 <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.68.1/fo/docbook.xsl"/> 9 9 <xsl:param name="fop.extensions" select="1"/> 10 10 <xsl:param name="draft.mode" select="'no'"/> -
stylesheets/pdf/lfs-admon.xsl
r1992902 r1423d58f 59 59 <fo:list-item> 60 60 <fo:list-item-label end-indent="label-end()"> 61 <fo:block margin-left=" 4pt">61 <fo:block margin-left="18pt"> 62 62 <fo:external-graphic width="auto" height="auto" 63 63 content-width="{$graphic.width}" > -
stylesheets/pdf/lfs-mixed.xsl
r1992902 r1423d58f 228 228 <xsl:apply-templates select="term"/> 229 229 </fo:block> 230 <fo:block margin-left=" 0.1in" text-align="left">230 <fo:block margin-left="1.4pc" text-align="left"> 231 231 <xsl:apply-templates select="listitem"/> 232 232 </fo:block> -
stylesheets/pdf/lfs-pagesetup.xsl
r1992902 r1423d58f 76 76 <xsl:param name="page.margin.inner">0.5in</xsl:param> 77 77 <xsl:param name="page.margin.outer">0.375in</xsl:param> 78 <xsl:param name=" title.margin.left">-0.7pc</xsl:param>78 <xsl:param name="body.start.indent" select="'0.7pc'"/> 79 79 <xsl:attribute-set name="normal.para.spacing"> 80 80 <xsl:attribute name="space-before.optimum">0.6em</xsl:attribute>
Note:
See TracChangeset
for help on using the changeset viewer.