Changeset fcf5308
- Timestamp:
- 09/19/2003 03:51:58 PM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 6.0, 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/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 91c2c77d
- Parents:
- 453b6a9
- Location:
- basicnet/textweb/lynx
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
basicnet/textweb/lynx/lynx-config.xml
r453b6a9 rfcf5308 1 1 <sect2> 2 <title>Configuring lynx</title>2 <title>Configuring <application>lynx</application></title> 3 3 4 4 <sect3><title>Config files</title> -
basicnet/textweb/lynx/lynx-desc.xml
r453b6a9 rfcf5308 2 2 <title>Contents</title> 3 3 4 <para>The lynx package contains <userinput>lynx</userinput>.</para> 4 <para>The <application>lynx</application> package contains <command>lynx 5 </command>.</para> 5 6 6 7 </sect2> … … 9 10 10 11 <sect3><title>lynx</title> 11 <para> lynx is a general purpose, text-based, distributed information browser12 for the World Wide Web.</para></sect3>12 <para><command>lynx</command> is a general purpose, text-based, distributed 13 information browser for the World Wide Web.</para></sect3> 13 14 14 15 </sect2> -
basicnet/textweb/lynx/lynx-exp.xml
r453b6a9 rfcf5308 2 2 <title>Command explanations</title> 3 3 4 <para>< userinput>--libdir=/etc</userinput> : For some reason, the4 <para><command>--libdir=/etc</command> : For some reason, the 5 5 configure and make routine for lynx uses libdir as the prefix for the 6 configuration file. We set this to <filename>/etc</filename> so that the system wide7 configuration file is <filename>/etc/lynx.cfg</filename>.</para>6 configuration file. We set this to <filename>/etc</filename> so that the 7 system wide configuration file is <filename>/etc/lynx.cfg</filename>.</para> 8 8 9 <para>< userinput>--with-ssl</userinput> : This enables support for10 linking SSL into lynx.</para>9 <para><command>--with-ssl</command> : This enables support for 10 linking <acronym>SSL</acronym> into <application>lynx</application>.</para> 11 11 12 <para>< userinput>--with-zlib</userinput> : This enables support for13 linking zlib into lynx.</para>12 <para><command>--with-zlib</command> : This enables support for 13 linking <application>zlib</application> into <application>lynx</application>.</para> 14 14 15 <para>< userinput>DOCDIR=... HELPDIR=...</userinput> : We set these15 <para><command>DOCDIR=... HELPDIR=...</command> : We set these 16 16 variables to avoid getting the help and documentation files installed 17 17 under <filename>/etc</filename>.</para> 18 18 19 <para>< userinput>sed... mv /etc/lynx.bak /etc/lynx.cfg</userinput> : This20 sed command changes the <filename>/etc/lynx.cfg</filename> file so it looks for the help 21 file s in the correct place.</para>19 <para><command>sed... mv /etc/lynx.bak /etc/lynx.cfg</command> : This 20 <command>sed</command> command changes the <filename>/etc/lynx.cfg</filename> 21 file so it looks for the help files in the correct place.</para> 22 22 23 23 </sect2> -
basicnet/textweb/lynx/lynx-inst.xml
r453b6a9 rfcf5308 1 1 <sect2> 2 <title>Installation of lynx</title>2 <title>Installation of <application>lynx</application></title> 3 3 4 <para>Install lynx by running the following commands.</para> 4 <para>Install <application>lynx</application> by running the following commands. 5 </para> 5 6 6 < para><screen><userinput>./configure --prefix=/usr --libdir=/etc --with-ssl --with-zlib &&7 <screen><userinput><command>./configure --prefix=/usr --libdir=/etc --with-ssl --with-zlib && 7 8 make && 8 9 make install && … … 13 14 sed s/"t\/etc"/"t\/usr\/share\/doc\/lynx\-2\.8\.4"/ \ 14 15 /etc/lynx.cfg > /etc/lynx.bak && 15 mv /etc/lynx.bak /etc/lynx.cfg</ userinput></screen></para>16 mv /etc/lynx.bak /etc/lynx.cfg</command></userinput></screen> 16 17 17 18 </sect2> -
basicnet/textweb/lynx/lynx-intro.xml
r453b6a9 rfcf5308 1 1 <sect2> 2 <title>Introduction to lynx</title>2 <title>Introduction to <application>lynx</application></title> 3 3 4 <screen>Download location (HTTP): <ulink url="&lynx-download-http;"/> 5 Download location (FTP): <ulink url="&lynx-download-ftp;"/> 6 Version used: &lynx-version; 7 Package size: &lynx-size; 8 Estimated Disk space required: &lynx-buildsize;</screen> 4 <para><application>Lynx</application> is a text based web browser.</para> 9 5 10 <para>Lynx is a text based web browser.</para> 6 <sect3><title>Package information</title> 7 <itemizedlist spacing='compact'> 8 <listitem><para>Download (HTTP): <ulink 9 url="&lynx-download-http;"/></para></listitem> 10 <listitem><para>Download (FTP): <ulink 11 url="&lynx-download-ftp;"/></para></listitem> 12 <listitem><para>Download size: &lynx-size;</para></listitem> 13 <listitem><para>Estimated Disk space required: 14 &lynx-buildsize;</para></listitem> 15 <listitem><para>Estimated build time: 16 &lynx-time;</para></listitem></itemizedlist> 17 </sect3> 11 18 12 <screen>lynx depends on: 13 <xref linkend="openssl"></xref></screen> 19 <sect3><title><application>lynx</application> dependencies</title> 20 <sect4><title>Required</title> 21 <para><xref linkend="openssl"/></para></sect4> 22 </sect3> 23 14 24 15 25 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.