glfs/basicnet/textweb/lynx.xml
Bruce Dubbs 773c3586e8 XML Update -- Chapter 17
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2300 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-06-12 04:13:34 +00:00

125 lines
4.1 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY lynx-download-http "http://lynx.isc.org/release/lynx&lynx-version;.tar.bz2">
<!ENTITY lynx-download-ftp "ftp://lynx.isc.org/lynx/lynx&lynx-version;/lynx&lynx-version;.tar.bz2">
<!ENTITY lynx-size "2.1 MB">
<!ENTITY lynx-buildsize "18 MB">
<!ENTITY lynx-time "0.45 SBU">
]>
<sect1 id="lynx" xreflabel="Lynx-&lynx-version;">
<?dbhtml filename="lynx.html"?>
<title>Lynx-&lynx-version;</title>
<sect2>
<title>Introduction to <application>Lynx</application></title>
<para><application>Lynx</application> is a text based web browser.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink
url="&lynx-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&lynx-download-ftp;"/></para></listitem>
<listitem><para>Download size: &lynx-size;</para></listitem>
<listitem><para>Estimated Disk space required:
&lynx-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&lynx-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application>Lynx</application> dependencies</title>
<sect4><title>Optional</title>
<para>
<xref linkend="openssl"/>,
<ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink> (which
needs <ulink
url="ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/">libgpg-error</ulink>,
<ulink url="ftp://ftp.gnupg.org/gcrypt/libgcrypt/">libgcrypt</ulink> and
<ulink
url="ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/opencdk/">opencdk</ulink>,
in that order.), <ulink url="../server/mail.html">MTA</ulink> and
<xref linkend="zip"/>
</para></sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>Lynx</application></title>
<para>Install <application>Lynx</application> by running the following commands.
</para>
<screen><userinput><command>./configure --prefix=/usr --libdir=/etc --with-zlib &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
make docdir=/usr/share/doc/lynx-&lynx-version;/lynx_doc \
helpdir=/usr/share/doc/lynx-&lynx-version;/lynx_help install-doc &amp;&amp;
make docdir=/usr/share/doc/lynx-&lynx-version;/lynx_doc \
helpdir=/usr/share/doc/lynx-&lynx-version;/lynx_help install-help</command></userinput></screen>
</sect2>
<sect2>
<title>Command explanations</title>
<para><parameter>--libdir=/etc</parameter>: For some reason, the
configure and make routine for lynx uses libdir as the prefix for the
configuration file. We set this to <filename class="directory">/etc</filename> so that the
system wide configuration file is <filename>/etc/lynx.cfg</filename>.</para>
<para><option>--with-zlib</option>: This enables support for
linking <application>zlib</application> into <application>Lynx</application>.</para>
<para><parameter>docdir=... helpdir=...</parameter>: We set these
variables to avoid getting the help and documentation files installed
under <filename class="directory">/etc</filename>.</para>
<para><option>--with-ssl</option>: This enables support for
linking <acronym>SSL</acronym> into <application>Lynx</application>.</para>
<para><option>--with-gnutls</option>: This enables support for
linking Gnu<acronym>TLS</acronym> into <application>Lynx</application>.</para>
</sect2>
<sect2>
<title>Configuring <application>Lynx</application></title>
<sect3><title>Config files</title>
<para><filename>/etc/lynx.cfg</filename></para>
</sect3>
<sect3><title>Configuration Information</title>
<para>Various settings such as proxies can be set in the system-wide
<filename>lynx.cfg</filename> file found in <filename class="directory">/etc</filename>.</para>
</sect3>
</sect2>
<sect2>
<title>Contents</title>
<para>The <application>Lynx</application> package contains <command>lynx
</command>.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>lynx</title>
<para><command>lynx</command> is a general purpose, text-based, distributed
information browser for the World Wide Web.</para></sect3>
</sect2>
</sect1>