source: pst/sgml/sgml-dtd-3.xml@ 048b9a46

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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
Last change on this file since 048b9a46 was 048b9a46, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Tags for packages used to manage the book

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

  • Property mode set to 100644
File size: 6.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY sgml-dtd-3-download-http "http://www.docbook.org/sgml/&sgml-dtd-3-version;/docbk31.zip">
8 <!ENTITY sgml-dtd-3-download-ftp " ">
9 <!ENTITY sgml-dtd-3-md5sum "432749c0c806dbae81c8bcb70da3b5d3">
10 <!ENTITY sgml-dtd-3-size "55 KB">
11 <!ENTITY sgml-dtd-3-buildsize "676 KB">
12 <!ENTITY sgml-dtd-3-time "less than 0.1 SBU">
13]>
14
15<sect1 id="sgml-dtd-3" xreflabel="docbook-&sgml-dtd-3-version;">
16 <?dbhtml filename="sgml-dtd-3.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>docbook-&sgml-dtd-3-version;</title>
24
25 <indexterm zone="sgml-dtd-3">
26 <primary sortas="a-DocBook-SGML-DTD-&sgml-dtd-3-version;">DocBook SGML
27 DTD-&sgml-dtd-3-version;</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to DocBook SGML DTD</title>
32
33 <para>The <application>DocBook SGML DTD</application> package contains
34 document type definitions for verification of SGML data files against
35 the DocBook rule set. These are useful for structuring books and software
36 documentation to a standard allowing you to utilize transformations
37 already written for that standard.</para>
38
39 &lfs83_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>Download (HTTP): <ulink url="&sgml-dtd-3-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&sgml-dtd-3-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &sgml-dtd-3-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &sgml-dtd-3-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &sgml-dtd-3-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &sgml-dtd-3-time;</para>
60 </listitem>
61 </itemizedlist>
62
63 <bridgehead renderas="sect3">DocBook SGML DTD Dependencies</bridgehead>
64
65 <bridgehead renderas="sect4">Required</bridgehead>
66 <para role="required"><xref linkend="sgml-common"/> and
67 <xref linkend="unzip"/></para>
68
69 <para condition="html" role="usernotes">User Notes:
70 <ulink url="&blfs-wiki;/sgml-dtd-3"/></para>
71
72 </sect2>
73
74 <sect2 role="installation">
75 <title>Installation of DocBook SGML DTD</title>
76
77 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
78 href="../../xincludes/use-unzip.xml"/>
79
80 <para>Install <application>DocBook SGML DTD</application> by running
81 the following commands:</para>
82
83<screen><userinput>sed -i -e '/ISO 8879/d' \
84 -e 's|DTDDECL "-//OASIS//DTD DocBook V&sgml-dtd-3-version;//EN"|SGMLDECL|g' \
85 docbook.cat</userinput></screen>
86
87 <para>This package does not come with a test suite.</para>
88
89 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
90
91<screen role="root"><userinput>install -v -d -m755 /usr/share/sgml/docbook/sgml-dtd-&sgml-dtd-3-version; &amp;&amp;
92chown -R root:root . &amp;&amp;
93install -v docbook.cat /usr/share/sgml/docbook/sgml-dtd-&sgml-dtd-3-version;/catalog &amp;&amp;
94cp -v -af *.dtd *.mod *.dcl /usr/share/sgml/docbook/sgml-dtd-&sgml-dtd-3-version; &amp;&amp;
95
96install-catalog --add /etc/sgml/sgml-docbook-dtd-&sgml-dtd-3-version;.cat \
97 /usr/share/sgml/docbook/sgml-dtd-&sgml-dtd-3-version;/catalog &amp;&amp;
98
99install-catalog --add /etc/sgml/sgml-docbook-dtd-&sgml-dtd-3-version;.cat \
100 /etc/sgml/sgml-docbook.cat</userinput></screen>
101
102 </sect2>
103
104 <sect2 role="commands">
105 <title>Command Explanations</title>
106
107 <para><command>sed -i -e '/ISO 8879/d' docbook.cat</command>: This command
108 removes the ENT definitions from the catalog file.</para>
109
110 <para><command>sed -i -e 's|DTDDECL
111 "-//OASIS//DTD Docbook V&sgml-dtd-3-version;//EN"|SGMLDECL|g'
112 docbook.cat</command>: This command replaces the DTDDECL catalog entry,
113 which is not supported by Linux SGML tools, with the SGMLDECL catalog
114 entry.</para>
115
116 </sect2>
117
118 <sect2 role="configuration">
119 <title>Configuring DocBook SGML DTD</title>
120
121 <sect3 id="sgml-dtd-3-config">
122 <title>Config Files</title>
123
124 <para><filename>/etc/sgml/catalog</filename></para>
125
126 <indexterm zone="sgml-dtd-3 sgml-dtd-3-config">
127 <primary sortas="e-etc-sgml-catalog">/etc/sgml/catalog</primary>
128 </indexterm>
129
130 </sect3>
131
132 <sect3>
133 <title>Configuration Information</title>
134
135 <para>The above installation script updates the catalog.</para>
136
137 <para>Using only the most current 3.x version of <application>DocBook
138 SGML DTD</application> requires the following (perform as the
139 <systemitem class="username">root</systemitem> user):</para>
140
141<screen role="root"><userinput>cat &gt;&gt; /usr/share/sgml/docbook/sgml-dtd-&sgml-dtd-3-version;/catalog &lt;&lt; "EOF"
142<literal> -- Begin Single Major Version catalog changes --
143
144PUBLIC "-//Davenport//DTD DocBook V3.0//EN" "docbook.dtd"
145
146 -- End Single Major Version catalog changes --</literal>
147EOF</userinput></screen>
148
149 </sect3>
150
151 </sect2>
152
153 <sect2 role="content">
154 <title>Contents</title>
155
156 <segmentedlist>
157 <segtitle>Installed Programs</segtitle>
158 <segtitle>Installed Libraries</segtitle>
159 <segtitle>Installed Files</segtitle>
160 <segtitle>Installed Directory</segtitle>
161
162 <seglistitem>
163 <seg>None</seg>
164 <seg>None</seg>
165 <seg>SGML DTD and MOD files</seg>
166 <seg>/usr/share/sgml/docbook/sgml-dtd-&sgml-dtd-3-version;</seg>
167 </seglistitem>
168 </segmentedlist>
169
170 <variablelist>
171 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
172 <?dbfo list-presentation="list"?>
173 <?dbhtml list-presentation="table"?>
174
175 <varlistentry id="SGML-DTD-files">
176 <term><filename>SGML DTD files</filename></term>
177 <listitem>
178 <para>contain a document type definition which defines the element
179 types and the attribute lists that can be used in the corresponding
180 SGML files.</para>
181 <indexterm zone="sgml-dtd-3 SGML-DTD-files">
182 <primary sortas="g-SGML-DTD-files">SGML DTD files</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 <varlistentry id="SGML-MOD-files">
188 <term><filename>SGML MOD files</filename></term>
189 <listitem>
190 <para>contain components of the document type definition that are
191 sourced into the <filename>DTD</filename> files.</para>
192 <indexterm zone="sgml-dtd-3 SGML-MOD-files">
193 <primary sortas="g-SGML-MOD-files">SGML MOD files</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197
198 </variablelist>
199
200 </sect2>
201
202</sect1>
Note: See TracBrowser for help on using the repository browser.