source: basicnet/textweb/lynx.xml@ 76d61ba

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 76d61ba was 76d61ba, checked in by Dan Nichilson <dnicholson@…>, 18 years ago

Tab to space conversions

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

  • Property mode set to 100644
File size: 6.9 KB
RevLine 
[773c358]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[773c358]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">
[4a9b381]8 <!ENTITY lynx-download-ftp "ftp://lynx.isc.org/lynx&lynx-version;/lynx&lynx-version;.tar.bz2">
[563441f]9 <!ENTITY lynx-md5sum "d1e5134e5d175f913c16cb6768bc30eb">
[c0c53745]10 <!ENTITY lynx-size "2.2 MB">
[520d0fe]11 <!ENTITY lynx-buildsize "25 MB">
[d6f100c]12 <!ENTITY lynx-time "0.5 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
[f9a9bb3e]34 <bridgehead renderas="sect3">Package Information</bridgehead>
35 <itemizedlist spacing="compact">
36 <listitem>
37 <para>Download (HTTP): <ulink url="&lynx-download-http;"/></para>
38 </listitem>
39 <listitem>
40 <para>Download (FTP): <ulink url="&lynx-download-ftp;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download MD5 sum: &lynx-md5sum;</para>
44 </listitem>
45 <listitem>
46 <para>Download size: &lynx-size;</para>
47 </listitem>
48 <listitem>
49 <para>Estimated disk space required: &lynx-buildsize;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated build time: &lynx-time;</para>
53 </listitem>
54 </itemizedlist>
[50b8d8b]55
[f9a9bb3e]56 <bridgehead renderas="sect3">Lynx Dependencies</bridgehead>
[50b8d8b]57
[f9a9bb3e]58 <bridgehead renderas="sect4">Optional</bridgehead>
[4dbbf634]59 <para role="optional"><xref linkend="openssl"/> or
[f9a9bb3e]60 <ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink> (which
61 needs <ulink
[50b8d8b]62 url="ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/">libgpg-error</ulink>
[1065a91]63 then <ulink url="ftp://ftp.gnupg.org/gcrypt/libgcrypt/">libgcrypt</ulink>),
[7f5c97e]64 an <xref linkend="server-mail"/>,
[1065a91]65 <xref linkend="zip"/>, <xref linkend="unzip"/>,
[67ca8f6]66 <xref linkend="slang"/> and
67 <!-- <ulink
[f9a9bb3e]68 url="http://ftp.ibiblio.org/pub/linux/utils/compress/ncompress-4.2.4.tar.Z">
[67ca8f6]69 ncompress</ulink> and -->
[f9a9bb3e]70 <ulink url="http://www.gnu.org/software/sharutils/">sharutils</ulink></para>
[50b8d8b]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
83<screen><userinput>./configure --prefix=/usr --libdir=/etc \
[f72c5ad]84 --with-zlib --with-bzlib &amp;&amp;
[f9a9bb3e]85make</userinput></screen>
[50b8d8b]86
[d6f100c]87 <para>This package does not come with a test suite.</para>
88
[f9a9bb3e]89 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[520d0fe]90
[1ca3642]91<screen role='root'><userinput>make docdir=/usr/share/doc/lynx-&lynx-version;/doc \
92 helpdir=/usr/share/doc/lynx-&lynx-version;/help install-full &amp;&amp;
[d6f100c]93chgrp -v -R root /usr/share/doc/lynx-&lynx-version;/doc</userinput></screen>
[50b8d8b]94
[f9a9bb3e]95 </sect2>
[50b8d8b]96
[f9a9bb3e]97 <sect2 role="commands">
98 <title>Command Explanations</title>
[50b8d8b]99
[f9a9bb3e]100 <para><parameter>--libdir=/etc</parameter>: For some reason, the
[1065a91]101 <command>configure</command> and <command>make</command> routine for
[67ca8f6]102 <application>Lynx</application> uses <option>libdir</option> as the prefix
103 for the configuration file. This is set to
104 <filename class="directory">/etc</filename> so that the system wide
105 configuration file is <filename>/etc/lynx.cfg</filename>.</para>
[50b8d8b]106
[f9a9bb3e]107 <para><parameter>--with-zlib</parameter>: This enables support for
[1065a91]108 linking <filename class="libraryfile">libz</filename> into
[f9a9bb3e]109 <application>Lynx</application>.</para>
[50b8d8b]110
[f9a9bb3e]111 <para><parameter>--with-bzlib</parameter>: This enables support for
[1065a91]112 linking <filename class="libraryfile">libbz2</filename> into
[f9a9bb3e]113 <application>Lynx</application>.</para>
[50b8d8b]114
[f9a9bb3e]115 <para><parameter>docdir=... helpdir=...</parameter>: These
[67ca8f6]116 variables are set to avoid getting the help and documentation files
117 installed under <filename class="directory">/etc</filename>.</para>
[50b8d8b]118
[76d61ba]119 <para><parameter>install-full</parameter>: In addition to the standard
120 installation, this target installs the documentation and the help
121 files.</para>
[1ca3642]122
[f9a9bb3e]123 <para><option>--with-ssl</option>: This enables support for
[4edfbea9]124 linking SSL into <application>Lynx</application>.</para>
[50b8d8b]125
[f9a9bb3e]126 <para><option>--with-gnutls</option>: This enables support for
[1065a91]127 linking <application>GnuTLS</application> into
[f9a9bb3e]128 <application>Lynx</application>.</para>
[50b8d8b]129
[823b1a3]130 <para><command>chgrp -v -R root
[d6f100c]131 /usr/share/doc/lynx-&lynx-version;/doc</command>:
[67ca8f6]132 This command corrects the improper group ownership of installed
133 documentation files caused if <application>Lynx</application> is built
134 by any user other than
135 <systemitem class="username">root</systemitem>.</para>
136
137 <note>
138 <para>There has been a security vulnerability identified if you enable
139 support for CGI links by passing the <option>--enable-cgi-links</option>
140 parameter to <command>configure</command>. See <ulink
141 url="http://seclists.org/lists/vulnwatch/2005/Oct-Dec/0041.html"/> for
142 details.</para>
143 </note>
[bccbdaea]144
[f9a9bb3e]145 </sect2>
[50b8d8b]146
[f9a9bb3e]147 <sect2 role="configuration">
148 <title>Configuring Lynx</title>
149
150 <sect3 id="lynx-config">
151 <title>Config Files</title>
[50b8d8b]152
[f9a9bb3e]153 <para><filename>/etc/lynx.cfg</filename></para>
[50b8d8b]154
[f9a9bb3e]155 <indexterm zone="lynx lynx-config">
156 <primary sortas="e-etc-lynx.cfg">/etc/lynx.cfg</primary>
157 </indexterm>
[50b8d8b]158
[f9a9bb3e]159 </sect3>
[50b8d8b]160
[f9a9bb3e]161 <sect3>
162 <title>Configuration Information</title>
[50b8d8b]163
[f9a9bb3e]164 <para>Various settings such as proxies can be set in the system-wide
[1065a91]165 <filename>lynx.cfg</filename> file found in
[f9a9bb3e]166 <filename class="directory">/etc</filename>.</para>
[50b8d8b]167
[f9a9bb3e]168 </sect3>
[50b8d8b]169
[f9a9bb3e]170 </sect2>
[50b8d8b]171
[f9a9bb3e]172 <sect2 role="content">
173 <title>Contents</title>
174
175 <segmentedlist>
176 <segtitle>Installed Program</segtitle>
177 <segtitle>Installed Libraries</segtitle>
178 <segtitle>Installed Directory</segtitle>
[50b8d8b]179
[f9a9bb3e]180 <seglistitem>
181 <seg>lynx</seg>
182 <seg>None</seg>
[d6f100c]183 <seg>/usr/share/doc/lynx-&lynx-version;</seg>
[f9a9bb3e]184 </seglistitem>
185 </segmentedlist>
[50b8d8b]186
[f9a9bb3e]187 <variablelist>
188 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
189 <?dbfo list-presentation="list"?>
190 <?dbhtml list-presentation="table"?>
[50b8d8b]191
[f9a9bb3e]192 <varlistentry id="lynx-prog">
193 <term><command>lynx</command></term>
194 <listitem>
[1065a91]195 <para>is a general purpose, text-based, distributed information
[f9a9bb3e]196 browser for the World Wide Web.</para>
197 <indexterm zone="lynx lynx-prog">
198 <primary sortas="b-lynx">lynx</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
[50b8d8b]202
[f9a9bb3e]203 </variablelist>
204
205 </sect2>
[f45b1953]206
207</sect1>
Note: See TracBrowser for help on using the repository browser.