source: basicnet/textweb/lynx.xml@ 061ec9d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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
Last change on this file since 061ec9d was 061ec9d, checked in by Randy McMurchy <randy@…>, 18 years ago

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #1

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

  • Property mode set to 100644
File size: 7.0 KB
Line 
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 "25 MB">
12 <!ENTITY lynx-time "0.5 SBU">
13]>
14
15<sect1 id="lynx" xreflabel="Lynx-&lynx-version;">
16 <?dbhtml filename="lynx.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">lynx&lynx-version;.tar</keyword>
23 <keyword role="ftpdir">lynx</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>Lynx-&lynx-version;</title>
28
29 <indexterm zone="lynx">
30 <primary sortas="a-Lynx">Lynx</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Lynx</title>
35
36 <para><application>Lynx</application> is a text based web browser.</para>
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&lynx-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&lynx-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &lynx-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &lynx-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &lynx-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &lynx-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">Lynx Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Optional</bridgehead>
63 <para role="optional"><xref linkend="openssl"/> or
64 <ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink> (which
65 needs <ulink
66 url="ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/">libgpg-error</ulink>
67 then <ulink url="ftp://ftp.gnupg.org/gcrypt/libgcrypt/">libgcrypt</ulink>),
68 <ulink url="../server/mail.html">MTA</ulink>,
69 <xref linkend="zip"/>, <xref linkend="unzip"/>,
70 <xref linkend="slang"/> and
71 <!-- <ulink
72 url="http://ftp.ibiblio.org/pub/linux/utils/compress/ncompress-4.2.4.tar.Z">
73 ncompress</ulink> and -->
74 <ulink url="http://www.gnu.org/software/sharutils/">sharutils</ulink></para>
75
76 <para condition="html" role="usernotes">User Notes:
77 <ulink url="&blfs-wiki;/lynx"/></para>
78
79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of Lynx</title>
83
84 <para>Install <application>Lynx</application> by running the following
85 commands:</para>
86
87<screen><userinput>./configure --prefix=/usr --libdir=/etc \
88 --with-zlib --with-bzlib &amp;&amp;
89make</userinput></screen>
90
91 <para>This package does not come with a test suite.</para>
92
93 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
94
95<screen role='root'><userinput>make docdir=/usr/share/doc/lynx-&lynx-version;/doc \
96 helpdir=/usr/share/doc/lynx-&lynx-version;/help install-full &amp;&amp;
97chgrp -v -R root /usr/share/doc/lynx-&lynx-version;/doc</userinput></screen>
98
99 </sect2>
100
101 <sect2 role="commands">
102 <title>Command Explanations</title>
103
104 <para><parameter>--libdir=/etc</parameter>: For some reason, the
105 <command>configure</command> and <command>make</command> routine for
106 <application>Lynx</application> uses <option>libdir</option> as the prefix
107 for the configuration file. This is set to
108 <filename class="directory">/etc</filename> so that the system wide
109 configuration file is <filename>/etc/lynx.cfg</filename>.</para>
110
111 <para><parameter>--with-zlib</parameter>: This enables support for
112 linking <filename class="libraryfile">libz</filename> into
113 <application>Lynx</application>.</para>
114
115 <para><parameter>--with-bzlib</parameter>: This enables support for
116 linking <filename class="libraryfile">libbz2</filename> into
117 <application>Lynx</application>.</para>
118
119 <para><parameter>docdir=... helpdir=...</parameter>: These
120 variables are set to avoid getting the help and documentation files
121 installed under <filename class="directory">/etc</filename>.</para>
122
123 <para><parameter>install-full</parameter>: In addition to the standard
124 installation, this target installs the documentation and the help
125 files.</para>
126
127 <para><option>--with-ssl</option>: This enables support for
128 linking SSL into <application>Lynx</application>.</para>
129
130 <para><option>--with-gnutls</option>: This enables support for
131 linking <application>GnuTLS</application> into
132 <application>Lynx</application>.</para>
133
134 <para><command>chgrp -v -R root
135 /usr/share/doc/lynx-&lynx-version;/doc</command>:
136 This command corrects the improper group ownership of installed
137 documentation files caused if <application>Lynx</application> is built
138 by any user other than
139 <systemitem class="username">root</systemitem>.</para>
140
141 <note>
142 <para>There has been a security vulnerability identified if you enable
143 support for CGI links by passing the <option>--enable-cgi-links</option>
144 parameter to <command>configure</command>. See <ulink
145 url="http://seclists.org/lists/vulnwatch/2005/Oct-Dec/0041.html"/> for
146 details.</para>
147 </note>
148
149 </sect2>
150
151 <sect2 role="configuration">
152 <title>Configuring Lynx</title>
153
154 <sect3 id="lynx-config">
155 <title>Config Files</title>
156
157 <para><filename>/etc/lynx.cfg</filename></para>
158
159 <indexterm zone="lynx lynx-config">
160 <primary sortas="e-etc-lynx.cfg">/etc/lynx.cfg</primary>
161 </indexterm>
162
163 </sect3>
164
165 <sect3>
166 <title>Configuration Information</title>
167
168 <para>Various settings such as proxies can be set in the system-wide
169 <filename>lynx.cfg</filename> file found in
170 <filename class="directory">/etc</filename>.</para>
171
172 </sect3>
173
174 </sect2>
175
176 <sect2 role="content">
177 <title>Contents</title>
178
179 <segmentedlist>
180 <segtitle>Installed Program</segtitle>
181 <segtitle>Installed Libraries</segtitle>
182 <segtitle>Installed Directory</segtitle>
183
184 <seglistitem>
185 <seg>lynx</seg>
186 <seg>None</seg>
187 <seg>/usr/share/doc/lynx-&lynx-version;</seg>
188 </seglistitem>
189 </segmentedlist>
190
191 <variablelist>
192 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
193 <?dbfo list-presentation="list"?>
194 <?dbhtml list-presentation="table"?>
195
196 <varlistentry id="lynx-prog">
197 <term><command>lynx</command></term>
198 <listitem>
199 <para>is a general purpose, text-based, distributed information
200 browser for the World Wide Web.</para>
201 <indexterm zone="lynx lynx-prog">
202 <primary sortas="b-lynx">lynx</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 </variablelist>
208
209 </sect2>
210
211</sect1>
Note: See TracBrowser for help on using the repository browser.