Changeset 47274444 for pst/xml


Ignore:
Timestamp:
03/24/2020 07:19:44 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
fa3edfef
Parents:
914049f6
Message:

Format postlfs/security and misc/forgotten

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22884 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/xml/docbook-xsl.xml

    r914049f6 r47274444  
    3838    <title>Introduction to DocBook XSL Stylesheets</title>
    3939
    40     <para>The <application>DocBook XSL Stylesheets</application>
    41     package contains XSL stylesheets. These are useful for
    42     performing transformations on XML DocBook files.</para>
     40    <para>
     41      The <application>DocBook XSL Stylesheets</application>
     42      package contains XSL stylesheets. These are useful for
     43      performing transformations on XML DocBook files.
     44    </para>
    4345
    4446    &lfs91_checked;
     
    4749    <itemizedlist spacing="compact">
    4850      <listitem>
    49         <para>Download (HTTP): <ulink url="&docbook-xsl-download-http;"/></para>
    50       </listitem>
    51       <listitem>
    52         <para>Download (FTP): <ulink url="&docbook-xsl-download-ftp;"/></para>
    53       </listitem>
    54       <listitem>
    55         <para>Download MD5 sum: &docbook-xsl-md5sum;</para>
    56       </listitem>
    57       <listitem>
    58         <para>Download size: &docbook-xsl-size;</para>
    59       </listitem>
    60       <listitem>
    61         <para>Estimated disk space required: &docbook-xsl-buildsize;</para>
    62       </listitem>
    63       <listitem>
    64         <para>Estimated build time: &docbook-xsl-time;</para>
     51        <para>
     52          Download (HTTP): <ulink url="&docbook-xsl-download-http;"/>
     53        </para>
     54      </listitem>
     55      <listitem>
     56        <para>
     57          Download (FTP): <ulink url="&docbook-xsl-download-ftp;"/>
     58        </para>
     59      </listitem>
     60      <listitem>
     61        <para>
     62          Download MD5 sum: &docbook-xsl-md5sum;
     63        </para>
     64      </listitem>
     65      <listitem>
     66        <para>
     67          Download size: &docbook-xsl-size;
     68        </para>
     69      </listitem>
     70      <listitem>
     71        <para>
     72          Estimated disk space required: &docbook-xsl-buildsize;
     73        </para>
     74      </listitem>
     75      <listitem>
     76        <para>
     77          Estimated build time: &docbook-xsl-time;
     78        </para>
    6579      </listitem>
    6680    </itemizedlist>
     
    6983    <itemizedlist spacing='compact'>
    7084      <listitem>
    71           <para>Required patch: <ulink
    72             url="&patch-root;/docbook-xsl-nons-&docbook-xsl-version;-stack_fix-1.patch"/>
    73          </para>
     85        <para>
     86          Required patch: <ulink url=
     87            "&patch-root;/docbook-xsl-nons-&docbook-xsl-version;-stack_fix-1.patch"/>
     88        </para>
    7489      </listitem>
    7590    </itemizedlist>
     
    7893      <title>Optional documentation</title>
    7994      <listitem>
    80         <para>Download (HTTP): <ulink url="&docbook-xsl-doc-download;"/></para>
    81       </listitem>
    82       <listitem>
    83         <para>Download MD5 sum: &docbook-xsl-doc-md5sum;</para>
    84       </listitem>
    85       <listitem>
    86         <para>Download size: &docbook-xsl-doc-size;</para>
     95        <para>
     96          Download (HTTP): <ulink url="&docbook-xsl-doc-download;"/>
     97        </para>
     98      </listitem>
     99      <listitem>
     100        <para>
     101          Download MD5 sum: &docbook-xsl-doc-md5sum;
     102        </para>
     103      </listitem>
     104      <listitem>
     105        <para>
     106          Download size: &docbook-xsl-doc-size;
     107        </para>
    87108      </listitem>
    88109    </itemizedlist>
     
    91112
    92113    <bridgehead renderas="sect4">Recommended (at runtime)</bridgehead>
    93     <para role="recommended"><xref role="runtime" linkend="libxml2"/></para>
     114    <para role="recommended">
     115      <xref role="runtime" linkend="libxml2"/>
     116    </para>
    94117
    95118    <bridgehead renderas="sect4">Optional (all used at runtime)</bridgehead>
     
    122145    <title>Installation of DocBook XSL Stylesheets</title>
    123146
    124     <para>First, fix a problem that causes stack overflows when doing recursion:</para>
     147    <para>
     148      First, fix a problem that causes stack overflows when doing recursion:
     149    </para>
    125150
    126151<screen><userinput>patch -Np1 -i ../docbook-xsl-nons-&docbook-xsl-version;-stack_fix-1.patch</userinput></screen>
    127152
    128     <para>If you downloaded the optional documentation tarball, unpack it
    129     with the following command:</para>
     153    <para>
     154      If you downloaded the optional documentation tarball, unpack it
     155      with the following command:
     156    </para>
    130157
    131158<screen><userinput>tar -xf ../docbook-xsl-doc-&docbook-xsl-version;.tar.bz2 --strip-components=1</userinput></screen>
    132159
    133     <para>BLFS does not install the required packages to run the test suite
    134     and provide meaningful results.</para>
    135 
    136     <para>Install <application>DocBook XSL Stylesheets</application>
    137     by running the following commands as the
    138     <systemitem class="username">root</systemitem> user:</para>
     160    <para>
     161      BLFS does not install the required packages to run the test suite
     162      and provide meaningful results.
     163    </para>
     164
     165    <para>
     166      Install <application>DocBook XSL Stylesheets</application>
     167      by running the following commands as the
     168      <systemitem class="username">root</systemitem> user:
     169    </para>
    139170
    140171<screen role="root"><userinput>install -v -m755 -d /usr/share/xml/docbook/xsl-stylesheets-nons-&docbook-xsl-version; &amp;&amp;
     
    153184                    /usr/share/doc/docbook-xsl-nons-&docbook-xsl-version;</userinput></screen>
    154185
    155     <para>If you downloaded the optional documentation tarball, install the
    156     documentation by issuing the following command as the
    157     <systemitem class="username">root</systemitem> user:</para>
     186    <para>
     187      If you downloaded the optional documentation tarball, install the
     188      documentation by issuing the following command as the
     189      <systemitem class="username">root</systemitem> user:
     190    </para>
    158191
    159192<screen role="root"><userinput>cp -v -R doc/* /usr/share/doc/docbook-xsl-nons-&docbook-xsl-version;</userinput></screen>
     
    167200      <title>Config Files</title>
    168201
    169       <para><filename>/etc/xml/catalog</filename></para>
     202      <para>
     203        <filename>/etc/xml/catalog</filename>
     204      </para>
    170205
    171206      <indexterm zone="docbook-xsl docbook-xsl-config">
     
    179214
    180215      <note>
    181         <para>If you are installing the current version of docbook-xsl-nons
    182         over a previous version of docbook-xsl, then remove the old
    183         rewrite entries in the catalog as the <systemitem
    184         class="username">root</systemitem> user:</para>
     216        <para>
     217          If you are installing the current version of docbook-xsl-nons
     218          over a previous version of docbook-xsl, then remove the old
     219          rewrite entries in the catalog as the <systemitem
     220          class="username">root</systemitem> user:
     221        </para>
    185222
    186223<screen role="nodump"><userinput>sed -i '/rewrite/d' /etc/xml/catalog</userinput></screen>
    187224      </note>
    188225
    189       <para>Create (or append) and populate the XML catalog file using the
    190       following commands as the <systemitem class="username">root</systemitem>
    191       user:</para>
     226      <para>
     227        Create (or append) and populate the XML catalog file using the
     228        following commands as the <systemitem
     229        class="username">root</systemitem> user:
     230      </para>
    192231
    193232<screen role="root"><userinput>if [ ! -d /etc/xml ]; then install -v -m755 -d /etc/xml; fi &amp;&amp;
     
    226265    /etc/xml/catalog</userinput></screen>
    227266
    228       <para>Occasionally, you may find the need to install other versions of
    229       the XSL stylesheets as some projects reference a specific version. One
    230       example is BLFS-6.0, which required the 1.67.2 version. In these instances
    231       you should install any other required version in its own versioned
    232       directory and create catalog entries as follows (substitute the desired
    233       version number for <replaceable>&lt;version&gt;</replaceable>):</para>
     267      <para>
     268        Occasionally, you may find the need to install other versions of the
     269        XSL stylesheets as some projects reference a specific version. One
     270        example is BLFS-6.0, which required the 1.67.2 version. In these
     271        instances you should install any other required version in its own
     272        versioned directory and create catalog entries as follows (substitute
     273        the desired version number for
     274        <replaceable>&lt;version&gt;</replaceable>):
     275      </para>
    234276
    235277<screen role="nodump"><userinput>xmlcatalog --noout --add "rewriteSystem" \
Note: See TracChangeset for help on using the changeset viewer.