source: pst/sgml/docbook-utils.xml@ cddc0d75

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 cddc0d75 was 512f843, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Tag SGML packages

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

  • Property mode set to 100644
File size: 8.1 KB
RevLine 
[d7fb898e]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[d7fb898e]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[fc6725ee]7 <!ENTITY docbook-utils-download-http " ">
[d7fb898e]8 <!ENTITY docbook-utils-download-ftp "ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/docbook-utils-&docbook-utils-version;.tar.gz">
[2dde015]9 <!ENTITY docbook-utils-md5sum "6b41b18c365c01f225bc417cf632d81c">
[e8b9dbf7]10 <!ENTITY docbook-utils-size "124 KB">
11 <!ENTITY docbook-utils-buildsize "1.44 MB">
[738c5f8]12 <!ENTITY docbook-utils-time "less than 0.1 SBU">
[d7fb898e]13]>
14
15<sect1 id="docbook-utils" xreflabel="DocBook-utils-&docbook-utils-version;">
[5bae145]16 <?dbhtml filename="docbook-utils.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>DocBook-utils-&docbook-utils-version;</title>
24
25 <indexterm zone="docbook-utils">
26 <primary sortas="a-DocBook-utils">DocBook-utils</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to DocBook-utils</title>
31
32 <para>The <application>DocBook-utils</application> package is a collection
33 of utility scripts used to convert and analyze SGML documents in general,
34 and DocBook files in particular. The scripts are used to convert from
35 DocBook or other SGML formats into <quote>classical</quote> file formats
36 like HTML, man, info, RTF and many more. There's also a utility to compare
37 two SGML files and only display the differences in markup. This is useful
38 for comparing documents prepared for different languages.</para>
39
[512f843]40 &lfs75_checked;
[00555b0f]41
[5bae145]42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>Download (HTTP): <ulink url="&docbook-utils-download-http;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download (FTP): <ulink url="&docbook-utils-download-ftp;"/></para>
49 </listitem>
50 <listitem>
51 <para>Download MD5 sum: &docbook-utils-md5sum;</para>
52 </listitem>
53 <listitem>
54 <para>Download size: &docbook-utils-size;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated disk space required: &docbook-utils-buildsize;</para>
58 </listitem>
59 <listitem>
60 <para>Estimated build time: &docbook-utils-time;</para>
61 </listitem>
62 </itemizedlist>
63
[8a67713c]64 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
65 <itemizedlist spacing='compact'>
66 <listitem>
[54f740f]67 <para>Required patch: <ulink
[8a67713c]68 url="&patch-root;/docbook-utils-&docbook-utils-version;-grep_fix-1.patch"/></para>
69 </listitem>
70 </itemizedlist>
71
[5bae145]72 <bridgehead renderas="sect3">DocBook-utils Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
[3f8a5e2]75 <para role="required">
[dc6ba1c0]76 <xref linkend="openjade"/>,
[3f8a5e2]77 <xref linkend="docbook-dsssl"/>, and
78 <xref linkend="sgml-dtd-3"/>
79 </para>
[5bae145]80
[738c5f8]81 <bridgehead renderas="sect4">Optional (Runtime Dependencies Only)</bridgehead>
[3f8a5e2]82 <para role="optional">
83 <xref linkend="perl-sgmlspm"/> (for conversion to man and texinfo), and
[0d7900a]84 <xref linkend="lynx"/> or
85 <xref linkend="Links"/> or
[3f8a5e2]86 <xref linkend="w3m"/> (for conversion to ASCII text)
87 </para>
[5bae145]88
[977061b0]89 <para condition="html" role="usernotes">User Notes:
90 <ulink url="&blfs-wiki;/docbook-utils"/></para>
91
[5bae145]92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of DocBook-utils</title>
96
97 <para>Install <application>DocBook-utils</application> by running the
98 following commands:</para>
[2dde015]99
[e958dbb2]100<screen><userinput>patch -Np1 -i ../docbook-utils-&docbook-utils-version;-grep_fix-1.patch &amp;&amp;
[8fc8e98]101sed -i 's:/html::' doc/HTML/Makefile.in &amp;&amp;
[512f843]102
[fc6725ee]103./configure --prefix=/usr --mandir=/usr/share/man &amp;&amp;
[5bae145]104make</userinput></screen>
[2dde015]105
[738c5f8]106 <para>This package does not come with a test suite.</para>
107
[5bae145]108 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[eb091c9]109
[5bae145]110<screen role="root"><userinput>make install</userinput></screen>
[eb091c9]111
[5bae145]112 <para>Many packages use an alternate name for the
113 <application>DocBook-utils</application> scripts. If you wish to create
[8fc8e98]114 these alternate names, use the following command as
115 the <systemitem class="username">root</systemitem> user:</para>
[5bae145]116
117<screen role="root"><userinput>for doctype in html ps dvi man pdf rtf tex texi txt
[eb091c9]118do
119 ln -s docbook2$doctype /usr/bin/db2$doctype
[5bae145]120done</userinput></screen>
121
[4570991]122 <note>
123 <para>The <command>jw</command> script uses the <command>which</command>
124 command to locate required utilities. You must install
125 <xref linkend="which"/> before attempting to use any of the
126 <application>DocBook-utils</application> programs.</para>
127 </note>
128
[5bae145]129 </sect2>
130
[ecb6484a]131 <sect2 role="commands">
132 <title>Command Explanations</title>
133
[8a67713c]134 <para><command>patch -Np1 -i ../docbook-utils-&docbook-utils-version;-grep_fix-1.patch</command>:
135 This patch corrects the syntax in the jw (Jade Wrapper) script which is at
136 the heart of much db2* processing, so that the current version of
137 <application>Grep</application> will not reject it.</para>
138
[ecb6484a]139 <para><command>sed -i 's:/html::' doc/HTML/Makefile.in</command>:
140 This command changes the installation directory of the HTML documents.</para>
141
142 </sect2>
143
[5bae145]144 <sect2 role="content">
145 <title>Contents</title>
146
147 <segmentedlist>
148 <segtitle>Installed Programs</segtitle>
149 <segtitle>Installed Libraries</segtitle>
150 <segtitle>Installed Directories</segtitle>
151 <segtitle>Installed Symlinks</segtitle>
152
153 <seglistitem>
154 <seg>docbook2dvi, docbook2html, docbook2man, docbook2pdf, docbook2ps,
155 docbook2rtf, docbook2tex, docbook2texi, docbook2txt, jw, and
156 sgmldiff</seg>
157 <seg>None</seg>
[ecb6484a]158 <seg>/usr/share/doc/docbook-utils-&docbook-utils-version; and
[5bae145]159 /usr/share/sgml/docbook/utils-&docbook-utils-version;</seg>
160 <seg>db2dvi, db2html, db2man, db2pdf, db2ps, db2rtf, db2tex, db2texi,
161 and db2txt</seg>
162 </seglistitem>
163 </segmentedlist>
164
165 <variablelist>
166 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
167 <?dbfo list-presentation="list"?>
168 <?dbhtml list-presentation="table"?>
169
170 <varlistentry id="docbook2">
171 <term><command>docbook2*</command></term>
172 <listitem>
173 <para>are simple one-line wrapper scripts to <command>jw</command>.
174 They are provided as easy-to-remember names used to convert DocBook or
175 other SGML files to the respective format.</para>
176 <indexterm zone="docbook-utils docbook2">
177 <primary sortas="b-docbook2-star">docbook2*</primary>
178 </indexterm>
179 </listitem>
180 </varlistentry>
181
182 <varlistentry id="db2">
183 <term><command>db2*</command></term>
184 <listitem>
185 <para>are symlinks pointing at the respectively named
186 <command>docbook2*</command> commands, created to satisfy some
187 program's use of these names.</para>
188 <indexterm zone="docbook-utils db2">
[b960e3ec]189 <primary sortas="b-db2-star">db2*</primary>
[5bae145]190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 <varlistentry id="jw">
195 <term><command>jw</command></term>
196 <listitem>
197 <para>is a script used to convert DocBook or other SGML files to various
198 output formats. It hides most of <application>OpenJade</application>'s
199 complexity and adds comfortable features.</para>
200 <indexterm zone="docbook-utils jw">
201 <primary sortas="b-jw">jw</primary>
202 </indexterm>
203 </listitem>
204 </varlistentry>
205
206 <varlistentry id="sgmldiff">
207 <term><command>sgmldiff</command></term>
208 <listitem>
209 <para>is used to compare two SGML files and only return the differences
210 in the markup. This is especially useful to compare files that should be
211 identical except for language differences in the content.</para>
212 <indexterm zone="docbook-utils sgmldiff">
213 <primary sortas="b-sgmldiff">sgmldiff</primary>
214 </indexterm>
215 </listitem>
216 </varlistentry>
217
218 </variablelist>
219
220 </sect2>
[d7fb898e]221
222</sect1>
Note: See TracBrowser for help on using the repository browser.