Changeset fcf5308 for basicnet/textweb


Ignore:
Timestamp:
09/19/2003 03:51:58 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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/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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
91c2c77d
Parents:
453b6a9
Message:

update lynx intro

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

Location:
basicnet/textweb/lynx
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • basicnet/textweb/lynx/lynx-config.xml

    r453b6a9 rfcf5308  
    11<sect2>
    2 <title>Configuring lynx</title>
     2<title>Configuring <application>lynx</application></title>
    33
    44<sect3><title>Config files</title>
  • basicnet/textweb/lynx/lynx-desc.xml

    r453b6a9 rfcf5308  
    22<title>Contents</title>
    33
    4 <para>The lynx package contains <userinput>lynx</userinput>.</para>
     4<para>The <application>lynx</application> package contains <command>lynx
     5</command>.</para>
    56
    67</sect2>
     
    910
    1011<sect3><title>lynx</title>
    11 <para>lynx is a general purpose, text-based, distributed information browser
    12 for the World Wide Web.</para></sect3>
     12<para><command>lynx</command> is a general purpose, text-based, distributed
     13information browser for the World Wide Web.</para></sect3>
    1314
    1415</sect2>
  • basicnet/textweb/lynx/lynx-exp.xml

    r453b6a9 rfcf5308  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--libdir=/etc</userinput> : For some reason, the
     4<para><command>--libdir=/etc</command> : For some reason, the
    55configure 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 wide
    7 configuration file is <filename>/etc/lynx.cfg</filename>.</para>
     6configuration file.  We set this to <filename>/etc</filename> so that the
     7system wide configuration file is <filename>/etc/lynx.cfg</filename>.</para>
    88
    9 <para><userinput>--with-ssl</userinput> : This enables support for
    10 linking SSL into lynx.</para>
     9<para><command>--with-ssl</command> : This enables support for
     10linking <acronym>SSL</acronym> into <application>lynx</application>.</para>
    1111
    12 <para><userinput>--with-zlib</userinput> : This enables support for
    13 linking zlib into lynx.</para>
     12<para><command>--with-zlib</command> : This enables support for
     13linking <application>zlib</application> into <application>lynx</application>.</para>
    1414
    15 <para><userinput>DOCDIR=... HELPDIR=...</userinput> : We set these
     15<para><command>DOCDIR=... HELPDIR=...</command> : We set these
    1616variables to avoid getting the help and documentation files installed
    1717under <filename>/etc</filename>.</para>
    1818
    19 <para><userinput>sed... mv /etc/lynx.bak /etc/lynx.cfg</userinput> : This
    20 sed command changes the <filename>/etc/lynx.cfg</filename> file so it looks for the help
    21 files 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>
     21file so it looks for the help files in the correct place.</para>
    2222
    2323</sect2>
  • basicnet/textweb/lynx/lynx-inst.xml

    r453b6a9 rfcf5308  
    11<sect2>
    2 <title>Installation of lynx</title>
     2<title>Installation of <application>lynx</application></title>
    33
    4 <para>Install lynx by running the following commands.</para>
     4<para>Install <application>lynx</application> by running the following commands.
     5</para>
    56
    6 <para><screen><userinput>./configure --prefix=/usr --libdir=/etc --with-ssl --with-zlib &amp;&amp;
     7<screen><userinput><command>./configure --prefix=/usr --libdir=/etc --with-ssl --with-zlib &amp;&amp;
    78make &amp;&amp;
    89make install &amp;&amp;
     
    1314sed s/"t\/etc"/"t\/usr\/share\/doc\/lynx\-2\.8\.4"/ \
    1415&nbsp;&nbsp;&nbsp;/etc/lynx.cfg &gt; /etc/lynx.bak &amp;&amp;
    15 mv /etc/lynx.bak /etc/lynx.cfg</userinput></screen></para>
     16mv /etc/lynx.bak /etc/lynx.cfg</command></userinput></screen>
    1617
    1718</sect2>
  • basicnet/textweb/lynx/lynx-intro.xml

    r453b6a9 rfcf5308  
    11<sect2>
    2 <title>Introduction to lynx</title>
     2<title>Introduction to <application>lynx</application></title>
    33
    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>
    95
    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
     9url="&lynx-download-http;"/></para></listitem>
     10<listitem><para>Download (FTP): <ulink
     11url="&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>
    1118
    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
    1424
    1525</sect2>
Note: See TracChangeset for help on using the changeset viewer.