Ignore:
Timestamp:
06/14/2004 04:35:14 AM (20 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
44b376e7
Parents:
5d1668d
Message:

XML update for Chapter 43

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/sgml/opensp.xml

    r5d1668d r50d3491a  
     1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
     2   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
     3  <!ENTITY % general-entities SYSTEM "../../general.ent">
     4  %general-entities;
     5 
     6  <!ENTITY opensp-download-http "http://download.sourceforge.net/openjade/OpenSP-&opensp-version;.tar.gz">
     7  <!ENTITY opensp-download-ftp  " ">
     8  <!ENTITY opensp-size          "1.4 MB">
     9  <!ENTITY opensp-buildsize     "37 MB">
     10  <!ENTITY opensp-time          "1.50 SBU">
     11]>
     12
    113<sect1 id="opensp" xreflabel="OpenSP-&opensp-version;">
    214<?dbhtml filename="opensp.html"?>
    315<title>OpenSP-&opensp-version;</title>
    416
    5 &opensp-intro;
    6 &opensp-inst;
    7 &opensp-exp;
    8 &opensp-desc;
     17<sect2>
     18<title>Introduction to <application>OpenSP</application></title>
     19
     20<para>The <application>OpenSP</application> package contains a
     21<application>C++</application> library for using
     22<acronym>SGML</acronym>/<acronym>XML</acronym> files.
     23This is useful for validating, parsing and manipulating
     24<acronym>SGML</acronym> and <acronym>XML</acronym>
     25documents.</para>
     26
     27<sect3><title>Package information</title>
     28<itemizedlist spacing='compact'>
     29<listitem><para>Download (HTTP): <ulink
     30url="&opensp-download-http;"/></para></listitem>
     31<listitem><para>Download (FTP): <ulink
     32url="&opensp-download-ftp;"/></para></listitem>
     33<listitem><para>Download size: &opensp-size;</para></listitem>
     34<listitem><para>Estimated Disk space required:
     35&opensp-buildsize;</para></listitem>
     36<listitem><para>Estimated build time:
     37&opensp-time;</para></listitem></itemizedlist>
     38</sect3>
     39<sect3><title>Additional downloads</title>
     40<itemizedlist spacing='compact'>
     41<listitem><para>Required Patch: <ulink url="&patch-root;/OpenSP-&opensp-version;-LITLEN.patch"/></para></listitem>
     42</itemizedlist></sect3>
     43
     44<sect3><title><application>OpenSP</application> dependencies</title>
     45<sect4><title>Required</title>
     46<para><xref linkend="sgml-common"/></para></sect4>
     47</sect3>
     48
     49</sect2>
     50
     51<sect2>
     52<title>Installation of <application>OpenSP</application></title>
     53
     54<para>This patch removes some annoying messages that can appear while
     55running <command>openjade</command>:</para>
     56
     57<screen><userinput><command>patch -Np1 -i ../OpenSP-&opensp-version;-LITLEN.patch</command></userinput></screen>
     58
     59<para>Install <application>OpenSP</application> by running the following commands:</para>
     60
     61<screen><userinput><command>./configure --prefix=/usr --disable-static --enable-http \
     62    --enable-default-catalog=/etc/sgml/catalog \
     63    --enable-default-search-path=/usr/share/sgml &amp;&amp;
     64make pkgdatadir=/usr/share/sgml/OpenSP-&opensp-version; &amp;&amp;
     65make pkgdatadir=/usr/share/sgml/OpenSP-&opensp-version; install &amp;&amp;
     66ln -sf onsgmls /usr/bin/nsgmls &amp;&amp;
     67ln -sf osgmlnorm /usr/bin/sgmlnorm &amp;&amp;
     68ln -sf ospam /usr/bin/spam &amp;&amp;
     69ln -sf ospcat /usr/bin/spcat &amp;&amp;
     70ln -sf ospent /usr/bin/spent &amp;&amp;
     71ln -sf osx /usr/bin/sx &amp;&amp;
     72ln -sf osx /usr/bin/sgml2xml &amp;&amp;
     73ln -sf libosp.so /usr/lib/libsp.so &amp;&amp;
     74install-catalog --add /etc/sgml/OpenSP-&opensp-version;.cat \
     75    /usr/share/sgml/OpenSP-&opensp-version;/catalog &amp;&amp;
     76install-catalog --add /etc/sgml/sgml-docbook.cat \
     77    /etc/sgml/OpenSP-&opensp-version;.cat</command></userinput></screen>
     78
     79<tip><title>Update hint</title>
     80<para>Remove the above catalog items prior to upgrading with:
     81<screen><command>install-catalog --remove /etc/sgml/OpenSP-<replaceable>[version]</replaceable>.cat \
     82    /usr/share/sgml/OpenSP-<replaceable>[version]</replaceable>/catalog &amp;&amp;
     83install-catalog --remove /etc/sgml/sgml-docbook.cat \
     84    /etc/sgml/OpenSP-<replaceable>[version]</replaceable>.cat</command></screen></para></tip>
     85
     86</sect2>
     87
     88<sect2>
     89<title>Command explanations</title>
     90
     91<para><option>--disable-static</option>: This switch prevents
     92the building of the static library.</para>
     93
     94<para><option>--enable-http</option>: This switch adds support
     95for <acronym>HTTP</acronym>.</para>
     96
     97<para><parameter>--enable-default-catalog=/etc/sgml/catalog</parameter>: This
     98switch sets the path to the centralized catalog.</para>
     99
     100<para><option>--enable-default-search-path</option>: This switch
     101sets the default value of <envar>SGML_SEARCH_PATH</envar>.</para>
     102
     103<para><option>--enable-xml-messages</option>: This switch adds
     104support for <acronym>XML</acronym> Formatted Messages.</para>
     105
     106<para><command>make pkgdatadir=/usr/share/sgml/OpenSP-&opensp-version;</command>: This
     107sets the pkgdatadir variable in the <filename>Makefile</filename> from
     108<filename class="directory">/usr/share/OpenSP</filename> to
     109<filename class="directory">/usr/share/sgml/OpenSP-1.5</filename>.</para>
     110
     111<para><screen><command>ln -sf onsgmls /usr/bin/nsgmls
     112ln -sf osgmlnorm /usr/bin/sgmlnorm
     113ln -sf ospam /usr/bin/spam
     114ln -sf ospcat /usr/bin/spcat
     115ln -sf ospent /usr/bin/spent
     116ln -sf osx /usr/bin/sx
     117ln -sf osx /usr/bin/sgml2xml
     118ln -sf libosp.so /usr/lib/libsp.so</command></screen>
     119These commands create the <application>SP</application> equivalents of
     120<application>OpenSP</application> executables and
     121libraries.</para>
     122
     123</sect2>
     124
     125<sect2>
     126<title>Contents</title>
     127
     128<para>The <application>OpenSP</application> package contains <command>onsgmls</command>,
     129<command>ospam</command>, <command>osx</command>,
     130<command>ospcat</command> and
     131<command>ospent</command>.</para>
     132
     133
     134</sect2>
     135
     136<sect2><title>Description</title>
     137
     138<sect3><title>onsgmls</title>
     139<para><command>onsgmls</command> processes <acronym>SGML</acronym> files.</para></sect3>
     140
     141<sect3><title>ospam</title>
     142<para><command>ospam</command> is a markup stream editor.</para></sect3>
     143
     144<sect3><title>osx</title>
     145<para><command>osx</command> is a <acronym>SGML</acronym> normalizer or a
     146converter of <acronym>SGML</acronym> to <acronym>XML</acronym>.</para></sect3>
     147
     148<sect3><title>ospcat</title>
     149<para><command>ospcat</command> prints effective system identifiers found in the
     150catalogs.</para></sect3>
     151
     152<sect3><title>ospent</title>
     153<para><command>ospent</command> provides access to
     154<application>OpenSP</application>'s entity manager.</para></sect3>
     155
     156</sect2>
    9157
    10158</sect1>
Note: See TracChangeset for help on using the changeset viewer.