Changeset fa3edfef for pst/xml


Ignore:
Timestamp:
03/25/2020 12:06:24 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:
81a73ed8
Parents:
47274444
Message:

Format pst

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

Location:
pst/xml
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • pst/xml/docbook.xml

    r47274444 rfa3edfef  
    3030    <title>Introduction to DocBook XML DTD</title>
    3131
    32     <para>The <application>DocBook XML DTD</application>-&DocBook-version;
    33     package contains document type definitions for verification of XML data
    34     files against the DocBook rule set. These are useful for structuring books
    35     and software documentation to a standard allowing you to utilize
    36     transformations already written for that standard.</para>
     32    <para>
     33      The <application>DocBook XML DTD</application>-&DocBook-version;
     34      package contains document type definitions for verification of XML data
     35      files against the DocBook rule set. These are useful for structuring
     36      books and software documentation to a standard allowing you to utilize
     37      transformations already written for that standard.
     38    </para>
    3739
    3840    &lfs91_checked;
     
    4143    <itemizedlist spacing="compact">
    4244      <listitem>
    43         <para>Download (HTTP): <ulink url="&DocBook-download-http;"/></para>
    44       </listitem>
    45       <listitem>
    46         <para>Download (FTP): <ulink url="&DocBook-download-ftp;"/></para>
    47       </listitem>
    48       <listitem>
    49         <para>Download MD5 sum: &DocBook-md5sum;</para>
    50       </listitem>
    51       <listitem>
    52         <para>Download size: &DocBook-size;</para>
    53       </listitem>
    54       <listitem>
    55         <para>Estimated disk space required: &DocBook-buildsize;</para>
    56       </listitem>
    57       <listitem>
    58         <para>Estimated build time: &DocBook-time;</para>
     45        <para>
     46          Download (HTTP): <ulink url="&DocBook-download-http;"/>
     47        </para>
     48      </listitem>
     49      <listitem>
     50        <para>
     51          Download (FTP): <ulink url="&DocBook-download-ftp;"/>
     52        </para>
     53      </listitem>
     54      <listitem>
     55        <para>
     56          Download MD5 sum: &DocBook-md5sum;
     57        </para>
     58      </listitem>
     59      <listitem>
     60        <para>
     61          Download size: &DocBook-size;
     62        </para>
     63      </listitem>
     64      <listitem>
     65        <para>
     66          Estimated disk space required: &DocBook-buildsize;
     67        </para>
     68      </listitem>
     69      <listitem>
     70        <para>
     71          Estimated build time: &DocBook-time;
     72        </para>
    5973      </listitem>
    6074    </itemizedlist>
     
    8094    href="../../xincludes/use-unzip.xml"/>
    8195
    82     <para>Install <application>DocBook XML DTD</application> by running the
    83     following commands as the <systemitem class="username">root</systemitem>
    84     user:</para>
     96    <para>
     97      Install <application>DocBook XML DTD</application> by running the
     98      following commands as the <systemitem class="username">root</systemitem>
     99      user:
     100    </para>
    85101
    86102<screen role="root"><userinput>install -v -d -m755 /usr/share/xml/docbook/xml-dtd-&DocBook-version; &amp;&amp;
     
    90106    /usr/share/xml/docbook/xml-dtd-&DocBook-version;</userinput></screen>
    91107
    92     <para>Create (or update) and populate the
    93     <filename>/etc/xml/docbook</filename> catalog file by running the following
    94     commands as the <systemitem class="username">root</systemitem> user:</para>
     108    <para>
     109      Create (or update) and populate the <filename>/etc/xml/docbook</filename>
     110      catalog file by running the following
     111      commands as the <systemitem class="username">root</systemitem> user:
     112    </para>
    95113
    96114<screen role="root"><?dbfo keep-together="auto"?><userinput>if [ ! -e /etc/xml/docbook ]; then
     
    142160    /etc/xml/docbook</userinput></screen>
    143161
    144     <para>Create (or update) and populate the
    145     <filename>/etc/xml/catalog</filename> catalog file by running the following
    146     commands as the <systemitem class="username">root</systemitem> user:</para>
     162    <para>
     163      Create (or update) and populate the
     164      <filename>/etc/xml/catalog</filename> catalog file by running the
     165      following commands as the <systemitem class="username">root</systemitem>
     166      user:
     167    </para>
    147168
    148169<screen role="root"><userinput>if [ ! -e /etc/xml/catalog ]; then
     
    174195      <title>Config Files</title>
    175196
    176       <para><filename>/etc/xml/catalog</filename>,
    177       <filename>/etc/xml/docbook</filename></para>
     197      <para>
     198        <filename>/etc/xml/catalog</filename> and
     199        <filename>/etc/xml/docbook</filename>
     200      </para>
    178201
    179202      <indexterm zone="DocBook docbook-config">
     
    190213      <title>Configuration Information</title>
    191214
    192       <para>The above installation creates the files and updates the catalogs.
    193       In order to
    194       utilize <application>DocBook XML DTD</application> V&DocBook-version;
    195       when any version 4.x is requested in the System Identifier, you need to
    196       add additional statements to the catalog files. If you have any of the
    197       <application>DocBook XML DTD</application>'s referenced below already
    198       installed on your system, remove those entries from the
    199       <command>for</command> command below (issue the commands as the
    200       <systemitem class="username">root</systemitem> user):</para>
     215      <para>
     216        The above installation creates the files and updates the catalogs.
     217        In order to utilize <application>DocBook XML DTD</application>
     218        V&DocBook-version; when any version 4.x is requested in the System
     219        Identifier, you need to add additional statements to the catalog
     220        files. If you have any of the <application>DocBook XML
     221        DTD</application>'s referenced below already installed on your
     222        system, remove those entries from the <command>for</command> command
     223        below (issue the commands as the <systemitem
     224        class="username">root</systemitem> user):
     225      </para>
    201226
    202227<screen role="root"><userinput>for DTDVERSION in 4.1.2 4.2 4.3 4.4
     
    253278        <term><filename>DTD files</filename></term>
    254279        <listitem>
    255           <para>contain a document type definition which defines the element
    256           types and the attribute lists that can be used in the corresponding
    257           <filename>XML</filename> files.</para>
     280          <para>
     281            contain a document type definition which defines the element
     282            types and the attribute lists that can be used in the corresponding
     283            <filename>XML</filename> files.
     284          </para>
    258285          <indexterm zone="DocBook DTD-files">
    259286            <primary sortas="g-XML-DTD-files">XML DTD Files</primary>
     
    265292        <term><filename>MOD files</filename></term>
    266293        <listitem>
    267           <para>files contain components of the document type definition that
    268           are sourced into the <filename>DTD</filename> files.</para>
     294          <para>
     295            contain components of the document type definition that
     296            are sourced into the <filename>DTD</filename> files.
     297          </para>
    269298          <indexterm zone="DocBook MOD-files">
    270299            <primary sortas="g-XML-MOD-files">XML MOD files</primary>
     
    276305        <term><filename>ENT files</filename></term>
    277306        <listitem>
    278           <para>files contain lists of named character entities allowed in
    279           HTML.</para>
     307          <para>
     308            contain lists of named character entities allowed in HTML.
     309          </para>
    280310          <indexterm zone="DocBook ENT-files">
    281311            <primary sortas="g-XML-ENT-files">XML entity files</primary>
  • pst/xml/docbook5.xml

    r47274444 rfa3edfef  
    4545    <itemizedlist spacing="compact">
    4646      <listitem>
    47         <para>Download (HTTP): <ulink url="&docbook5-download-http;"/></para>
    48       </listitem>
    49       <listitem>
    50         <para>Download (FTP): <ulink url="&docbook5-download-ftp;"/></para>
    51       </listitem>
    52       <listitem>
    53         <para>Download MD5 sum: &docbook5-md5sum;</para>
    54       </listitem>
    55       <listitem>
    56         <para>Download size: &docbook5-size;</para>
    57       </listitem>
    58       <listitem>
    59         <para>Estimated disk space required: &docbook5-buildsize;</para>
    60       </listitem>
    61       <listitem>
    62         <para>Estimated build time: &docbook5-time;</para>
     47        <para>
     48          Download (HTTP): <ulink url="&docbook5-download-http;"/>
     49        </para>
     50      </listitem>
     51      <listitem>
     52        <para>
     53          Download (FTP): <ulink url="&docbook5-download-ftp;"/>
     54        </para>
     55      </listitem>
     56      <listitem>
     57        <para>
     58          Download MD5 sum: &docbook5-md5sum;
     59        </para>
     60      </listitem>
     61      <listitem>
     62        <para>
     63          Download size: &docbook5-size;
     64        </para>
     65      </listitem>
     66      <listitem>
     67        <para>
     68          Estimated disk space required: &docbook5-buildsize;
     69        </para>
     70      </listitem>
     71      <listitem>
     72        <para>
     73          Estimated build time: &docbook5-time;
     74        </para>
    6375      </listitem>
    6476    </itemizedlist>
     
    318330      <title>Config Files</title>
    319331
    320       <para><filename>/etc/xml/catalog</filename>,
    321       <filename>/etc/xml/docbook-5.0</filename></para>
     332      <para>
     333        <filename>/etc/xml/catalog</filename> and
     334        <filename>/etc/xml/docbook-5.0</filename>
     335      </para>
    322336
    323337      <indexterm zone="docbook5 docbook-config">
     
    381395        <term><filename>XSD files</filename></term>
    382396        <listitem>
    383           <para>files contain DocBook-5.0 Schematron rules.</para>
     397          <para>
     398            files contain DocBook-5.0 Schematron rules.
     399          </para>
    384400          <indexterm zone="docbook5 XSD5-files">
    385401            <primary sortas="g-XML-XSD5-files">XML Schematron rules</primary>
  • pst/xml/docbook51.xml

    r47274444 rfa3edfef  
    4343    <itemizedlist spacing="compact">
    4444      <listitem>
    45         <para>Download (HTTP): <ulink url="&docbook51-download-http;"/></para>
    46       </listitem>
    47       <listitem>
    48         <para>Download (FTP): <ulink url="&docbook51-download-ftp;"/></para>
    49       </listitem>
    50       <listitem>
    51         <para>Download MD5 sum: &docbook51-md5sum;</para>
    52       </listitem>
    53       <listitem>
    54         <para>Download size: &docbook51-size;</para>
    55       </listitem>
    56       <listitem>
    57         <para>Estimated disk space required: &docbook51-buildsize;</para>
    58       </listitem>
    59       <listitem>
    60         <para>Estimated build time: &docbook51-time;</para>
     45        <para>
     46          Download (HTTP): <ulink url="&docbook51-download-http;"/>
     47        </para>
     48      </listitem>
     49      <listitem>
     50        <para>
     51          Download (FTP): <ulink url="&docbook51-download-ftp;"/>
     52        </para>
     53      </listitem>
     54      <listitem>
     55        <para>
     56          Download MD5 sum: &docbook51-md5sum;
     57        </para>
     58      </listitem>
     59      <listitem>
     60        <para>
     61          Download size: &docbook51-size;
     62        </para>
     63      </listitem>
     64      <listitem>
     65        <para>
     66          Estimated disk space required: &docbook51-buildsize;
     67        </para>
     68      </listitem>
     69      <listitem>
     70        <para>
     71          Estimated build time: &docbook51-time;
     72        </para>
    6173      </listitem>
    6274    </itemizedlist>
     
    233245      <title>Config Files</title>
    234246
    235       <para><filename>/etc/xml/catalog</filename>,
    236       <filename>/etc/xml/docbook-5.1</filename></para>
     247      <para>
     248        <filename>/etc/xml/catalog</filename> and
     249        <filename>/etc/xml/docbook-5.1</filename>
     250      </para>
    237251
    238252      <indexterm zone="docbook51 docbook-config">
  • pst/xml/xml.xml

    r47274444 rfa3edfef  
    1616  <title>Extensible Markup Language (XML)</title>
    1717
    18   <para>This chapter contains the DocBook XML document type definition
    19   (DTD) and DocBook Stylesheets which are used to validate, transform,
    20   format and publish DocBook documents.</para>
     18  <para>
     19    This chapter contains the DocBook XML document type definition
     20    (DTD) and DocBook Stylesheets which are used to validate, transform,
     21    format and publish DocBook documents.
     22  </para>
    2123
    2224  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="docbook.xml"/>
  • pst/xml/xmlto.xml

    r47274444 rfa3edfef  
    3030    <title>Introduction to xmlto</title>
    3131
    32     <para>The <application>xmlto</application> package is a front-end to a XSL
    33     toolchain. It chooses an appropriate stylesheet for the conversion you want
    34     and applies it using an external XSLT processor. It also performs any
    35     necessary post-processing.</para>
     32    <para>
     33      The <application>xmlto</application> package is a front-end to a XSL
     34      toolchain. It chooses an appropriate stylesheet for the conversion you
     35      want and applies it using an external XSLT processor. It also performs
     36      any necessary post-processing.
     37    </para>
    3638
    3739    &lfs91_checked;
     
    4042    <itemizedlist spacing="compact">
    4143      <listitem>
    42         <para>Download (HTTP): <ulink url="&xmlto-download-http;"/></para>
     44        <para>
     45          Download (HTTP): <ulink url="&xmlto-download-http;"/>
     46        </para>
    4347      </listitem>
    4448      <listitem>
    45         <para>Download (FTP): <ulink url="&xmlto-download-ftp;"/></para>
     49        <para>
     50          Download (FTP): <ulink url="&xmlto-download-ftp;"/>
     51        </para>
    4652      </listitem>
    4753      <listitem>
    48         <para>Download MD5 sum: &xmlto-md5sum;</para>
     54        <para>
     55          Download MD5 sum: &xmlto-md5sum;
     56        </para>
    4957      </listitem>
    5058      <listitem>
    51         <para>Download size: &xmlto-size;</para>
     59        <para>
     60          Download size: &xmlto-size;
     61        </para>
    5262      </listitem>
    5363      <listitem>
    54         <para>Estimated disk space required: &xmlto-buildsize;</para>
     64        <para>
     65          Estimated disk space required: &xmlto-buildsize;
     66        </para>
    5567      </listitem>
    5668      <listitem>
    57         <para>Estimated build time: &xmlto-time;</para>
     69        <para>
     70          Estimated build time: &xmlto-time;
     71        </para>
    5872      </listitem>
    5973    </itemizedlist>
     
    96110    <title>Installation of xmlto</title>
    97111
    98     <para>Install <application>xmlto</application> by running the following
    99     commands:</para>
     112    <para>
     113      Install <application>xmlto</application> by running the following
     114      commands:
     115    </para>
    100116
    101117<screen><userinput>LINKS="/usr/bin/links" \
     
    104120make</userinput></screen>
    105121
    106     <para>To test the results, issue: <command>make check</command>.</para>
     122    <para>
     123      To test the results, issue: <command>make check</command>.
     124    </para>
    107125
    108     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     126    <para>
     127      Now, as the <systemitem class="username">root</systemitem> user:
     128    </para>
    109129
    110130<screen role="root"><userinput>make install</userinput></screen>
     
    151171        <term><command>xmlif</command></term>
    152172        <listitem>
    153           <para>is a conditional processing instructions for XML.</para>
     173          <para>
     174            is a conditional processing instructions for XML.
     175          </para>
    154176          <indexterm zone="xmlto xmlif">
    155177            <primary sortas="b-xmlif">xmlif</primary>
     
    161183        <term><command>xmlto</command></term>
    162184        <listitem>
    163           <para>applies an XSL stylesheet to an XML document.</para>
     185          <para>
     186            applies an XSL stylesheet to an XML document.
     187          </para>
    164188          <indexterm zone="xmlto xmlto-prog">
    165189            <primary sortas="b-xmlto">xmlto</primary>
Note: See TracChangeset for help on using the changeset viewer.