source: networking/textweb/lynx.xml@ 68d01360

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 68d01360 was ab2d4d1e, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Move lvm executables to /sbin, library to /lib

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

  • Property mode set to 100644
File size: 9.6 KB
RevLine 
[773c358]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[773c358]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[e6c872e]7 <!ENTITY lynx-download-http "http://lynx.isc.org/current/lynx&lynx-version;.tar.bz2">
8 <!ENTITY lynx-download-ftp "ftp://lynx.isc.org/current/lynx&lynx-version;.tar.bz2">
[f42801c]9 <!ENTITY lynx-md5sum "1c9ef3746520c69914b461f88de6b12e">
10 <!ENTITY lynx-size "2.4 MB">
11 <!ENTITY lynx-buildsize "26 MB">
12 <!ENTITY lynx-time "0.4 SBU">
[773c358]13]>
14
[377584f]15<sect1 id="lynx" xreflabel="Lynx-&lynx-version;">
[f9a9bb3e]16 <?dbhtml filename="lynx.html"?>
[50b8d8b]17
[f9a9bb3e]18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
[50b8d8b]22
[f9a9bb3e]23 <title>Lynx-&lynx-version;</title>
[50b8d8b]24
[f9a9bb3e]25 <indexterm zone="lynx">
26 <primary sortas="a-Lynx">Lynx</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Lynx</title>
[50b8d8b]31
[f9a9bb3e]32 <para><application>Lynx</application> is a text based web browser.</para>
[50b8d8b]33
[f42801c]34 &lfs70_checked;
[bc40324]35
[f9a9bb3e]36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&lynx-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&lynx-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &lynx-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &lynx-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &lynx-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &lynx-time;</para>
55 </listitem>
56 </itemizedlist>
[50b8d8b]57
[f9a9bb3e]58 <bridgehead renderas="sect3">Lynx Dependencies</bridgehead>
[50b8d8b]59
[f9a9bb3e]60 <bridgehead renderas="sect4">Optional</bridgehead>
[f42801c]61 <para role="optional">
62 <xref linkend="openssl"/> or
63 <xref linkend="gnutls"/> (experimental),
64 <xref linkend="zip"/>,
65 <xref linkend="unzip"/>,
66 an <xref linkend="server-mail"/> (that provides a <command>sendmail</command> command), and
67 <xref linkend='sharutils'/> (for a <command>uudecode</command> program)
68 </para>
[50b8d8b]69
[c22b9f4]70<!-- Attempt to utilize S-Lang (- -with-screen=slang) leads to a build failure -->
71
[061ec9d]72 <para condition="html" role="usernotes">User Notes:
[6c42d4e]73 <ulink url="&blfs-wiki;/Lynx"/></para>
[061ec9d]74
[f9a9bb3e]75 </sect2>
[50b8d8b]76
[f9a9bb3e]77 <sect2 role="installation">
78 <title>Installation of Lynx</title>
79
[1065a91]80 <para>Install <application>Lynx</application> by running the following
[f9a9bb3e]81 commands:</para>
82
[ab2d4d1e]83<screen><userinput>./configure --prefix=/usr \
[597caf43]84 --sysconfdir=/etc/lynx \
85 --datadir=/usr/share/doc/lynx-&lynx-version; \
[f42801c]86 --with-zlib \
87 --with-bzlib \
[c22b9f4]88 --with-screen=ncursesw \
89 --enable-locale-charset &amp;&amp;
[f9a9bb3e]90make</userinput></screen>
[50b8d8b]91
[d6f100c]92 <para>This package does not come with a test suite.</para>
93
[f9a9bb3e]94 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[520d0fe]95
[597caf43]96<screen role='root'><userinput>make install-full &amp;&amp;
97chgrp -v -R root /usr/share/doc/lynx-&lynx-version;/lynx_doc</userinput></screen>
[50b8d8b]98
[f9a9bb3e]99 </sect2>
[50b8d8b]100
[f9a9bb3e]101 <sect2 role="commands">
102 <title>Command Explanations</title>
[50b8d8b]103
[597caf43]104 <para><parameter>--sysconfdir=/etc/lynx</parameter>: This parameter is
105 used so that the configuration files are located in
106 <filename class="directory">/etc/lynx</filename> instead of
107 <filename class="directory">/usr/etc</filename>.</para>
108
109 <para><parameter>--datadir=/usr/share/doc/lynx-&lynx-version;</parameter>:
110 This parameter is used so that the documentation files are installed into
111 <filename class="directory">/usr/share/doc/lynx-&lynx-version;</filename>
112 instead of
113 <filename class="directory">/usr/share/lynx_{doc,help}</filename>.</para>
[50b8d8b]114
[f9a9bb3e]115 <para><parameter>--with-zlib</parameter>: This enables support for
[1065a91]116 linking <filename class="libraryfile">libz</filename> into
[f9a9bb3e]117 <application>Lynx</application>.</para>
[50b8d8b]118
[f9a9bb3e]119 <para><parameter>--with-bzlib</parameter>: This enables support for
[1065a91]120 linking <filename class="libraryfile">libbz2</filename> into
[f9a9bb3e]121 <application>Lynx</application>.</para>
[50b8d8b]122
[c22b9f4]123 <para><parameter>--with-screen=ncursesw</parameter>: This switch enables
124 the use of advanced wide-character support present in the system
125 <application>NCurses</application> library. This is needed for
126 proper display of characters and line wrapping in multibyte locales.</para>
[29f80ebc]127
[c22b9f4]128 <para><parameter>--enable-locale-charset</parameter>: This switch allows
129 <application>Lynx</application> to deduce the proper character encoding
130 for terminal output from the current locale.
[32d0e29]131 A configuration step is still needed (see below), but
[c22b9f4]132 unlike the situation without this switch, the configuration step becomes
[32d0e29]133 the same for all users (without the switch one must specify the
134 display character set explicitly). This is important for environments such
[c22b9f4]135 as a LiveCD, where the amount of system-specific configuration steps has
136 to be reduced to the minimum.</para>
137
138 <para><parameter>--enable-nls</parameter>: This switch allows
139 <application>Lynx</application> to print translated messages (such as
140 questions about cookies and SSL certificates).</para>
141
[f9a9bb3e]142 <para><option>--with-ssl</option>: This enables support for
[4edfbea9]143 linking SSL into <application>Lynx</application>.</para>
[50b8d8b]144
[597caf43]145 <para><option>--with-gnutls</option>: This enables experimental support
146 for linking <application>GnuTLS</application> into
[f9a9bb3e]147 <application>Lynx</application>.</para>
[50b8d8b]148
[597caf43]149 <para><command>make install-full</command>: In addition to the standard
150 installation, this target installs the documentation and help files.</para>
151
[823b1a3]152 <para><command>chgrp -v -R root
[597caf43]153 /usr/share/doc/lynx-&lynx-version;/lynx_doc</command>:
[67ca8f6]154 This command corrects the improper group ownership of installed
[32d0e29]155 documentation files.</para>
[67ca8f6]156
[597caf43]157 <!-- This was fixed in the 2.8.6 release, though it still could
158 be considered an issue by some
[67ca8f6]159 <note>
160 <para>There has been a security vulnerability identified if you enable
[597caf43]161 support for CGI links by passing the <option>-enable-cgi-links</option>
[67ca8f6]162 parameter to <command>configure</command>. See <ulink
163 url="http://seclists.org/lists/vulnwatch/2005/Oct-Dec/0041.html"/> for
164 details.</para>
165 </note>
[597caf43]166 -->
[bccbdaea]167
[f9a9bb3e]168 </sect2>
[50b8d8b]169
[f9a9bb3e]170 <sect2 role="configuration">
171 <title>Configuring Lynx</title>
172
173 <sect3 id="lynx-config">
174 <title>Config Files</title>
[50b8d8b]175
[597caf43]176 <para><filename>/etc/lynx/lynx.cfg</filename></para>
[50b8d8b]177
[f9a9bb3e]178 <indexterm zone="lynx lynx-config">
[597caf43]179 <primary sortas="e-etc-lynx-lynx.cfg">/etc/lynx/lynx.cfg</primary>
[f9a9bb3e]180 </indexterm>
[50b8d8b]181
[f9a9bb3e]182 </sect3>
[50b8d8b]183
[f9a9bb3e]184 <sect3>
185 <title>Configuration Information</title>
[50b8d8b]186
[c22b9f4]187 <para>The proper way to get the display character set is to examine the
188 current locale. However, <application>Lynx</application> does not do
189 this by default. Change this setting:</para>
190
191<screen><userinput>sed -i 's/#\(LOCALE_CHARSET\):FALSE/\1:TRUE/' /etc/lynx/lynx.cfg</userinput></screen>
192
[d37f788]193 <para>The built-in editor in <application>Lynx</application>
194 <xref linkend="locale-wrong-multibyte-characters"/>. This issue manifests
195 itself in multibyte locales, e.g., as the Backspace key not erasing
196 non-ASCII characters properly, and as incorrect data being sent to the
197 network when one edits the contents of text areas. The only solution
198 to this problem is to configure <application>Lynx</application> to
199 use an external editor (bound to the <quote>Ctrl+X e</quote> key
200 combination by default):</para>
201<screen><userinput>sed -i 's/#\(DEFAULT_EDITOR\):/\1:vi/' /etc/lynx/lynx.cfg</userinput></screen>
202
203 <para><application>Lynx</application> handles the following values of
204 the DEFAULT_EDITOR option specially by adding cursor-positioning
205 arguments: <quote>emacs</quote>, <quote>jed</quote>,
206 <quote>jmacs</quote>, <quote>joe</quote>, <quote>jove</quote>,
[bc40324]207 <quote>jpico</quote>, <quote>jstar</quote>, <quote>nano</quote>,
208 <quote>pico</quote>, <quote>rjoe</quote>, <quote>vi</quote> (but not
[a41f643]209 <quote>vim</quote>: in order to position the cursor in
[bc40324]210 <xref linkend="vim"/>, set this option to <quote>vi</quote>).</para>
[d37f788]211
212 <para>By default, <application>Lynx</application> doesn't save cookies
213 between sessions. Change this setting:</para>
214<screen><userinput>sed -i 's/#\(PERSISTENT_COOKIES\):FALSE/\1:TRUE/' /etc/lynx/lynx.cfg</userinput></screen>
215
[c22b9f4]216 <para>Many other system-wide settings such as proxies can also be set
217 in the <filename>/etc/lynx/lynx.cfg</filename> file.</para>
[50b8d8b]218
[f9a9bb3e]219 </sect3>
[50b8d8b]220
[f9a9bb3e]221 </sect2>
[50b8d8b]222
[f9a9bb3e]223 <sect2 role="content">
224 <title>Contents</title>
225
226 <segmentedlist>
227 <segtitle>Installed Program</segtitle>
228 <segtitle>Installed Libraries</segtitle>
[597caf43]229 <segtitle>Installed Directories</segtitle>
[50b8d8b]230
[f9a9bb3e]231 <seglistitem>
232 <seg>lynx</seg>
233 <seg>None</seg>
[597caf43]234 <seg>/etc/lynx and /usr/share/doc/lynx-&lynx-version;</seg>
[f9a9bb3e]235 </seglistitem>
236 </segmentedlist>
[50b8d8b]237
[f9a9bb3e]238 <variablelist>
239 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
240 <?dbfo list-presentation="list"?>
241 <?dbhtml list-presentation="table"?>
[50b8d8b]242
[f9a9bb3e]243 <varlistentry id="lynx-prog">
244 <term><command>lynx</command></term>
245 <listitem>
[1065a91]246 <para>is a general purpose, text-based, distributed information
[f9a9bb3e]247 browser for the World Wide Web.</para>
248 <indexterm zone="lynx lynx-prog">
249 <primary sortas="b-lynx">lynx</primary>
250 </indexterm>
251 </listitem>
252 </varlistentry>
[50b8d8b]253
[f9a9bb3e]254 </variablelist>
255
256 </sect2>
[f45b1953]257
258</sect1>
Note: See TracBrowser for help on using the repository browser.