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/sgml/opensp.xml

    r914049f6 r47274444  
    3030    <title>Introduction to OpenSP</title>
    3131
    32     <para>The <application>OpenSP</application> package contains a
    33     <application>C++</application> library for using SGML/XML files.
    34     This is useful for validating, parsing and manipulating SGML and XML
    35     documents.</para>
     32    <para>
     33      The <application>OpenSP</application> package contains a
     34      <application>C++</application> library for using SGML/XML files.
     35      This is useful for validating, parsing and manipulating SGML and XML
     36      documents.
     37    </para>
    3638
    3739    &lfs91_checked;
     
    4042    <itemizedlist spacing="compact">
    4143      <listitem>
    42         <para>Download (HTTP): <ulink url="&opensp-download-http;"/></para>
    43       </listitem>
    44       <listitem>
    45         <para>Download (FTP): <ulink url="&opensp-download-ftp;"/></para>
    46       </listitem>
    47       <listitem>
    48         <para>Download MD5 sum: &opensp-md5sum;</para>
    49       </listitem>
    50       <listitem>
    51         <para>Download size: &opensp-size;</para>
    52       </listitem>
    53       <listitem>
    54         <para>Estimated disk space required: &opensp-buildsize;</para>
    55       </listitem>
    56       <listitem>
    57         <para>Estimated build time: &opensp-time;</para>
     44        <para>
     45          Download (HTTP): <ulink url="&opensp-download-http;"/>
     46        </para>
     47      </listitem>
     48      <listitem>
     49        <para>
     50          Download (FTP): <ulink url="&opensp-download-ftp;"/>
     51        </para>
     52      </listitem>
     53      <listitem>
     54        <para>
     55          Download MD5 sum: &opensp-md5sum;
     56        </para>
     57      </listitem>
     58      <listitem>
     59        <para>
     60          Download size: &opensp-size;
     61        </para>
     62      </listitem>
     63      <listitem>
     64        <para>
     65          Estimated disk space required: &opensp-buildsize;
     66        </para>
     67      </listitem>
     68      <listitem>
     69        <para>
     70          Estimated build time: &opensp-time;
     71        </para>
    5872      </listitem>
    5973    </itemizedlist>
     
    6276
    6377    <bridgehead renderas="sect4">Required</bridgehead>
    64     <para role="required"><xref linkend="sgml-common"/></para>
     78    <para role="required">
     79      <xref linkend="sgml-common"/>
     80    </para>
    6581
    6682    <bridgehead renderas="sect4">Optional</bridgehead>
    67     <para role="optional"><xref linkend="xmlto"/></para>
     83    <para role="optional">
     84      <xref linkend="xmlto"/>
     85    </para>
    6886
    6987    <para condition="html" role="usernotes">User Notes:
     
    7593    <title>Installation of OpenSP</title>
    7694
    77     <para>Install <application>OpenSP</application> by running the following
    78     commands:</para>
     95    <para>
     96      Install <application>OpenSP</application> by running the following
     97      commands:
     98    </para>
    7999
    80100<screen><userinput>sed -i 's/32,/253,/' lib/Syntax.cxx &amp;&amp;
     
    91111make pkgdatadir=/usr/share/sgml/OpenSP-&opensp-version;</userinput></screen>
    92112
    93     <para>To test the results, issue: <command>make check</command>. As many as
    94     nine of the 23 tests may fail. Do not be alarmed.</para>
    95 
    96     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     113    <para>
     114      To test the results, issue: <command>make check</command>. As many as
     115      nine of the 23 tests may fail. Do not be alarmed.
     116    </para>
     117
     118    <para>
     119      Now, as the <systemitem class="username">root</systemitem> user:
     120    </para>
    97121
    98122<screen role="root"><userinput>make pkgdatadir=/usr/share/sgml/OpenSP-&opensp-version; \
     
    114138    <title>Command Explanations</title>
    115139
    116     <para><command>sed -i 's/32,/253,/...unicode.syn}</command>:
    117     These seds prevent some annoying messages that may otherwise appear
    118     while running <command>openjade</command>.</para>
     140    <para>
     141      <command>sed -i 's/32,/253,/...unicode.syn}</command>:
     142      These seds prevent some annoying messages that may otherwise appear
     143      while running <command>openjade</command>.
     144    </para>
    119145
    120146    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    121147      href="../../xincludes/static-libraries.xml"/>
    122148
    123     <para><parameter>--enable-http</parameter>: This switch adds support
    124     for HTTP.</para>
    125 
    126     <para><parameter>--disable-doc-build</parameter>: This switch prevents the
    127     <command>configure</command> script checking if you have
    128     <application>xmlto</application> installed. If you have
    129     <application>xmlto</application>, you can remove this option.</para>
    130 
    131     <para><parameter>--enable-default-catalog=/etc/sgml/catalog</parameter>:
    132     This switch sets the path to the centralized catalog.</para>
    133 
    134     <para><parameter>--enable-default-search-path</parameter>: This switch
    135     sets the default value of <envar>SGML_SEARCH_PATH</envar>.</para>
    136 
    137     <para><option>--enable-xml-messages</option>: This switch adds
    138     support for XML Formatted Messages.</para>
    139 
    140     <para><command>make
    141     pkgdatadir=/usr/share/sgml/OpenSP-&opensp-version;</command>: This sets the
    142     pkgdatadir variable in the <filename>Makefile</filename> from
    143     <filename class="directory">/usr/share/OpenSP</filename> to <filename
    144     class="directory">/usr/share/sgml/OpenSP-&opensp-version;</filename>.</para>
    145 
    146     <para><command>ln -v -sf ...</command>: These commands create the
    147     <application>SP</application> equivalents of
    148     <application>OpenSP</application> executables and libraries.</para>
     149    <para>
     150      <parameter>--enable-http</parameter>: This switch adds support
     151      for HTTP.
     152    </para>
     153
     154    <para>
     155      <parameter>--disable-doc-build</parameter>: This switch prevents the
     156      <command>configure</command> script checking if you have
     157      <application>xmlto</application> installed. If you have
     158      <application>xmlto</application>, you can remove this option.
     159    </para>
     160
     161    <para>
     162      <parameter>--enable-default-catalog=/etc/sgml/catalog</parameter>:
     163      This switch sets the path to the centralized catalog.
     164    </para>
     165
     166    <para>
     167      <parameter>--enable-default-search-path</parameter>: This switch
     168      sets the default value of <envar>SGML_SEARCH_PATH</envar>.
     169    </para>
     170
     171    <para>
     172      <option>--enable-xml-messages</option>: This switch adds
     173      support for XML Formatted Messages.
     174    </para>
     175
     176    <para>
     177      <command>
     178        make pkgdatadir=/usr/share/sgml/OpenSP-&opensp-version;
     179      </command>: This sets the
     180      pkgdatadir variable in the <filename>Makefile</filename> from
     181      <filename class="directory">/usr/share/OpenSP</filename> to <filename
     182      class="directory">/usr/share/sgml/OpenSP-&opensp-version;</filename>.
     183    </para>
     184
     185    <para>
     186      <command>ln -v -sf ...</command>: These commands create the
     187      <application>SP</application> equivalents of
     188      <application>OpenSP</application> executables and libraries.
     189    </para>
    149190
    150191  </sect2>
     
    177218        <term><command>onsgmls</command></term>
    178219        <listitem>
    179           <para>is used to process SGML files.</para>
     220          <para>
     221            is used to process SGML files.
     222          </para>
    180223          <indexterm zone="opensp onsgmls">
    181224            <primary sortas="b-onsgmls">onsgmls</primary>
     
    187230        <term><command>osgmlnorm</command></term>
    188231        <listitem>
    189           <para>prints on the standard output a normalized document instance
    190           for the SGML document contained in the concatenation of the entities
    191           with system identifiers .nf and .fi.</para>
     232          <para>
     233            prints on the standard output a normalized document instance for
     234            the SGML document contained in the concatenation of the entities
     235            with system identifiers .nf and .fi.
     236          </para>
    192237          <indexterm zone="opensp osgmlnorm">
    193238            <primary sortas="b-osgmlnorm">osgmlnorm</primary>
     
    199244        <term><command>ospam</command></term>
    200245        <listitem>
    201           <para>is a markup stream editor.</para>
     246          <para>
     247            is a markup stream editor.
     248          </para>
    202249          <indexterm zone="opensp ospam">
    203250            <primary sortas="b-ospam">ospam</primary>
     
    209256        <term><command>ospcat</command></term>
    210257        <listitem>
    211           <para>prints effective system identifiers found in the catalogs.</para>
     258          <para>
     259            prints effective system identifiers found in the catalogs.
     260          </para>
    212261          <indexterm zone="opensp ospcat">
    213262            <primary sortas="b-ospcat">ospcat</primary>
     
    219268        <term><command>ospent</command></term>
    220269        <listitem>
    221           <para>provides access to <application>OpenSP</application>'s
    222           entity manager.</para>
     270          <para>
     271            provides access to <application>OpenSP</application>'s
     272            entity manager.
     273          </para>
    223274          <indexterm zone="opensp ospent">
    224275            <primary sortas="b-ospent">ospent</primary>
     
    230281        <term><command>osx</command></term>
    231282        <listitem>
    232           <para>is an SGML normalizer or used to convert
    233           SGML files to XML files.</para>
     283          <para>
     284            is an SGML normalizer or used to convert
     285            SGML files to XML files.
     286          </para>
    234287          <indexterm zone="opensp osx">
    235288            <primary sortas="b-osx">osx</primary>
     
    241294        <term><command>nsgmls</command></term>
    242295        <listitem>
    243           <para>is a symlink to <command>onsgmls</command>.</para>
     296          <para>
     297            is a symlink to <command>onsgmls</command>.
     298          </para>
    244299          <indexterm zone="opensp nsgmls">
    245300            <primary sortas="b-nsgmls">nsgmls</primary>
     
    251306        <term><command>sgml2xml</command></term>
    252307        <listitem>
    253           <para>is a symlink to <command>osx</command>.</para>
     308          <para>
     309            is a symlink to <command>osx</command>.
     310          </para>
    254311          <indexterm zone="opensp sgml2xml">
    255312            <primary sortas="b-sgml2xml">sgml2xml</primary>
     
    261318        <term><command>sgmlnorm</command></term>
    262319        <listitem>
    263           <para>is a symlink to <command>osgmlnorm</command>.</para>
     320          <para>
     321            is a symlink to <command>osgmlnorm</command>.
     322          </para>
    264323          <indexterm zone="opensp sgmlnorm">
    265324            <primary sortas="b-sgmlnorm">sgmlnorm</primary>
     
    271330        <term><command>spam</command></term>
    272331        <listitem>
    273           <para>is a symlink to <command>ospam</command>.</para>
     332          <para>
     333            is a symlink to <command>ospam</command>.
     334          </para>
    274335          <indexterm zone="opensp spam">
    275336            <primary sortas="b-spam">spam</primary>
     
    281342        <term><command>spcat</command></term>
    282343        <listitem>
    283           <para>is a symlink to <command>ospcat</command>.</para>
     344          <para>
     345            is a symlink to <command>ospcat</command>.
     346          </para>
    284347          <indexterm zone="opensp spcat">
    285348            <primary sortas="b-spcat">spcat</primary>
     
    291354        <term><command>spent</command></term>
    292355        <listitem>
    293           <para>is a symlink to <command>ospent</command>.</para>
     356          <para>
     357            is a symlink to <command>ospent</command>.
     358          </para>
    294359          <indexterm zone="opensp spent">
    295360            <primary sortas="b-spent">spent</primary>
     
    301366        <term><command>sx</command></term>
    302367        <listitem>
    303           <para>is a symlink to <command>osx</command>.</para>
     368          <para>
     369            is a symlink to <command>osx</command>.
     370          </para>
    304371          <indexterm zone="opensp sx">
    305372            <primary sortas="b-sx">sx</primary>
     
    311378        <term><filename class='libraryfile'>libosp.so</filename></term>
    312379        <listitem>
    313           <para>contains functions required by the
    314           <application>OpenSP</application> programs to parse, validate and
    315           manipulate SGML and XML files.</para>
     380          <para>
     381            contains functions required by the
     382            <application>OpenSP</application> programs to parse, validate and
     383            manipulate SGML and XML files.
     384          </para>
    316385          <indexterm zone="opensp libosp">
    317386            <primary sortas="c-libosp">libosp.so</primary>
     
    323392        <term><filename class='libraryfile'>libsp.so</filename></term>
    324393        <listitem>
    325           <para>is a symlink to
    326           <filename class='libraryfile'>libosp.so</filename>.</para>
     394          <para>
     395            is a symlink to
     396            <filename class='libraryfile'>libosp.so</filename>.
     397          </para>
    327398          <indexterm zone="opensp libsp">
    328399            <primary sortas="c-libsp">libsp.so</primary>
Note: See TracChangeset for help on using the changeset viewer.