glfs/pst/sgml/sgml-common.xml
Archaic 5cd0959daa Resetting keywords
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2592 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-08-10 04:25:57 +00:00

129 lines
4.6 KiB
XML

<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY sgml-common-download-http "http://gd.tuwien.ac.at/hci/kde/devel/docbook/SOURCES/sgml-common-&sgml-common-version;.tgz">
<!ENTITY sgml-common-download-ftp "ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/sgml-common-&sgml-common-version;.tgz">
<!ENTITY sgml-common-size "75 KB">
<!ENTITY sgml-common-buildsize "648 KB">
<!ENTITY sgml-common-time "0.00 SBU">
]>
<sect1 id="sgml-common" xreflabel="SGML Common-&sgml-common-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="sgml-common.html"?>
<title>SGML Common-&sgml-common-version;</title>
<sect2>
<title>Introduction to <application><acronym>SGML</acronym> Common</application></title>
<para>The <application><acronym>SGML</acronym> Common</application> package
contains <command>install-catalog</command>. This is useful
for creating and maintaining centralized <acronym>SGML</acronym> catalogs.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink
url="&sgml-common-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&sgml-common-download-ftp;"/></para></listitem>
<listitem><para>Download size: &sgml-common-size;</para></listitem>
<listitem><para>Estimated Disk space required:
&sgml-common-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&sgml-common-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title>Additional downloads</title>
<itemizedlist spacing='compact'>
<listitem><para>Required Patch: <ulink url="&patch-root;/sgml-common-&sgml-common-version;-manpage-1.patch"/></para></listitem>
</itemizedlist></sect3>
</sect2>
<sect2>
<title>Installation of <application><acronym>SGML</acronym> Common</application></title>
<para>First apply the patch:</para>
<screen><userinput><command>patch -Np1 -i ../sgml-common-0.6.3-manpage-1.patch</command></userinput></screen>
<para>The autotools files included with
<application><acronym>SGML</acronym> Common</application> are old. Use
the following commands to regenerate the files.</para>
<screen><userinput><command>aclocal &amp;&amp;
automake -acf &amp;&amp;
autoconf</command></userinput></screen>
<para>Install <application><acronym>SGML</acronym> Common</application> by
running the following commands:</para>
<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
install-catalog --add /etc/sgml/sgml-ent.cat \
/usr/share/sgml/sgml-iso-entities-8879.1986/catalog &amp;&amp;
install-catalog --add /etc/sgml/sgml-docbook.cat \
/etc/sgml/sgml-ent.cat</command></userinput></screen>
<tip><title>Update hint</title>
<para>Remove the above catalog items prior to upgrading with:
<screen><command>install-catalog --remove /etc/sgml/sgml-ent.cat \
/usr/share/sgml/sgml-iso-entities-8879.1986/catalog &amp;&amp;
install-catalog --remove /etc/sgml/sgml-docbook.cat \
/etc/sgml/sgml-ent.cat</command></screen></para></tip>
</sect2>
<sect2>
<title>Configuring <application><acronym>SGML</acronym>-common</application></title>
<sect3><title>Config files</title>
<para><filename>/etc/sgml/sgml.conf</filename></para>
</sect3>
<sect3><title>Configuration Information</title>
<para>No change in this file is necessary.</para>
</sect3>
</sect2>
<sect2>
<title>Contents</title>
<para>The <application><acronym>SGML</acronym> Common</application> package contains
<command>install-catalog</command>,
<command>sgmlwhich</command>, <acronym>SGML</acronym> entities
files and <acronym>XML</acronym> entities files.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>install-catalog</title>
<para><command>install-catalog</command> creates a centralized catalog that
maintains references to catalogs scattered throughout the
<filename class="directory">/usr/share/sgml</filename> directory tree.</para></sect3>
<sect3><title>sgmlwhich</title>
<para><command>sgmlwhich</command> will print to standard output the name of
the main configuration file.</para></sect3>
<sect3><title>SGML entities files</title>
<para><acronym>SGML</acronym> entities files contain the basic character
entities defined with <acronym>SDATA</acronym> entries.</para></sect3>
<sect3><title>XML entities files</title>
<para><acronym>XML</acronym> entities files contain the basic character
entities defined by a hexadecimal representation of the Unicode character
number.</para></sect3>
</sect2>
</sect1>