source: pst/sgml/sgml-dtd.xml@ 5cd0959d

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
Last change on this file since 5cd0959d was 5cd0959d, checked in by Archaic <archaic@…>, 20 years ago

Resetting keywords

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

  • Property mode set to 100644
File size: 4.8 KB
Line 
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-dtd-download-http "http://www.docbook.org/sgml/4.3/docbook-&sgml-dtd-version;.zip">
7 <!ENTITY sgml-dtd-download-ftp " ">
8 <!ENTITY sgml-dtd-size "76 KB">
9 <!ENTITY sgml-dtd-buildsize "389 KB">
10 <!ENTITY sgml-dtd-time "0.01 SBU">
11]>
12
13<sect1 id="sgml-dtd" xreflabel="DocBook SGML DTD-&sgml-dtd-version;">
14<sect1info>
15<othername>$LastChangedBy$</othername>
16<date>$Date$</date>
17</sect1info>
18<?dbhtml filename="sgml-dtd.html"?>
19<title>DocBook SGML DTD-&sgml-dtd-version;</title>
20
21<sect2>
22<title>Introduction to <application>DocBook <acronym>SGML</acronym>
23<acronym>DTD</acronym></application></title>
24
25<para>The <application>DocBook <acronym>SGML</acronym>
26<acronym>DTD</acronym></application> package contains document type definitions
27for verification of <acronym>SGML</acronym> data files against the DocBook rule
28set. These are useful for structuring books and software documentation to a
29standard allowing you to utilize transformations already written for that
30standard.</para>
31
32<sect3><title>Package information</title>
33<itemizedlist spacing='compact'>
34<listitem><para>Download (HTTP): <ulink
35url="&sgml-dtd-download-http;"/></para></listitem>
36<listitem><para>Download (FTP): <ulink
37url="&sgml-dtd-download-ftp;"/></para></listitem>
38<listitem><para>Download size: &sgml-dtd-size;</para></listitem>
39<listitem><para>Estimated Disk space required:
40&sgml-dtd-buildsize;</para></listitem>
41<listitem><para>Estimated build time:
42&sgml-dtd-time;</para></listitem></itemizedlist>
43</sect3>
44
45<sect3><title><application>DocBook <acronym>SGML</acronym>
46<acronym>DTD</acronym></application> dependencies</title>
47<sect4><title>Required</title>
48<para><xref linkend="sgml-common"/> and <xref linkend="unzip"/></para></sect4>
49</sect3>
50
51</sect2>
52
53<sect2>
54<title>Installation of <application>DocBook <acronym>SGML</acronym>
55<acronym>DTD</acronym></application></title>
56
57<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../use-unzip.xml"/>
58
59<para>Install <application>DocBook <acronym>SGML</acronym>
60<acronym>DTD</acronym></application> by running the following commands:</para>
61
62<screen><userinput><command>sed -i -e '/ISO 8879/d' docbook.cat &amp;&amp;
63sed -i -e '/gml/d' docbook.cat &amp;&amp;
64install -d /usr/share/sgml/docbook/sgml-dtd-&sgml-dtd-version; &amp;&amp;
65chown -R root:root . &amp;&amp;
66chmod -R 755 . &amp;&amp;
67install docbook.cat /usr/share/sgml/docbook/sgml-dtd-&sgml-dtd-version;/catalog &amp;&amp;
68cp -af *.dtd *.mod *.dcl /usr/share/sgml/docbook/sgml-dtd-&sgml-dtd-version; &amp;&amp;
69install-catalog --add /etc/sgml/sgml-docbook-dtd-&sgml-dtd-version;.cat \
70 /usr/share/sgml/docbook/sgml-dtd-&sgml-dtd-version;/catalog &amp;&amp;
71install-catalog --add /etc/sgml/sgml-docbook-dtd-&sgml-dtd-version;.cat \
72 /etc/sgml/sgml-docbook.cat</command></userinput></screen>
73
74</sect2>
75
76<sect2>
77<title>Command explanations</title>
78
79<para><screen><command>sed -i -e '/ISO 8879/d' docbook.cat
80sed -i -e '/gml/d' docbook.cat</command></screen>
81These commands remove the ENT definitions from the catalog file.</para>
82
83</sect2>
84
85<sect2>
86<title>Configuring <application>DocBook <acronym>SGML</acronym>
87<acronym>DTD</acronym></application></title>
88
89<sect3><title>Config files</title>
90<para><filename>/etc/sgml/catalog</filename></para>
91</sect3>
92
93<sect3><title>Configuration Information</title>
94
95<para>The above installation script updates the catalog.
96</para>
97
98<para>Using only the most current 4.x version of <application>DocBook
99<acronym>SGML</acronym> <acronym>DTD</acronym></application> requires the
100following:</para>
101<screen><userinput><command>cat &gt;&gt; /usr/share/sgml/docbook/sgml-dtd-&sgml-dtd-version;/catalog &lt;&lt; "EOF"</command>
102 -- Begin Single Major Version catalog changes --
103
104PUBLIC "-//OASIS//DTD DocBook V4.2//EN" "docbook.dtd"
105PUBLIC "-//OASIS//DTD DocBook V4.1//EN" "docbook.dtd"
106PUBLIC "-//OASIS//DTD DocBook V4.0//EN" "docbook.dtd"
107
108 -- End Single Major Version catalog changes --
109<command>EOF</command></userinput></screen>
110
111</sect3>
112
113</sect2>
114
115<sect2>
116<title>Contents</title>
117
118<para>The <application>DocBook <acronym>SGML</acronym>
119<acronym>DTD</acronym></application> package contains <filename>DTD</filename>
120files and <filename>MOD</filename> files.</para>
121
122</sect2>
123
124<sect2><title>Description</title>
125
126<sect3><title>DTD files</title>
127<para><filename>DTD</filename> files contain a document type definition which
128defines the element types and the attribute lists that can be used in the
129corresponding <acronym>SGML</acronym> files.</para></sect3>
130
131<sect3><title>MOD files</title>
132<para><filename>MOD</filename> files contain components of the document type
133definition that are sourced into the <filename>DTD</filename> files.</para>
134</sect3>
135
136</sect2>
137
138</sect1>
139
Note: See TracBrowser for help on using the repository browser.