Ignore:
Timestamp:
05/30/2005 04:25:18 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.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:
4c3474fe
Parents:
bab92281
Message:

Removed spaces from blank lines and excess spaces from the end of XML data

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/textweb/lynx.xml

    rbab92281 r50b8d8b  
    1515<sect1 id="lynx" xreflabel="Lynx-&lynx-version;">
    1616  <?dbhtml filename="lynx.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>Lynx-&lynx-version;</title>
    24  
     24
    2525  <indexterm zone="lynx">
    2626    <primary sortas="a-Lynx">Lynx</primary>
     
    2929  <sect2 role="package">
    3030    <title>Introduction to Lynx</title>
    31    
     31
    3232    <para><application>Lynx</application> is a text based web browser.</para>
    33    
     33
    3434    <bridgehead renderas="sect3">Package Information</bridgehead>
    3535    <itemizedlist spacing="compact">
     
    5353      </listitem>
    5454    </itemizedlist>
    55    
     55
    5656    <bridgehead renderas="sect3">Lynx Dependencies</bridgehead>
    57    
     57
    5858    <bridgehead renderas="sect4">Optional</bridgehead>
    5959    <para><xref linkend="openssl"/> or
    6060    <ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink> (which
    6161    needs <ulink
    62     url="ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/">libgpg-error</ulink> 
     62    url="ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/">libgpg-error</ulink>
    6363    then <ulink url="ftp://ftp.gnupg.org/gcrypt/libgcrypt/">libgcrypt</ulink>),
    6464    <ulink url="../server/mail.html">MTA</ulink>,
     
    6868    ncompress</ulink> and
    6969    <ulink url="http://www.gnu.org/software/sharutils/">sharutils</ulink></para>
    70    
     70
    7171  </sect2>
    72  
     72
    7373  <sect2 role="installation">
    7474    <title>Installation of Lynx</title>
     
    8080    --with-zlib --with-bzlib &amp;&amp;
    8181make</userinput></screen>
    82    
     82
    8383    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    8484
     
    8989    helpdir=/usr/share/doc/lynx-&lynx-version;/lynx_help install-help &amp;&amp;
    9090chgrp -v -R root /usr/share/doc/lynx-&lynx-version;/lynx_doc</userinput></screen>
    91    
     91
    9292  </sect2>
    93  
     93
    9494  <sect2 role="commands">
    9595    <title>Command Explanations</title>
    96    
     96
    9797    <para><parameter>--libdir=/etc</parameter>: For some reason, the
    9898    <command>configure</command> and <command>make</command> routine for
    9999    <application>Lynx</application> uses <option>libdir</option> as the prefix for the
    100     configuration file. This is set to <filename class="directory">/etc</filename> 
     100    configuration file. This is set to <filename class="directory">/etc</filename>
    101101    so that the system wide configuration file is
    102102    <filename>/etc/lynx.cfg</filename>.</para>
    103    
     103
    104104    <para><parameter>--with-zlib</parameter>: This enables support for
    105105    linking <filename class="libraryfile">libz</filename> into
    106106    <application>Lynx</application>.</para>
    107    
     107
    108108    <para><parameter>--with-bzlib</parameter>: This enables support for
    109109    linking <filename class="libraryfile">libbz2</filename> into
    110110    <application>Lynx</application>.</para>
    111    
     111
    112112    <para><parameter>docdir=... helpdir=...</parameter>: These
    113113    variables are set to avoid getting the help and documentation files installed
    114114    under <filename class="directory">/etc</filename>.</para>
    115    
     115
    116116    <para><option>--with-ssl</option>: This enables support for
    117117    linking SSLl into <application>Lynx</application>.</para>
    118    
     118
    119119    <para><option>--with-gnutls</option>: This enables support for
    120120    linking <application>GnuTLS</application> into
    121121    <application>Lynx</application>.</para>
    122    
     122
    123123    <para><command>chgrp -v -R root /usr/share/doc/lynx/2.8.5/lynx_doc</command>:
    124124    This command corrects the improper group ownership of installed documentation
    125125    files caused if <application>Lynx</application> is built by any user other
    126126    than <systemitem class="username">root</systemitem>.</para>
    127    
     127
    128128  </sect2>
    129  
     129
    130130  <sect2 role="configuration">
    131131    <title>Configuring Lynx</title>
     
    133133    <sect3 id="lynx-config">
    134134      <title>Config Files</title>
    135      
     135
    136136      <para><filename>/etc/lynx.cfg</filename></para>
    137      
     137
    138138      <indexterm zone="lynx lynx-config">
    139139        <primary sortas="e-etc-lynx.cfg">/etc/lynx.cfg</primary>
    140140      </indexterm>
    141    
     141
    142142    </sect3>
    143    
     143
    144144    <sect3>
    145145      <title>Configuration Information</title>
    146      
     146
    147147      <para>Various settings such as proxies can be set in the system-wide
    148148      <filename>lynx.cfg</filename> file found in
    149149      <filename class="directory">/etc</filename>.</para>
    150    
     150
    151151    </sect3>
    152    
     152
    153153  </sect2>
    154  
     154
    155155  <sect2 role="content">
    156156    <title>Contents</title>
     
    160160    <segtitle>Installed Libraries</segtitle>
    161161    <segtitle>Installed Directory</segtitle>
    162    
     162
    163163    <seglistitem>
    164164      <seg>lynx</seg>
     
    167167    </seglistitem>
    168168    </segmentedlist>
    169    
     169
    170170    <variablelist>
    171171      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    172172      <?dbfo list-presentation="list"?>
    173173      <?dbhtml list-presentation="table"?>
    174      
     174
    175175      <varlistentry id="lynx-prog">
    176176        <term><command>lynx</command></term>
     
    183183        </listitem>
    184184      </varlistentry>
    185    
     185
    186186    </variablelist>
    187187
Note: See TracChangeset for help on using the changeset viewer.