Changeset 03cbf55 for basicnet/textweb


Ignore:
Timestamp:
04/06/2003 05:54:24 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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d306467
Parents:
d10f793
Message:

more edits....

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

Location:
basicnet/textweb
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • basicnet/textweb/links/links-desc.xml

    rd10f793 r03cbf55  
    22<title>Contents</title>
    33
    4 <para>The links package contains <userinput>links</userinput></para>
     4<para>The links package contains <userinput>links</userinput>.</para>
    55
    66</sect2>
     
    99
    1010<sect3><title>links</title>
    11 <para>links is a lynx-like alternative character mode WWW browser</para></sect3>
     11<para>links is a lynx-like alternative character mode WWW browser.</para></sect3>
    1212
    1313</sect2>
  • basicnet/textweb/links/links-intro.xml

    rd10f793 r03cbf55  
    1010<para>Links is a text-based, frame friendly,  WWW browser.</para>
    1111
    12 <screen>Links can use <xref linkend="openssl"></xref> and <xref linkend="gpm"></xref>.
    13 OpenSSL is needed in order to access HTTPS (i.e. secure) websites and so it is highly recommended that it is used.
    14 GPM provides console mouse support to links.</screen>
     12<screen>Links will utilize:
     13<xref linkend="openssl"></xref> and <xref linkend="gpm"></xref></screen>
    1514
    1615</sect2>
  • basicnet/textweb/lynx/lynx-config.xml

    rd10f793 r03cbf55  
    99
    1010<para>Various settings such as proxies can be set in the system-wide
    11 lynx.cfg file found in /etc</para>
     11lynx.cfg file found in /etc.</para>
    1212</sect3>
    1313
  • basicnet/textweb/lynx/lynx-desc.xml

    rd10f793 r03cbf55  
    22<title>Contents</title>
    33
    4 <para>The lynx package contains <userinput>lynx</userinput></para>
     4<para>The lynx package contains <userinput>lynx</userinput>.</para>
    55
    66</sect2>
  • basicnet/textweb/lynx/lynx-exp.xml

    rd10f793 r03cbf55  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--libdir=/etc :</userinput> For some reason, the
     4<para><userinput>--libdir=/etc</userinput> : For some reason, the
    55configure and make routine for lynx uses libdir as the prefix for the
    66configuration file.  We set this to /etc so that the system wide
    77configuration file is <userinput>/etc/lynx.cfg</userinput>.</para>
    88
    9 <para><userinput>--with-ssl :</userinput> This enables support for
     9<para><userinput>--with-ssl</userinput> : This enables support for
    1010linking SSL into lynx.</para>
    1111
    12 <para><userinput>--with-zlib :</userinput> This enables support for
     12<para><userinput>--with-zlib</userinput> : This enables support for
    1313linking zlib into lynx.</para>
    1414
    15 <para><userinput>DOCDIR=... HELPDIR=... :</userinput> We set these
     15<para><userinput>DOCDIR=... HELPDIR=...</userinput> : We set these
    1616variables to avoid getting the help and documentation files installed
    1717under /etc.</para>
    1818
    19 <para><userinput>sed... mv /etc/lynx.bak /etc/lynx.cfg :</userinput> This
     19<para><userinput>sed... mv /etc/lynx.bak /etc/lynx.cfg</userinput> : This
    2020sed command changes the /etc/lynx.cfg file so it looks for the help
    2121files in the correct place.</para>
  • basicnet/textweb/lynx/lynx-intro.xml

    rd10f793 r03cbf55  
    1010<para>Lynx is a text based web browser.</para>
    1111
    12 <screen>lynx can use <xref linkend="openssl"></xref>. 
    13 OpenSSL is needed in order to access HTTPS (i.e. secure) websites and so it
    14 is highly recommended that it is used.</screen>
     12<screen>lynx depends on:
     13<xref linkend="openssl"></xref></screen>
    1514
    1615</sect2>
  • basicnet/textweb/w3m/w3m-exp.xml

    rd10f793 r03cbf55  
    22<title>Command explanations</title>
    33
    4 <para><userinput>./configure -yes :</userinput> Set all parameters to
     4<para><userinput>./configure -yes</userinput> : Set all parameters to
    55their default values.</para>
    66
    7 <para><userinput>-lang=en :</userinput> Set the default language to
     7<para><userinput>-lang=en</userinput> : Set the default language to
    88English.</para>
    99
    10 <para><userinput>-model=monster :</userinput> This sets the build model
     10<para><userinput>-model=monster</userinput> : This sets the build model
    1111to monster. Alternative build models are discussed above.</para>
    1212
Note: See TracChangeset for help on using the changeset viewer.