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/sgml-common.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 sgml-common-download-http "http://gd.tuwien.ac.at/hci/kde/devel/docbook/SOURCES/sgml-common-&sgml-common-version;.tgz">
     7  <!ENTITY sgml-common-download-ftp  "ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/sgml-common-&sgml-common-version;.tgz">
     8  <!ENTITY sgml-common-size          "75 KB">
     9  <!ENTITY sgml-common-buildsize     "648 KB">
     10  <!ENTITY sgml-common-time          "0.00 SBU">
     11]>
     12
    113<sect1 id="sgml-common" xreflabel="SGML Common-&sgml-common-version;">
    214<?dbhtml filename="sgml-common.html"?>
    315<title>SGML Common-&sgml-common-version;</title>
    416
    5 &sgml-common-intro;
    6 &sgml-common-inst;
    7 &sgml-common-config;
    8 &sgml-common-desc;
     17<sect2>
     18<title>Introduction to <application><acronym>SGML</acronym> Common</application></title>
     19
     20<para>The <application><acronym>SGML</acronym> Common package</application>
     21contains <command>install-catalog</command>. This is useful
     22for creating and maintaining centralized <acronym>SGML</acronym> catalogs.</para>
     23
     24<sect3><title>Package information</title>
     25<itemizedlist spacing='compact'>
     26<listitem><para>Download (HTTP): <ulink
     27url="&sgml-common-download-http;"/></para></listitem>
     28<listitem><para>Download (FTP): <ulink
     29url="&sgml-common-download-ftp;"/></para></listitem>
     30<listitem><para>Download size: &sgml-common-size;</para></listitem>
     31<listitem><para>Estimated Disk space required:
     32&sgml-common-buildsize;</para></listitem>
     33<listitem><para>Estimated build time:
     34&sgml-common-time;</para></listitem></itemizedlist>
     35</sect3>
     36
     37<sect3><title>Additional downloads</title>
     38<itemizedlist spacing='compact'>
     39<listitem><para>Required Patch: <ulink url="&patch-root;/sgml-common-&sgml-common-version;-manpage-1.patch"/></para></listitem>
     40</itemizedlist></sect3>
     41
     42</sect2>
     43
     44<sect2>
     45<title>Installation of <application><acronym>SGML</acronym> Common</application></title>
     46
     47<para>First apply the patch</para>
     48
     49<screen><userinput><command>patch -Np1 -i ../sgml-common-0.6.3-manpage-1.patch</command></userinput></screen>
     50
     51<para>The autotools files included with sgml-common are old. Use the following
     52commands to regenerate the files.</para>
     53
     54<screen><userinput><command>aclocal &amp;&amp;
     55automake -acf &amp;&amp;
     56autoconf</command></userinput></screen>
     57
     58<para>Install <application><acronym>SGML</acronym> Common</application> by
     59running the following commands:</para>
     60
     61<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     62make &amp;&amp;
     63make install &amp;&amp;
     64install-catalog --add /etc/sgml/sgml-ent.cat \
     65    /usr/share/sgml/sgml-iso-entities-8879.1986/catalog &amp;&amp;
     66install-catalog --add /etc/sgml/sgml-docbook.cat \
     67    /etc/sgml/sgml-ent.cat</command></userinput></screen>
     68
     69<tip><title>Update hint</title>
     70<para>Remove the above catalog items prior to upgrading with:
     71<screen><command>install-catalog --remove /etc/sgml/sgml-ent.cat \
     72    /usr/share/sgml/sgml-iso-entities-8879.1986/catalog &amp;&amp;
     73install-catalog --remove /etc/sgml/sgml-docbook.cat \
     74    /etc/sgml/sgml-ent.cat</command></screen></para></tip>
     75</sect2>
     76
     77<sect2>
     78<title>Configuring <application><acronym>SGML</acronym>-common</application></title>
     79
     80<sect3><title>Config files</title>
     81<para><filename>/etc/sgml/sgml.conf</filename></para>
     82</sect3>
     83
     84<sect3><title>Configuration Information</title>
     85
     86<para>No change in this file is necessary.</para>
     87</sect3>
     88
     89</sect2>
     90
     91<sect2>
     92<title>Contents</title>
     93
     94<para>The <application><acronym>SGML</acronym> Common</application> package contains
     95<command>install-catalog</command>,
     96<command>sgmlwhich</command>, <acronym>SGML</acronym> entities
     97files and <acronym>XML</acronym> entities files.</para>
     98
     99</sect2>
     100
     101<sect2><title>Description</title>
     102
     103<sect3><title>install-catalog</title>
     104<para><command>install-catalog</command> creates a centralized catalog that
     105maintains references to catalogs scattered throughout the
     106<filename class="directory">/usr/share/sgml</filename> directory tree.</para></sect3>
     107
     108<sect3><title>sgmlwhich</title>
     109<para><command>sgmlwhich</command> will print to standard output the name of
     110the main configuration file.</para></sect3>
     111
     112<sect3><title>SGML entities files</title>
     113<para><acronym>SGML</acronym> entities files contain the basic character
     114entities defined with <acronym>SDATA</acronym> entries.</para></sect3>
     115
     116<sect3><title>XML entities files</title>
     117<para><acronym>XML</acronym> entities files contain the basic character
     118entities defined by a hexadecimal representation of the Unicode character
     119number.</para></sect3>
     120
     121</sect2>
    9122
    10123</sect1>
Note: See TracChangeset for help on using the changeset viewer.