Changeset 2dde015 for pst/sgml


Ignore:
Timestamp:
01/29/2005 04:43:47 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
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:
5e0f7f2
Parents:
5fbff85
Message:

Added MD5 sum and indexing tags to DocBook-utils

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/sgml/docbook-utils.xml

    r5fbff85 r2dde015  
    77  <!ENTITY docbook-utils-download-http "http://sources-redhat.mirrors.redwire.net/docbook-tools/new-trials/SOURCES/docbook-utils-&docbook-utils-version;.tar.gz">
    88  <!ENTITY docbook-utils-download-ftp  "ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/docbook-utils-&docbook-utils-version;.tar.gz">
     9  <!ENTITY docbook-utils-md5sum        "6b41b18c365c01f225bc417cf632d81c">
    910  <!ENTITY docbook-utils-size          "125 KB">
    1011  <!ENTITY docbook-utils-buildsize     "1.5 MB">
     
    1920<?dbhtml filename="docbook-utils.html"?>
    2021<title>DocBook-utils-&docbook-utils-version;</title>
     22<indexterm zone="docbook-utils">
     23<primary sortas="a-DocBook-utils">DocBook-utils</primary></indexterm>
    2124
    2225<sect2>
     
    3437<sect3><title>Package information</title>
    3538<itemizedlist spacing='compact'>
    36 <listitem><para>Download (HTTP): <ulink url="&docbook-utils-download-http;"/></para></listitem>
    37 <listitem><para>Download (FTP): <ulink url="&docbook-utils-download-ftp;"/></para></listitem>
    38 <listitem><para>Download size: &docbook-utils-size;</para></listitem>
    39 <listitem><para>Estimated disk space required: &docbook-utils-buildsize;</para></listitem>
    40 <listitem><para>Estimated build time: &docbook-utils-time;</para></listitem></itemizedlist>
     39<listitem><para>Download (HTTP):
     40<ulink url="&docbook-utils-download-http;"/></para></listitem>
     41<listitem><para>Download (FTP):
     42<ulink url="&docbook-utils-download-ftp;"/></para></listitem>
     43<listitem><para>Download MD5 sum:
     44&docbook-utils-md5sum;</para></listitem>
     45<listitem><para>Download size:
     46&docbook-utils-size;</para></listitem>
     47<listitem><para>Estimated disk space required:
     48&docbook-utils-buildsize;</para></listitem>
     49<listitem><para>Estimated build time:
     50&docbook-utils-time;</para></listitem></itemizedlist>
    4151</sect3>
    4252
     
    4656<para><xref linkend="openjade"/>,
    4757<xref linkend="docbook-dsssl"/> and
    48 <xref linkend="sgml-dtd-3"/></para></sect4>
     58<xref linkend="sgml-dtd-3"/></para>
     59</sect4>
    4960
    5061<sect4><title>Optional</title>
     
    5465man and texinfo), and 
    5566<xref linkend="lynx"/> or <xref linkend="Links"/> or <xref linkend="w3m"/>
    56 (for conversion to <acronym>ASCII</acronym> text)</para></sect4>
     67(for conversion to <acronym>ASCII</acronym> text)</para>
     68</sect4>
    5769</sect3>
    5870
     
    7385<screen><userinput><command>grep "OpenSP-1.5.1" /etc/sgml/catalog</command></userinput></screen>
    7486
    75 <para>If anything was returned, run the following command to remove
    76 the catalog definitions:</para>
     87<para>If anything was returned, run the following command as the root user to
     88remove the catalog definitions:</para>
    7789
    78 <screen><userinput><command>sed -i.orig \
     90<screen><userinput role='root'><command>sed -i.orig \
    7991    -e "/CATALOG \/etc\/sgml\/OpenSP-1.5.1.cat/d" \
    8092    /etc/sgml/catalog \
     
    8597
    8698<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    87 make &amp;&amp;
    88 make install</command></userinput></screen>
     99make</command></userinput></screen>
     100
     101<para>Now, as the root user:</para>
     102
     103<screen><userinput role='root'><command>make install</command></userinput></screen>
    89104
    90105<para>Many packages use an alternate name for the
     
    92107alternate names, use the following command:</para>
    93108
    94 <screen><userinput><command>for doctype in html ps dvi man pdf rtf tex texi txt
     109<screen><userinput role='root'><command>for doctype in html ps dvi man pdf rtf tex texi txt
    95110do
    96111    ln -s docbook2$doctype /usr/bin/db2$doctype
     
    102117<title>Contents</title>
    103118
    104 <para>The <application>DocBook-utils</application> package contains
    105 <command>docbook2dvi</command>, <command>docbook2html</command>,
    106 <command>docbook2man</command>, <command>docbook2pdf</command>,
    107 <command>docbook2ps</command>, <command>docbook2rtf</command>,
    108 <command>docbook2tex</command>, <command>docbook2texi</command>,
    109 <command>docbook2txt</command>, <command>jw</command> and
    110 <command>sgmldiff</command>.</para>
     119<segmentedlist>
     120<segtitle>Installed Programs</segtitle>
     121<segtitle>Installed Libraries</segtitle>
     122<segtitle>Installed Directories</segtitle>
     123<segtitle>Installed Symlinks</segtitle>
    111124
    112 </sect2>
     125<seglistitem>
     126<seg>docbook2dvi, docbook2html, docbook2man, docbook2pdf, docbook2ps,
     127docbook2rtf, docbook2tex, docbook2texi, docbook2txt, jw and sgmldiff</seg>
     128<seg>None</seg>
     129<seg>/usr/share/doc/html/docbook-utils-&docbook-utils-version; and
     130/usr/share/sgml/docbook/utils-&docbook-utils-version;</seg>
     131<seg>db2dvi, db2html, db2man, db2pdf, db2ps, db2rtf, db2tex, db2texi and
     132db2txt</seg>
    113133
    114 <sect2><title>Description</title>
     134</seglistitem>
     135</segmentedlist>
    115136
    116 <sect3><title>docbook2{dvi,html,man,pdf,ps,rtf,tex,texi,txt}</title>
     137<variablelist>
     138<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     139<?dbfo list-presentation="list"?>
    117140
    118 <para>The <command>docbook2{format}</command> scripts are simple one-line
    119 wrappers to <command>jw</command>. They are provided as easy-to-remember
    120 names used to convert DocBook or other <acronym>SGML</acronym> files to the
    121 respective format.</para></sect3>
     141<varlistentry id="docbook2">
     142<term><command>docbook2*</command></term>
     143<listitem><para>are simple one-line wrapper scripts to <command>jw</command>.
     144They are provided as easy-to-remember names used to convert DocBook or
     145other <acronym>SGML</acronym> files to the respective format.</para>
     146<indexterm zone="docbook-utils docbook2">
     147<primary sortas="b-docbook2-star">docbook2*</primary>
     148</indexterm></listitem>
     149</varlistentry>
    122150
    123 <sect3><title>jw</title>
     151<varlistentry id="db2">
     152<term><command>db2*</command></term>
     153<listitem><para>are symlinks pointing at the respectively named
     154<command>docbook2*</command> commands, created to satisfy some programs
     155use of these names.</para>
     156<indexterm zone="docbook-utils db2">
     157<primary sortas="g-db2-star">db2*</primary>
     158</indexterm></listitem>
     159</varlistentry>
    124160
    125 <para><command>jw</command> is a script used to convert DocBook or other
     161<varlistentry id="jw">
     162<term><command>jw</command></term>
     163<listitem><para>is a script used to convert DocBook or other
    126164<acronym>SGML</acronym> files to various output formats. It hides most of
    127165<application>OpenJade</application>'s complexity and adds comfortable
    128 features.</para></sect3>
     166features.</para>
     167<indexterm zone="docbook-utils jw">
     168<primary sortas="b-jw">jw</primary>
     169</indexterm></listitem>
     170</varlistentry>
    129171
    130 <sect3><title>sgmldiff</title>
    131 
    132 <para><command>sgmldiff</command> is used to compare two
    133 <acronym>SGML</acronym> files and only return the differences in the markup.
    134 This is especially useful to compare files that should be identical except
    135 for language differences in the content.</para></sect3>
     172<varlistentry id="sgmldiff">
     173<term><command>sgmldiff</command></term>
     174<listitem><para>is used to compare two <acronym>SGML</acronym> files and
     175only return the differences in the markup. This is especially useful to
     176compare files that should be identical except for language differences in the
     177content.</para>
     178<indexterm zone="docbook-utils sgmldiff">
     179<primary sortas="b-sgmldiff">sgmldiff</primary>
     180</indexterm></listitem>
     181</varlistentry>
     182</variablelist>
    136183
    137184</sect2>
Note: See TracChangeset for help on using the changeset viewer.