source: basicnet/textweb/lynx.xml@ ff769b8c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.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 ff769b8c was ff769b8c, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Updated the XML sources to use DocBook XML DTD-4.4.

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

  • Property mode set to 100644
File size: 5.1 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 "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
31url="&lynx-download-http;"/></para></listitem>
32<listitem><para>Download (FTP): <ulink
33url="&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
46needs <ulink
47url="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
50url="ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/opencdk/">opencdk</ulink>,
51in that order), <ulink url="../server/mail.html">MTA</ulink>,
52<xref linkend="zip"/>, <xref linkend="unzip"/>,
53<xref linkend="slang"/>, <ulink
54url="http://ftp.ibiblio.org/pub/linux/utils/compress/ncompress-4.2.4.tar.Z">
55ncompress</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
66commands:</para>
67
68<screen><userinput><command>./configure --prefix=/usr --libdir=/etc \
69 --with-zlib --with-bzlib &amp;&amp;
70make &amp;&amp;
71make install &amp;&amp;
72make docdir=/usr/share/doc/lynx-&lynx-version;/lynx_doc \
73 helpdir=/usr/share/doc/lynx-&lynx-version;/lynx_help install-doc &amp;&amp;
74make docdir=/usr/share/doc/lynx-&lynx-version;/lynx_doc \
75 helpdir=/usr/share/doc/lynx-&lynx-version;/lynx_help install-help &amp;&amp;
76chgrp -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
86configuration file. This is set to <filename class="directory">/etc</filename>
87so 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
91linking <application>libz</application> into
92<application>Lynx</application>.</para>
93
94<para><option>--with-bzlib</option>: This enables support for
95linking <application>libbz2</application> into
96<application>Lynx</application>.</para>
97
98<para><parameter>docdir=... helpdir=...</parameter>: These
99variables are set to avoid getting the help and documentation files installed
100under <filename class="directory">/etc</filename>.</para>
101
102<para><option>--with-ssl</option>: This enables support for
103linking <acronym>SSL</acronym> into <application>Lynx</application>.</para>
104
105<para><option>--with-gnutls</option>: This enables support for
106linking <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>:
110This command corrects the improper group ownership of installed documentation
111files caused if <application>Lynx</application> is built by any user other
112than 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
144information browser for the World Wide Web.</para></sect3>
145
146</sect2>
147
148</sect1>
Note: See TracBrowser for help on using the repository browser.