Ignore:
Timestamp:
12/10/2013 11:37:38 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
112db9d
Parents:
f2a5108
Message:

Import new branch

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10389 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/lfs-xsl/nochunks.xsl

    rf2a5108 rb1a51ac1  
    1010                version="1.0">
    1111
    12    <!-- Stylesheet for non-chunked XHTML output
    13         Replaces {docbook-xsl}/xhtml/profile-docbook.xsl -->
    14 
    15     <!-- Upstream XHTML templates -->
    16   <xsl:import href="docbook-xsl-snapshot/xhtml/docbook.xsl"/>
    17 
    18     <!-- Fix encoding issues with default UTF-8 output of the xhtml stylesheet -->
     12  <!-- Stylesheet for non-chunked XHTML output
     13       Replaces {docbook-xsl}/xhtml/profile-docbook.xsl -->
     14
     15  <!-- Upstream XHTML templates -->
     16  <xsl:import href="docbook-xsl-1.78.1/xhtml/docbook.xsl"/>
     17
     18  <!-- Fix encoding issues with default UTF-8 output of the xhtml stylesheet -->
    1919  <xsl:output method="html" encoding="ISO-8859-1" indent="no" />
    2020
    21    <!-- Including our others customized templates -->
     21  <!-- Include our customized templates -->
    2222  <xsl:include href="common.xsl"/>
    2323  <xsl:include href="xhtml/lfs-index.xsl"/>
     
    2727  <xsl:include href="xhtml/lfs-xref.xsl"/>
    2828
    29     <!-- Control generation of ToCs and LoTs -->
     29  <!-- Control generation of ToCs and LoTs -->
    3030  <xsl:param name="generate.toc">
    3131    book      toc,title
     
    4242  </xsl:param>
    4343
    44     <!-- How deep should recursive sections appear in the TOC? -->
     44  <!-- How deep should recursive sections appear in the TOC? -->
    4545  <xsl:param name="toc.section.depth">1</xsl:param>
    4646
    47     <!-- How maximaly deep should be each TOC? -->
     47  <!-- How deep, at most, should each TOC be? -->
    4848  <xsl:param name="toc.max.depth">3</xsl:param>
    4949
    50     <!-- Dropping some unwanted style attributes -->
     50  <!-- Remove some unwanted style attributes -->
    5151  <xsl:param name="ulink.target" select="''"></xsl:param>
    5252  <xsl:param name="css.decoration" select="0"></xsl:param>
    5353
    54     <!-- Don't use graphics in admonitions -->
     54  <!-- Don't use graphics in admonitions -->
    5555  <xsl:param name="admon.graphics" select="0"/>
    5656
    57     <!-- Changing the admonitions output tagging:
    58            Removed $admon.style support
    59            Hardcoded $admon.textlabel feature -->
    60     <!-- The original template is in {docbook-xsl}/xhtml/admon.xsl -->
     57  <!-- Change the admonitions output tagging:
     58       Remove $admon.style support
     59       Hardcode $admon.textlabel feature
     60      The original template is in {docbook-xsl}/xhtml/admon.xsl -->
    6161  <xsl:template name="nongraphical.admonition">
    6262    <div class="admon {name(.)}">
     
    6868  </xsl:template>
    6969
    70     <!-- sect2.titlepage:
    71            Removed a lot of unneeded code.
    72            Skip empty titles.
    73            No label in preface (actually, skip the hardcoded dot). -->
    74     <!-- The original template is in {docbook-xsl}/xhtml/titlepage.templates.xsl -->
     70  <!-- sect2.titlepage:
     71       Remove a lot of unneeded code.
     72       Skip empty titles.
     73       No label in preface (actually, skip the hardcoded dot).
     74      The original template is in {docbook-xsl}/xhtml/titlepage.templates.xsl -->
    7575  <xsl:template name="sect2.titlepage">
    7676    <xsl:choose>
     
    9191  </xsl:template>
    9292
    93     <!-- The CSS Stylesheet:
    94            Note: there is some diferences with lfs.css code releated
    95                  to h* values, admonitions and no navigational code. -->
    96     <!-- The original template is in {docbook-xsl}/xhtml/docbook.xsl -->
     93  <!-- The CSS Stylesheet:
     94       Note: there are some differences with lfs.css code related to h* values,
     95       admonitions and no navigational code.  The original template is in
     96      {docbook-xsl}/xhtml/docbook.xsl -->
    9797  <xsl:template name='user.head.content'>
    9898    <style type="text/css">
Note: See TracChangeset for help on using the changeset viewer.