1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
---|
4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
5 | %general-entities;
|
---|
6 |
|
---|
7 | <!ENTITY lynx-download-http "http://lynx.isc.org/release/lynx&lynx-version;.tar.bz2">
|
---|
8 | <!ENTITY lynx-download-ftp "ftp://lynx.isc.org/lynx&lynx-version;/lynx&lynx-version;.tar.bz2">
|
---|
9 | <!ENTITY lynx-md5sum "d1e5134e5d175f913c16cb6768bc30eb">
|
---|
10 | <!ENTITY lynx-size "2.2 MB">
|
---|
11 | <!ENTITY lynx-buildsize "23 MB">
|
---|
12 | <!ENTITY lynx-time "0.55 SBU">
|
---|
13 | ]>
|
---|
14 |
|
---|
15 | <sect1 id="lynx" xreflabel="Lynx-&lynx-version;">
|
---|
16 | <sect1info>
|
---|
17 | <othername>$LastChangedBy$</othername>
|
---|
18 | <date>$Date$</date>
|
---|
19 | </sect1info>
|
---|
20 | <?dbhtml filename="lynx.html"?>
|
---|
21 | <title>Lynx-&lynx-version;</title>
|
---|
22 |
|
---|
23 | <sect2>
|
---|
24 | <title>Introduction to <application>Lynx</application></title>
|
---|
25 |
|
---|
26 | <para><application>Lynx</application> is a text based web browser.</para>
|
---|
27 |
|
---|
28 | <sect3><title>Package information</title>
|
---|
29 | <itemizedlist spacing='compact'>
|
---|
30 | <listitem><para>Download (HTTP): <ulink
|
---|
31 | url="&lynx-download-http;"/></para></listitem>
|
---|
32 | <listitem><para>Download (FTP): <ulink
|
---|
33 | url="&lynx-download-ftp;"/></para></listitem>
|
---|
34 | <listitem><para>Download MD5 sum: &lynx-md5sum;</para></listitem>
|
---|
35 | <listitem><para>Download size: &lynx-size;</para></listitem>
|
---|
36 | <listitem><para>Estimated disk space required:
|
---|
37 | &lynx-buildsize;</para></listitem>
|
---|
38 | <listitem><para>Estimated build time:
|
---|
39 | &lynx-time;</para></listitem></itemizedlist>
|
---|
40 | </sect3>
|
---|
41 |
|
---|
42 | <sect3><title><application>Lynx</application> dependencies</title>
|
---|
43 | <sect4><title>Optional</title>
|
---|
44 | <para><xref linkend="openssl"/> or
|
---|
45 | <ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink> (which
|
---|
46 | needs <ulink
|
---|
47 | url="ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/">libgpg-error</ulink>,
|
---|
48 | <ulink url="ftp://ftp.gnupg.org/gcrypt/libgcrypt/">libgcrypt</ulink> and
|
---|
49 | <ulink
|
---|
50 | url="ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/opencdk/">opencdk</ulink>,
|
---|
51 | in that order), <ulink url="../server/mail.html">MTA</ulink>,
|
---|
52 | <xref linkend="zip"/>, <xref linkend="unzip"/>,
|
---|
53 | <xref linkend="slang"/>, <ulink
|
---|
54 | url="http://ftp.ibiblio.org/pub/linux/utils/compress/ncompress-4.2.4.tar.Z">
|
---|
55 | ncompress</ulink> and
|
---|
56 | <ulink url="http://www.gnu.org/software/sharutils/">sharutils</ulink></para>
|
---|
57 | </sect4>
|
---|
58 | </sect3>
|
---|
59 |
|
---|
60 | </sect2>
|
---|
61 |
|
---|
62 | <sect2>
|
---|
63 | <title>Installation of <application>Lynx</application></title>
|
---|
64 |
|
---|
65 | <para>Install <application>Lynx</application> by running the following
|
---|
66 | commands:</para>
|
---|
67 |
|
---|
68 | <screen><userinput><command>./configure --prefix=/usr --libdir=/etc \
|
---|
69 | --with-zlib --with-bzlib &&
|
---|
70 | make &&
|
---|
71 | make install &&
|
---|
72 | make docdir=/usr/share/doc/lynx-&lynx-version;/lynx_doc \
|
---|
73 | helpdir=/usr/share/doc/lynx-&lynx-version;/lynx_help install-doc &&
|
---|
74 | make docdir=/usr/share/doc/lynx-&lynx-version;/lynx_doc \
|
---|
75 | helpdir=/usr/share/doc/lynx-&lynx-version;/lynx_help install-help &&
|
---|
76 | chgrp -R root /usr/share/doc/lynx-&lynx-version;/lynx_doc</command></userinput></screen>
|
---|
77 |
|
---|
78 | </sect2>
|
---|
79 |
|
---|
80 | <sect2>
|
---|
81 | <title>Command explanations</title>
|
---|
82 |
|
---|
83 | <para><parameter>--libdir=/etc</parameter>: For some reason, the
|
---|
84 | <command>configure</command> and <command>make</command> routine for
|
---|
85 | <application>Lynx</application> uses libdir as the prefix for the
|
---|
86 | configuration file. This is set to <filename class="directory">/etc</filename>
|
---|
87 | so that the system wide configuration file is
|
---|
88 | <filename>/etc/lynx.cfg</filename>.</para>
|
---|
89 |
|
---|
90 | <para><option>--with-zlib</option>: This enables support for
|
---|
91 | linking <application>libz</application> into
|
---|
92 | <application>Lynx</application>.</para>
|
---|
93 |
|
---|
94 | <para><option>--with-bzlib</option>: This enables support for
|
---|
95 | linking <application>libbz2</application> into
|
---|
96 | <application>Lynx</application>.</para>
|
---|
97 |
|
---|
98 | <para><parameter>docdir=... helpdir=...</parameter>: These
|
---|
99 | variables are set to avoid getting the help and documentation files installed
|
---|
100 | under <filename class="directory">/etc</filename>.</para>
|
---|
101 |
|
---|
102 | <para><option>--with-ssl</option>: This enables support for
|
---|
103 | linking <acronym>SSL</acronym> into <application>Lynx</application>.</para>
|
---|
104 |
|
---|
105 | <para><option>--with-gnutls</option>: This enables support for
|
---|
106 | linking <application>Gnu<acronym>TLS</acronym></application> into
|
---|
107 | <application>Lynx</application>.</para>
|
---|
108 |
|
---|
109 | <para><command>chgrp -R root /usr/share/doc/lynx/2.8.5/lynx_doc</command>:
|
---|
110 | This command corrects the improper group ownership of installed documentation
|
---|
111 | files caused if <application>Lynx</application> is built by any user other
|
---|
112 | than root.</para>
|
---|
113 |
|
---|
114 | </sect2>
|
---|
115 |
|
---|
116 | <sect2>
|
---|
117 | <title>Configuring <application>Lynx</application></title>
|
---|
118 |
|
---|
119 | <sect3><title>Config files</title>
|
---|
120 | <para><filename>/etc/lynx.cfg</filename></para>
|
---|
121 | </sect3>
|
---|
122 |
|
---|
123 | <sect3><title>Configuration Information</title>
|
---|
124 |
|
---|
125 | <para>Various settings such as proxies can be set in the system-wide
|
---|
126 | <filename>lynx.cfg</filename> file found in
|
---|
127 | <filename class="directory">/etc</filename>.</para>
|
---|
128 | </sect3>
|
---|
129 |
|
---|
130 | </sect2>
|
---|
131 |
|
---|
132 | <sect2>
|
---|
133 | <title>Contents</title>
|
---|
134 |
|
---|
135 | <para>The <application>Lynx</application> package contains
|
---|
136 | <command>lynx</command>.</para>
|
---|
137 |
|
---|
138 | </sect2>
|
---|
139 |
|
---|
140 | <sect2><title>Description</title>
|
---|
141 |
|
---|
142 | <sect3><title>lynx</title>
|
---|
143 | <para><command>lynx</command> is a general purpose, text-based, distributed
|
---|
144 | information browser for the World Wide Web.</para></sect3>
|
---|
145 |
|
---|
146 | </sect2>
|
---|
147 |
|
---|
148 | </sect1>
|
---|