2004-06-12 12:13:34 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2005-04-04 04:52:42 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
2004-06-12 12:13:34 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
|
|
|
<!ENTITY lynx-download-http "http://lynx.isc.org/release/lynx&lynx-version;.tar.bz2">
|
2004-06-28 04:43:27 +08:00
|
|
|
<!ENTITY lynx-download-ftp "ftp://lynx.isc.org/lynx&lynx-version;/lynx&lynx-version;.tar.bz2">
|
2005-02-11 11:12:06 +08:00
|
|
|
<!ENTITY lynx-md5sum "d1e5134e5d175f913c16cb6768bc30eb">
|
2004-10-14 13:05:20 +08:00
|
|
|
<!ENTITY lynx-size "2.2 MB">
|
2005-04-16 03:34:12 +08:00
|
|
|
<!ENTITY lynx-buildsize "25 MB">
|
|
|
|
<!ENTITY lynx-time "0.48 SBU">
|
2004-06-12 12:13:34 +08:00
|
|
|
]>
|
|
|
|
|
2003-09-24 04:34:30 +08:00
|
|
|
<sect1 id="lynx" xreflabel="Lynx-&lynx-version;">
|
2004-08-10 12:23:09 +08:00
|
|
|
<sect1info>
|
2004-08-10 12:25:57 +08:00
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
2004-08-10 12:23:09 +08:00
|
|
|
</sect1info>
|
2004-05-07 10:32:10 +08:00
|
|
|
<?dbhtml filename="lynx.html"?>
|
2003-09-24 04:34:30 +08:00
|
|
|
<title>Lynx-&lynx-version;</title>
|
2005-04-16 03:34:12 +08:00
|
|
|
<indexterm zone="lynx">
|
|
|
|
<primary sortas="a-Lynx">Lynx</primary></indexterm>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2004-06-12 12:13:34 +08:00
|
|
|
<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>
|
2005-02-11 11:12:06 +08:00
|
|
|
<listitem><para>Download MD5 sum: &lynx-md5sum;</para></listitem>
|
2004-06-12 12:13:34 +08:00
|
|
|
<listitem><para>Download size: &lynx-size;</para></listitem>
|
2005-01-11 01:48:41 +08:00
|
|
|
<listitem><para>Estimated disk space required:
|
2004-06-12 12:13:34 +08:00
|
|
|
&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>
|
2005-01-26 00:02:00 +08:00
|
|
|
<para><xref linkend="openssl"/> or
|
2004-06-12 12:13:34 +08:00
|
|
|
<ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink> (which
|
|
|
|
needs <ulink
|
2005-04-16 03:34:12 +08:00
|
|
|
url="ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/">libgpg-error</ulink>
|
|
|
|
then <ulink url="ftp://ftp.gnupg.org/gcrypt/libgcrypt/">libgcrypt</ulink>),
|
|
|
|
<ulink url="../server/mail.html">MTA</ulink>,
|
2004-10-14 13:05:20 +08:00
|
|
|
<xref linkend="zip"/>, <xref linkend="unzip"/>,
|
|
|
|
<xref linkend="slang"/>, <ulink
|
2005-02-11 11:12:06 +08:00
|
|
|
url="http://ftp.ibiblio.org/pub/linux/utils/compress/ncompress-4.2.4.tar.Z">
|
|
|
|
ncompress</ulink> and
|
|
|
|
<ulink url="http://www.gnu.org/software/sharutils/">sharutils</ulink></para>
|
|
|
|
</sect4>
|
2004-06-12 12:13:34 +08:00
|
|
|
</sect3>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Installation of <application>Lynx</application></title>
|
|
|
|
|
2005-02-11 11:12:06 +08:00
|
|
|
<para>Install <application>Lynx</application> by running the following
|
|
|
|
commands:</para>
|
2004-06-12 12:13:34 +08:00
|
|
|
|
2004-07-13 20:51:43 +08:00
|
|
|
<screen><userinput><command>./configure --prefix=/usr --libdir=/etc \
|
|
|
|
--with-zlib --with-bzlib &&
|
2005-04-16 03:34:12 +08:00
|
|
|
make</command></userinput></screen>
|
|
|
|
|
|
|
|
<para>Now, as the root user:</para>
|
|
|
|
|
|
|
|
<screen><userinput role='root'><command>make install &&
|
2004-06-12 12:13:34 +08:00
|
|
|
make docdir=/usr/share/doc/lynx-&lynx-version;/lynx_doc \
|
|
|
|
helpdir=/usr/share/doc/lynx-&lynx-version;/lynx_help install-doc &&
|
|
|
|
make docdir=/usr/share/doc/lynx-&lynx-version;/lynx_doc \
|
2004-08-27 00:43:28 +08:00
|
|
|
helpdir=/usr/share/doc/lynx-&lynx-version;/lynx_help install-help &&
|
2005-04-16 03:34:12 +08:00
|
|
|
chgrp -v -R root /usr/share/doc/lynx-&lynx-version;/lynx_doc</command></userinput></screen>
|
2004-06-12 12:13:34 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
|
|
|
|
|
|
|
<para><parameter>--libdir=/etc</parameter>: For some reason, the
|
2004-06-28 04:43:27 +08:00
|
|
|
<command>configure</command> and <command>make</command> routine for
|
|
|
|
<application>Lynx</application> uses libdir as the prefix for the
|
|
|
|
configuration file. This is set to <filename class="directory">/etc</filename>
|
|
|
|
so that the system wide configuration file is
|
|
|
|
<filename>/etc/lynx.cfg</filename>.</para>
|
2004-06-12 12:13:34 +08:00
|
|
|
|
|
|
|
<para><option>--with-zlib</option>: This enables support for
|
2004-07-13 20:51:43 +08:00
|
|
|
linking <application>libz</application> into
|
|
|
|
<application>Lynx</application>.</para>
|
|
|
|
|
|
|
|
<para><option>--with-bzlib</option>: This enables support for
|
|
|
|
linking <application>libbz2</application> into
|
2004-06-28 04:43:27 +08:00
|
|
|
<application>Lynx</application>.</para>
|
2004-06-12 12:13:34 +08:00
|
|
|
|
2004-06-28 04:43:27 +08:00
|
|
|
<para><parameter>docdir=... helpdir=...</parameter>: These
|
|
|
|
variables are set to avoid getting the help and documentation files installed
|
2004-06-12 12:13:34 +08:00
|
|
|
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
|
2004-06-28 04:43:27 +08:00
|
|
|
linking <application>Gnu<acronym>TLS</acronym></application> into
|
|
|
|
<application>Lynx</application>.</para>
|
2004-06-12 12:13:34 +08:00
|
|
|
|
2005-04-16 03:34:12 +08:00
|
|
|
<para><command>chgrp -v -R root /usr/share/doc/lynx/2.8.5/lynx_doc</command>:
|
2004-08-27 00:43:28 +08:00
|
|
|
This command corrects the improper group ownership of installed documentation
|
|
|
|
files caused if <application>Lynx</application> is built by any user other
|
|
|
|
than root.</para>
|
|
|
|
|
2004-06-12 12:13:34 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Configuring <application>Lynx</application></title>
|
|
|
|
|
2005-04-16 03:34:12 +08:00
|
|
|
<sect3 id="lynx-config"><title>Config files</title>
|
2004-06-12 12:13:34 +08:00
|
|
|
<para><filename>/etc/lynx.cfg</filename></para>
|
2005-04-16 03:34:12 +08:00
|
|
|
<indexterm zone="lynx lynx-config">
|
|
|
|
<primary sortas="e-etc-lynx.cfg">/etc/lynx.cfg</primary></indexterm>
|
2004-06-12 12:13:34 +08:00
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3><title>Configuration Information</title>
|
|
|
|
|
|
|
|
<para>Various settings such as proxies can be set in the system-wide
|
2004-06-28 04:43:27 +08:00
|
|
|
<filename>lynx.cfg</filename> file found in
|
|
|
|
<filename class="directory">/etc</filename>.</para>
|
2004-06-12 12:13:34 +08:00
|
|
|
</sect3>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Contents</title>
|
|
|
|
|
2005-04-16 03:34:12 +08:00
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Program</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
|
|
|
<segtitle>Installed Directory</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg>lynx</seg>
|
|
|
|
<seg>None</seg>
|
|
|
|
<seg>/usr/share/doc/lynx</seg>
|
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
|
|
|
|
<varlistentry id="lynx-prog">
|
|
|
|
<term><command>lynx</command></term>
|
|
|
|
<listitem><para>is a general purpose, text-based, distributed information
|
|
|
|
browser for the World Wide Web.</para>
|
|
|
|
<indexterm zone="lynx lynx-prog">
|
|
|
|
<primary sortas="b-lynx">lynx</primary>
|
|
|
|
</indexterm></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
2004-06-12 12:13:34 +08:00
|
|
|
|
|
|
|
</sect2>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
</sect1>
|