Changeset 377584f


Ignore:
Timestamp:
09/23/2003 08:34:30 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:
95079c36
Parents:
178f7b4
Message:

added chapter intros 16, 18, 20

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

Files:
65 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/fetchmail/fetchmail-desc.xml

    r178f7b4 r377584f  
    1010
    1111<sect3><title>fetchmail</title>
    12 <para>When executed as a user this will source that users <filename>~/.fetchmailrc</filename> and download the appropriate mail.  When run as root ALL users
    13 who have a <filename>.fetchmailrc</filename> will have their mail downloaded
    14 and delivered accordingly.</para></sect3>
     12<para>When executed as a user, this will source that users
     13<filename>~/.fetchmailrc</filename> and download the appropriate mail.
     14When run as root, users who have a <filename>.fetchmailrc</filename> will have
     15their mail downloaded and delivered accordingly.</para></sect3>
    1516
    1617<sect3><title>fetchmailconf</title>
  • basicnet/mailnews/mailnews.xml

    r178f7b4 r377584f  
    22<?dbhtml filename="mailnews.html" dir="basicnet"?>
    33<title>Mail/News Clients</title>
     4
     5<para>Mail Clients help us retreive (Fetchmail), sort (Procmail), read and
     6compose responses (Nail, Mutt, Pine, Kmail, Balsa, Evolution, Mozilla) to
     7email.</para>
     8
     9<para>News clients also help us retreive, sort, read and compose
     10responses, but these messages travel through USENET (a worldwide
     11bulletin board system) using the Network News Transfer Protocol
     12(<acronym>NNTP</acronym>).</para>
    413
    514&nail;
  • basicnet/mailnews/mutt.xml

    r178f7b4 r377584f  
    1 <sect1 id="mutt" xreflabel="mutt-&mutt-version;">
     1<sect1 id="mutt" xreflabel="Mutt-&mutt-version;">
    22<?dbhtml filename="mutt.html" dir="basicnet"?>
    3 <title>mutt-&mutt-version;</title>
     3<title>Mutt-&mutt-version;</title>
    44
    55&mutt-intro;
  • basicnet/mailnews/mutt/mutt-config.xml

    r178f7b4 r377584f  
    11<sect2>
    2 <title>Configuring <application>mutt</application></title>
     2<title>Configuring <application>Mutt</application></title>
    33
    44<sect3><title>Config files</title>
     
    1111
    1212<para>No changes in these files are necessary to begin using
    13 <application>mutt</application>.  When you are ready to make changes, the
     13<application>Mutt</application>.  When you are ready to make changes, the
    1414man page for <filename>muttrc</filename> is a good starting place.</para>
    1515
  • basicnet/mailnews/mutt/mutt-desc.xml

    r178f7b4 r377584f  
    22<title>Contents</title>
    33
    4 <para>The <application>mutt</application> package contains <command>mutt</command>,
     4<para>The <application>Mutt</application> package contains <command>mutt</command>,
    55<command>flea</command>, <command>muttbug</command>,
    66<command>mutt_dotlock</command>, <command>pgpwrap</command> and <command>pgpring</command>.</para>
  • basicnet/mailnews/mutt/mutt-inst.xml

    r178f7b4 r377584f  
    11<sect2>
    2 <title>Installation of <application>mutt</application></title>
     2<title>Installation of <application>Mutt</application></title>
    33
    44<para><application>Mutt</application> requires a group named 'mail'.  You can
     
    1111<screen><userinput><command>chgrp mail /var/mail</command></userinput></screen></para>
    1212
    13 <para>Install <application>mutt</application> by running the following commands:</para>
     13<para>Install <application>Mutt</application> by running the following commands:</para>
    1414
    1515<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
  • basicnet/mailnews/mutt/mutt-intro.xml

    r178f7b4 r377584f  
    11<sect2>
    2 <title>Introduction to <application>mutt</application></title>
     2<title>Introduction to <application>Mutt</application></title>
    33
    4 <para>The <application>mutt</application> package contains a Mail User Agent. This is useful for reading, writing, replying, saving, and deleting your email.</para>
     4<para>The <application>Mutt</application> package contains a Mail User Agent. This is useful for reading, writing, replying, saving, and deleting your email.</para>
    55
    66<sect3><title>Package information</title>
     
    1616&mutt-time;</para></listitem></itemizedlist>
    1717</sect3>
    18 <sect3><title><application>mutt</application> dependencies</title>
     18<sect3><title><application>Mutt</application> dependencies</title>
    1919<sect4><title>Optional</title>
    2020<para><xref linkend="gnupg"/></para></sect4>
  • basicnet/mailnews/nail.xml

    r178f7b4 r377584f  
    1 <sect1 id="nail" xreflabel="nail-&nail-version;">
     1<sect1 id="nail" xreflabel="Nail-&nail-version;">
    22<?dbhtml filename="nail.html" dir="basicnet"?>
    3 <title>nail-&nail-version;</title>
     3<title>Nail-&nail-version;</title>
     4
    45
    56&nail-intro;
  • basicnet/mailnews/nail/nail-config.xml

    r178f7b4 r377584f  
    11<sect2>
    2 <title>Configuring Nail</title>
     2<title>Configuring <application>Nail</application></title>
    33
    44<sect3><title>Config files</title>
  • basicnet/mailnews/nail/nail-desc.xml

    r178f7b4 r377584f  
    11<sect2>
    22<title>Contents</title>
    3 <para>The <application>nail</application> package contains <command>nail</command>,
    4 a program compatible with mail command found on commercial UNIX versions.</para>
     3<para>The <application>Nail</application> package contains <command>nail
     4</command>, a program compatible with <command>mail</command> found on
     5commercial UNIX versions.</para>
    56</sect2>
    67
  • basicnet/mailnews/nail/nail-inst.xml

    r178f7b4 r377584f  
    33
    44<para>Install <application>Nail</application> by running the following commands.
    5 (Note: If you would like nail to be linked against openssl, add --with-openssl
    6 to the configure command mentioned below.)</para>
     5(Note: If you would like nail to be linked against <application>openssl
     6</application>, add <userinput>--with-openssl</userinput>to the configure
     7command mentioned below.)</para>
    78
    89<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
  • basicnet/mailnews/nail/nail-intro.xml

    r178f7b4 r377584f  
    33
    44<para>The <application>Nail</application> package contains a
    5 command-line Mail User Agent that is compatible with the mail
    6 command available in commercial UNIX versions. The mail command is
    7 useful for writing scripts.</para>
     5command-line Mail User Agent that is compatible with the <command>mail
     6</command> command available in commercial UNIX versions. The <command>
     7mail</command> command is useful for writing scripts.</para>
    88
    99<sect3><title>Package information</title>
     
    2020</sect3>
    2121
    22 <sect3><title><application>nail</application> dependencies</title>
     22<sect3><title><application>Nail</application> dependencies</title>
    2323<sect4><title>Optional</title>
    2424<para><xref linkend="openssl"/></para></sect4>
  • basicnet/mailnews/other.xml

    r178f7b4 r377584f  
    33<title>Other mail and news progs</title>
    44
    5 <para><xref linkend="pan"/> is a GTK2 based newsreader program.</para>
     5<para><xref linkend="pan"/> is an <acronym>GTK</acronym>2 based newsreader
     6program.</para>
    67
    7 <para>KNode is a QT based newsreader program from <xref linkend="kde-network"/>.</para>
     8<para>KNode is a Qt based newsreader program from
     9<xref linkend="kde-network"/>.</para>
    810
    9 <para>KMail is a QT based mail client from <xref linkend="kde-network"/>.</para>
     11<para>KMail is a Qt based mail client from <xref linkend="kde-network"/>.</para>
    1012
    11 <para><xref linkend="balsa"/> is a GTK2 based mail client.</para>
     13<para><xref linkend="balsa"/> is an <acronym>GTK</acronym>2 based mail client.
     14</para>
    1215
     16<para><xref linkend="mozilla"/> includes both a mail client and newsreader in
     17its installation.</para>
    1318
    14 <para><xref linkend="mozilla"/> includes both a mail client and newsreader in its installation.</para>
     19<para><xref linkend="evolution"/> includes an <acronym>GTK</acronym>2
     20based mail client.</para>
    1521
    1622</sect1>
  • basicnet/mailnews/pine.xml

    r178f7b4 r377584f  
    1 <sect1 id="pine" xreflabel="pine-&pine-version;">
     1<sect1 id="pine" xreflabel="Pine-&pine-version;">
    22<?dbhtml filename="pine.html" dir="basicnet"?>
    3 <title>pine-&pine-version;</title>
     3<title>Pine-&pine-version;</title>
    44
    55&pine-intro;
  • basicnet/mailnews/pine/pine-config.xml

    r178f7b4 r377584f  
    11<sect2>
    2 <title>Configuring Pine</title>
     2<title>Configuring <application>Pine</application></title>
    33
    44<sect3><title>Config files</title>
  • basicnet/mailnews/pine/pine-desc.xml

    r178f7b4 r377584f  
    11<sect2>
    22<title>Contents</title>
    3 <para>The <application>pine</application> package contains
     3<para>The <application>Pine</application> package contains
    44<command>pine</command>,
    55<command>pico</command>,
     
    3131<sect3><title>ipop2d</title>
    3232<para><command>ipop2d</command> is an <acronym>IMAP</acronym> to
    33 <acronym>POP2</acronym> conversion server.</para></sect3>
     33<acronym>POP</acronym>2 conversion server.</para></sect3>
    3434
    3535<sect3><title>ipop3d</title>
    3636<para><command>ipop3d</command> is an <acronym>IMAP</acronym> to
    37 <acronym>POP3</acronym> conversion server.</para></sect3>
     37<acronym>POP</acronym>3 conversion server.</para></sect3>
    3838
    3939<sect3><title>mtest</title>
     
    4949
    5050<sect3><title>rpdump</title>
    51 <para><command>rpdump</command> is used to copy data from remote Pine
    52 configuration files or address books into a local file.</para></sect3>
     51<para><command>rpdump</command> is used to copy data from remote
     52<application>Pine</application> configuration files or address books into a
     53local file.</para></sect3>
    5354
    5455</sect2>
  • basicnet/mailnews/pine/pine-exp.xml

    r178f7b4 r377584f  
    66class="directory">/etc</filename> for configuration files.</para>
    77
    8 <para>The build procedure for Pine is somewhat unusual, in that
    9 options usually passed as <command>./configure</command> options or housed in
    10 $<envar>CFLAGS</envar> must all be passed on the command line to the
    11 <command>./build</command> script.</para>
     8<para>The build procedure for <application>Pine</application> is somewhat
     9unusual, in that options usually passed as <command>./configure</command>
     10options or housed in $<envar>CFLAGS</envar> must all be passed on the command
     11line to the <command>./build</command> script.</para>
    1212
    13 <para><command>./build slx</command> : <application>Pine</application> offers quite a few target platforms, slx specifies Linux using
     13<para><command>./build slx</command> : <application>Pine</application> offers
     14quite a few target platforms, slx specifies Linux using
    1415-lcrypt to get the crypt function.  See the
    1516<filename>doc/pine-ports</filename> file for more information and
  • basicnet/mailnews/pine/pine-inst.xml

    r178f7b4 r377584f  
    22<title>Installation of <application>Pine</application></title>
    33
    4 <para>Download the <application>pine</application>
     4<para>Download the <application>Pine</application>
    55<acronym>FHS</acronym> patch from <ulink url="&hfile-root;"/>.</para>
    66
  • basicnet/mailnews/pine/pine-intro.xml

    r178f7b4 r377584f  
    2020</sect3>
    2121
    22 <sect3><title><application>pine</application> dependencies</title>
     22<sect3><title><application>Pine</application> dependencies</title>
    2323<sect4><title>Required</title>
    2424<para><xref linkend="openssl"/></para></sect4>
  • basicnet/netlibs/curl.xml

    r178f7b4 r377584f  
    1 <sect1 id="curl" xreflabel="curl-&curl-version;">
     1<sect1 id="curl" xreflabel="cURL-&curl-version;">
    22<?dbhtml filename="curl.html" dir="basicnet"?>
    3 <title>curl-&curl-version;</title>
     3<title>cURL-&curl-version;</title>
    44
    55&curl-intro;
  • basicnet/netlibs/curl/curl-config.xml

    r178f7b4 r377584f  
    11<sect2>
    2 <title>Configuring <application>curl</application></title>
     2<title>Configuring <application>cURL</application></title>
    33
    44<sect3><title>Configuration Information</title>
  • basicnet/netlibs/curl/curl-desc.xml

    r178f7b4 r377584f  
    22<title>Contents</title>
    33
    4 <para>The <application>curl</application> package contains <command>curl</command>, <command>curl-config</command> and the
     4<para>The <application>cURL</application> package contains <command>curl</command>, <command>curl-config</command> and the
    55<filename class="libraryfile">libcurl</filename> libraries.</para>
    66
  • basicnet/netlibs/curl/curl-inst.xml

    r178f7b4 r377584f  
    11<sect2>
    2 <title>Installation of <application>curl</application></title>
     2<title>Installation of <application>cURL</application></title>
    33
    4 <para>Install <application>curl</application> by running the following commands:</para>
     4<para>Install <application>cURL</application> by running the following commands:</para>
    55
    66<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
  • basicnet/netlibs/curl/curl-intro.xml

    r178f7b4 r377584f  
    11<sect2>
    2 <title>Introduction to <application>curl</application></title>
     2<title>Introduction to <application>cURL</application></title>
    33
    4 <para>The <application>curl</application> package contains curl and its
     4<para>The <application>cURL</application> package contains curl and its
    55support library. This is useful for transferring files with
    66<acronym>URL</acronym> syntax.
     
    2020</sect3>
    2121
    22 <sect3><title><application>curl</application> dependencies</title>
     22<sect3><title><application>cURL</application> dependencies</title>
    2323<sect4><title>Optional</title>
    2424<para><xref linkend="openssl"/> and <xref linkend="openldap"/></para></sect4>
  • basicnet/netlibs/gnet.xml

    r178f7b4 r377584f  
    1 <sect1 id="gnet" xreflabel="gnet-&gnet-version;">
     1<sect1 id="gnet" xreflabel="GNet-&gnet-version;">
    22<?dbhtml filename="gnet.html" dir="basicnet"?>
    3 <title>gnet-&gnet-version;</title>
     3<title>GNet-&gnet-version;</title>
    44
    55&gnet-intro;
  • basicnet/netlibs/gnet/gnet-config.xml

    r178f7b4 r377584f  
    11<sect2>
    2 <title>Configuring <application>gnet</application></title>
     2<title>Configuring <application>GNet</application></title>
    33
    44<sect3><title>Config files</title>
  • basicnet/netlibs/gnet/gnet-desc.xml

    r178f7b4 r377584f  
    22<title>Contents</title>
    33
    4 <para>The <application>gnet</application> package contains <filename>libgnet</filename> libraries.</para>
     4<para>The <application>GNet</application> package contains <filename>libgnet</filename> libraries.</para>
    55
    66</sect2>
  • basicnet/netlibs/gnet/gnet-inst.xml

    r178f7b4 r377584f  
    11<sect2>
    2 <title>Installation of <application>gnet</application></title>
     2<title>Installation of <application>GNet</application></title>
    33
    4 <para>Install <application>gnet</application> by running the following commands:
     4<para>Install <application>GNet</application> by running the following commands:
    55</para>
    66
  • basicnet/netlibs/gnet/gnet-intro.xml

    r178f7b4 r377584f  
    11<sect2>
    2 <title>Introduction to <application>gnet</application></title>
     2<title>Introduction to <application>GNet</application></title>
    33
    44
    5 <para>The <application>gnet</application> package contains a simple network
     5<para>The <application>GNet</application> package contains a simple network
    66library. This is useful for supporting <acronym>TCP</acronym> sockets,
    77<acronym>UDP</acronym> and <acronym>IP</acronym> multicast, asynchronous
     
    2121</sect3>
    2222
    23 <sect3><title><application>gnet</application> dependencies</title>
     23<sect3><title><application>GNet</application> dependencies</title>
    2424<sect4><title>Required</title>
    2525<para><xref linkend="GLib2"/></para></sect4>
  • basicnet/netlibs/netlibs.xml

    r178f7b4 r377584f  
    22<?dbhtml filename="netlibs.html" dir="basicnet"?>
    33<title>Networking Libraries</title>
     4
     5<para>These applications are support libraries for other applications in
     6the book.  It is unlikely that you would just intall these libraries, you will
     7generaly find that you will be referred to this chapter to satisfy a
     8dependency of other applications.</para>
     9
     10
    411
    512&curl;
  • basicnet/netlibs/wvstreams.xml

    r178f7b4 r377584f  
    1 <sect1 id="wvstreams" xreflabel="wvstreams-&wvstreams-version;">
     1<sect1 id="wvstreams" xreflabel="WvStreams-&wvstreams-version;">
    22<?dbhtml filename="wvstreams.html" dir="basicnet"?>
    3 <title>wvstreams-&wvstreams-version;</title>
     3<title>WvStreams-&wvstreams-version;</title>
    44
    55&wvstreams-intro;
  • basicnet/netlibs/wvstreams/wvstreams-config.xml

    r178f7b4 r377584f  
    11<sect2>
    2 <title>Configuring wvstreams</title>
     2<title>Configuring <application>WvStreams</application></title>
    33
    44<sect3><title>Configuration Information</title>
  • basicnet/netlibs/wvstreams/wvstreams-desc.xml

    r178f7b4 r377584f  
    22<title>Contents</title>
    33
    4 <para>The wvstreams package contains the
     4<para>The <application>WvStreams</application> package contains the
    55<filename class="libraryfile">libwvcrypto</filename>,
    66<filename class="libraryfile">libwvstreams</filename> and
  • basicnet/netlibs/wvstreams/wvstreams-exp.xml

    r178f7b4 r377584f  
    44<para><command>make PREFIX=/usr LDFLAGS="-lcrypt"</command> :
    55This fixes <filename class="libraryfile">libwvstreams</filename>' issues
    6 with OpenSSL's crypto library.</para>
     6with <application>Open<acronym>SSL</acronym></application>'s crypto library.</para>
    77
    88</sect2>
  • basicnet/netlibs/wvstreams/wvstreams-inst.xml

    r178f7b4 r377584f  
    11<sect2>
    2 <title>Installation of <application>wvstreams</application></title>
     2<title>Installation of <application>WvStreams</application></title>
    33
    4 <para>Install <application>wvstreams</application> by running the following commands:</para>
     4<para>Install <application>WvStreams</application> by running the following commands:</para>
    55
    66<screen><userinput><command>patch -Np1 -i ../wvstreams-3.70-wvcrypto.patch &amp;&amp;
  • basicnet/netlibs/wvstreams/wvstreams-intro.xml

    r178f7b4 r377584f  
    11<sect2>
    2 <title>Introduction to <application>wvstreams</application></title>
     2<title>Introduction to <application>WvStreams</application></title>
    33
    4 <para>The <application>wvstreams</application> package contains the
     4<para>The <application>WvStreams</application> package contains the
    55network programming libraries. These are needed to compile wvdial.</para>
    66
     
    2222</itemizedlist></sect3>
    2323
    24 <sect3><title><application>wvstreams</application> dependencies</title>
     24<sect3><title><application>WvStreams</application> dependencies</title>
    2525<sect4><title>Required</title>
    2626<para><xref linkend="openssl"/>
  • basicnet/netprogs/ncftp.xml

    r178f7b4 r377584f  
    1 <sect1 id="ncftp" xreflabel="ncftp-&ncftp-version;">
     1<sect1 id="ncftp" xreflabel="NcFTP-&ncftp-version;">
    22<?dbhtml filename="ncftp.html" dir="basicnet"?>
    3 <title>ncftp-&ncftp-version;</title>
     3<title>NcFTP-&ncftp-version;</title>
    44
    55&ncftp-intro;
  • basicnet/netprogs/ncftp/ncftp-config.xml

    r178f7b4 r377584f  
    11<sect2>
    2 <title>Configuring <application>ncftp</application></title>
     2<title>Configuring <application>Nc<acronym>FTP</acronym></application></title>
    33
    44<sect3><title>Config files</title>
     
    99<sect3><title>Configuration Information</title>
    1010
    11 <para>Most <application>ncftp</application> configuration is done while in the
     11<para>Most <application>Nc<acronym>FTP</acronym></application> configuration is done while in the
    1212program and the configuration files are dealt with automatically.  One
    1313exception to this is <filename>~/.ncftp/prefs_v3</filename>.  There are various
  • basicnet/netprogs/ncftp/ncftp-desc.xml

    r178f7b4 r377584f  
    22<title>Contents</title>
    33
    4 <para>The ncftp package contains <command>ncftp</command>, <command>ncftpbatch
     4<para>The <application>Nc<acronym>FTP</acronym></application> package contains <command>ncftp</command>, <command>ncftpbatch
    55</command>, <command>ncftpbookmarks</command>,
    66<command>ncftpget</command>, <command>ncftpls</command>,
  • basicnet/netprogs/ncftp/ncftp-inst.xml

    r178f7b4 r377584f  
    11<sect2>
    2 <title>Installation of <application>ncftp</application></title>
     2<title>Installation of <application>Nc<acronym>FTP</acronym></application></title>
    33
    4 <para>There are two ways to build <application>ncftp</application>.  The first
     4<para>There are two ways to build <application>Nc<acronym>FTP</acronym></application>.  The first
    55(and optimal) way, builds most of the functionality as a shared library and
    66then builds and installs the program linked against this library.  The second
     
    1515</para>
    1616
    17 <para>To install <application>ncftp</application> using the first (and optimal)
     17<para>To install <application>Nc<acronym>FTP</acronym></application> using the first (and optimal)
    1818method, run the following commands:</para>
    1919
     
    2626make install</command></userinput></screen>
    2727
    28 <para>To install <application>ncftp</application> using the second method (with
     28<para>To install <application>Nc<acronym>FTP</acronym></application> using the second method (with
    2929the <filename>libncftp</filename> functionality linked in statically) run the
    3030following commands:</para>
  • basicnet/netprogs/ncftp/ncftp-intro.xml

    r178f7b4 r377584f  
    11<sect2>
    2 <title>Introduction to <application>ncftp</application></title>
     2<title>Introduction to <application>Nc<acronym>FTP</acronym></application></title>
    33
    4 <para>The <application>ncftp</application> package contains a powerful and
     4<para>The <application>Nc<acronym>FTP</acronym></application> package contains a powerful and
    55flexible interface to the Internet standard File Transfer Protocol.  It is
    66intended to replace or supplement the stock <command>ftp</command> program.
  • basicnet/netprogs/netprogs.xml

    r178f7b4 r377584f  
    22<?dbhtml filename="netprogs.html" dir="basicnet"?>
    33<title>Basic Networking Programs</title>
     4
     5<para>These applications are generally client applications used to
     6access the appropriate server across the building or across the world.
     7Tcpwrappers and portmap are support programs for daemons that you may
     8have running on your machine.</para>
    49
    510&ncftp;
  • basicnet/textweb/lynx.xml

    r178f7b4 r377584f  
    1 <sect1 id="lynx" xreflabel="lynx-&lynx-version;">
     1<sect1 id="lynx" xreflabel="Lynx-&lynx-version;">
    22<?dbhtml filename="lynx.html" dir="basicnet"?>
    3 <title>lynx-&lynx-version;</title>
     3<title>Lynx-&lynx-version;</title>
    44
    55&lynx-intro;
  • basicnet/textweb/lynx/lynx-config.xml

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

    r178f7b4 r377584f  
    22<title>Contents</title>
    33
    4 <para>The <application>lynx</application> package contains <command>lynx
     4<para>The <application>Lynx</application> package contains <command>lynx
    55</command>.</para>
    66
  • basicnet/textweb/lynx/lynx-exp.xml

    r178f7b4 r377584f  
    1111
    1212<para><command>--with-zlib</command> : This enables support for
    13 linking <application>zlib</application> into <application>lynx</application>.</para>
     13linking <application>zlib</application> into <application>Lynx</application>.</para>
    1414
    1515<para><command>DOCDIR=... HELPDIR=...</command> : We set these
  • basicnet/textweb/lynx/lynx-inst.xml

    r178f7b4 r377584f  
    11<sect2>
    2 <title>Installation of <application>lynx</application></title>
     2<title>Installation of <application>Lynx</application></title>
    33
    4 <para>Install <application>lynx</application> by running the following commands.
     4<para>Install <application>Lynx</application> by running the following commands.
    55</para>
    66
  • basicnet/textweb/lynx/lynx-intro.xml

    r178f7b4 r377584f  
    11<sect2>
    2 <title>Introduction to <application>lynx</application></title>
     2<title>Introduction to <application>Lynx</application></title>
    33
    44<para><application>Lynx</application> is a text based web browser.</para>
     
    1717</sect3>
    1818
    19 <sect3><title><application>lynx</application> dependencies</title>
     19<sect3><title><application>Lynx</application> dependencies</title>
    2020<sect4><title>Required</title>
    2121<para><xref linkend="openssl"/></para></sect4>
  • connect/dialup/wvdial.xml

    r178f7b4 r377584f  
    1 <sect1 id="wvdial" xreflabel="wvdial-&wvdial-version;">
     1<sect1 id="wvdial" xreflabel="WvDial-&wvdial-version;">
    22<?dbhtml filename="wvdial.html" dir="connect"?>
    3 <title>wvdial-&wvdial-version;</title>
     3<title>WvDial-&wvdial-version;</title>
    44
    55&wvdial-intro;
  • connect/dialup/wvdial/wvdial-config.xml

    r178f7b4 r377584f  
    11<sect2>
    2 <title>Configuring wvdial</title>
     2<title>Configuring WvDial</title>
    33
    44<sect3><title>Config files</title>
  • connect/dialup/wvdial/wvdial-desc.xml

    r178f7b4 r377584f  
    22<title>Contents</title>
    33
    4 <para>The wvdial package contains the <command>wvdial</command>
    5 and <command>wvdialconf</command> programs.</para>
     4<para>The <application>WvDial</application> package contains the <command>
     5wvdial</command> and <command>wvdialconf</command> programs.</para>
    66
    77</sect2>
     
    1313
    1414<sect3><title>wvdialconf</title>
    15 <para>Automates the configuration of wvdial.</para></sect3>
     15<para>Automates the configuration of <command>wvdial</command>.</para></sect3>
    1616
    1717</sect2>
  • connect/dialup/wvdial/wvdial-inst.xml

    r178f7b4 r377584f  
    11<sect2>
    2 <title>Installation of <application>wvdial</application></title>
     2<title>Installation of <application>WvDial</application></title>
    33
    4 <para>Install <application>wvdial</application> by running the following commands:</para>
     4<para>Install <application>WvDial</application> by running the following commands:</para>
    55
    66<screen><userinput><command>make PREFIX=/usr &amp;&amp;
  • connect/dialup/wvdial/wvdial-intro.xml

    r178f7b4 r377584f  
    11<sect2>
    2 <title>Introduction to <application>wvdial</application></title>
     2<title>Introduction to <application>WvDial</application></title>
    33
    4 <para>The <application>wvdial</application> package contains a no nonsense, quick and easy to use
    5 alternative to chat and pppd scripts. If you simply want to dial a modem
    6 without the fuss and hassle of chat issues, then you'll want this.</para>
     4<para>The <application>WvDial</application> package contains a no nonsense,
     5quick and easy to use alternative to <command>chat</command> and
     6<command>pppd</command> scripts. If you simply want to dial a modem
     7without the fuss and hassle of <command>chat</command> issues, then you'll
     8want this.</para>
    79
    810<sect3><title>Package information</title>
     
    1517</sect3>
    1618
    17 <sect3><title><application>wvdial</application> dependencies</title>
     19<sect3><title><application>WvDial</application> dependencies</title>
    1820<sect4><title>Required</title>
    1921<para><xref linkend="wvstreams"/> and <xref linkend="ppp"/>
  • postlfs/security/shadow/shadow-inst.xml

    r178f7b4 r377584f  
    33<application><acronym>PAM</acronym></application></title>
    44
    5 <sect3><title><application>template</application> dependencies</title>
     5<sect3><title><application>shadow</application> dependencies</title>
    66<sect4><title>Required</title>
    77<para><xref linkend="Linux_PAM"/></para></sect4>
  • pst/printing/cups/cups-config.xml

    r178f7b4 r377584f  
    1212want to change it to a more conventional <acronym>LFS</acronym> startup file:</para>
    1313
    14 <screen><userinput><command>cat &gt; /etc/rc.d/init.d/cups &lt;&lt; "EOF"
     14<screen><userinput><command>cat &gt; /etc/rc.d/init.d/cups &lt;&lt; "EOF"</command>
    1515#!/bin/sh
    1616# Begin $rc_base/init.d/cups
     
    5353
    5454# End $rc_base/init.d/cups startup script.
    55 EOF</command></userinput></screen>
     55<command>EOF</command></userinput></screen>
    5656
    5757<para>Create the symbolic links to this file in the relevant
  • server/mail/exim/exim-config.xml

    r178f7b4 r377584f  
    1212<para>Create the exim configuration files with the following commands:</para>
    1313
    14 <screen><userinput><command>cat &gt;&gt; /etc/aliases &lt;&lt; "EOF"
     14<screen><userinput><command>cat &gt;&gt; /etc/aliases &lt;&lt; "EOF"</command>
    1515postmaster: root
    1616MAILER-DAEMON: root
    17 EOF
     17<command>EOF
    1818exim -v -bi &amp;&amp;
    1919/usr/sbin/exim -bd -q1m</command></userinput></screen>
     
    2727exim boot script with the following commands:</para>
    2828
    29 <screen><userinput><command>cat &gt; /etc/rc.d/init.d/exim &lt;&lt; "EOF"
     29<screen><userinput><command>cat &gt; /etc/rc.d/init.d/exim &lt;&lt; "EOF"</command>
    3030#!/bin/sh
    3131# Begin $rc_base/init.d/exim
     
    6666
    6767# End $rc_base/init.d/exim
    68 EOF
     68<command>EOF
    6969chmod 755 /etc/rc.d/init.d/exim</command></userinput></screen>
    7070
  • server/other/samba/samba-config.xml

    r178f7b4 r377584f  
    99documentation by pointing a web browser to:</para>
    1010
    11 <para><screen><userinput>file:///usr/share/samba/swat/using_samba/ch03_01.html#ch03-55770.</userinput></screen></para>
     11<screen><userinput><command>file:///usr/share/samba/swat/using_samba/ch03_01.html#ch03-55770.</command></userinput></screen>
    1212
    1313<sect3><title>Config files</title>
     
    1616
    1717<para>First we set up some directories needed by Samba:</para>
    18 <para><screen><userinput>mkdir /var/lib/samba &amp;&amp;
     18<screen><userinput><command>mkdir /var/lib/samba &amp;&amp;
    1919mkdir /var/lib/samba/netlogon &amp;&amp;
    2020mkdir /var/lib/samba/ntprofile &amp;&amp;
    2121mkdir /var/lib/samba/profiles &amp;&amp;
    22 chmod -R 1777 /var/lib/samba</userinput></screen></para>
     22chmod -R 1777 /var/lib/samba</command></userinput></screen>
    2323
    2424<para>And the Samba configuration file: </para>
    25 <para><screen><userinput>cat &gt; /etc/samba/smb.conf &lt;&lt; "EOF"</userinput>
     25<screen><userinput><command>cat &gt; /etc/samba/smb.conf &lt;&lt; "EOF"</command>
    2626[global]
    2727    netbios name = SAMBABOX
     
    6060        read only = no
    6161        public = no
    62 <userinput>EOF </userinput></screen></para>
     62<command>EOF</command></userinput></screen>
    6363
    6464<para>Now add the machine trust account for WIN2KBOX:</para>
    65 <para><screen><userinput>/usr/sbin/useradd -g 100 -d /dev/null -c \
     65<screen><userinput><command>/usr/sbin/useradd -g 100 -d /dev/null -c \
    6666    "machine nickname" -s /bin/false win2kbox$ &amp;&amp;
    6767passwd -l win2kbox$ &amp;&amp;
    68 smbpasswd -a -m win2kbox</userinput></screen></para>
     68smbpasswd -a -m win2kbox</command></userinput></screen>
    6969
    7070<para>Create the Samba boot script:</para>
    71 <para><screen><userinput>cat &gt; /etc/rc.d/init.d/samba &lt;&lt; "EOF"</userinput>
     71<screen><userinput><command>cat &gt; /etc/rc.d/init.d/samba &lt;&lt; "EOF"</command>
    7272#!/bin/bash
    7373# Begin $rc_base/init.d/samba
     
    110110esac
    111111# End $rc_base/init.d/samba
    112 <userinput>EOF</userinput></screen></para>
     112<command>EOF</command></userinput></screen>
    113113<para>Add the run level symlinks:</para>
    114 <para><screen><userinput>chmod 754 /etc/rc.d/init.d/samba &amp;&amp;
     114<screen><userinput>chmod 754 /etc/rc.d/init.d/samba &amp;&amp;
    115115ln -s  /etc/rc.d/init.d/samba /etc/rc.d/rc0.d/K48samba &amp;&amp;
    116116ln -s  /etc/rc.d/init.d/samba /etc/rc.d/rc1.d/K48samba &amp;&amp;
     
    119119ln -s  /etc/rc.d/init.d/samba /etc/rc.d/rc4.d/S24samba &amp;&amp;
    120120ln -s  /etc/rc.d/init.d/samba /etc/rc.d/rc5.d/S24samba &amp;&amp;
    121 ln -s  /etc/rc.d/init.d/samba /etc/rc.d/rc6.d/K48samba</userinput></screen></para>
     121ln -s  /etc/rc.d/init.d/samba /etc/rc.d/rc6.d/K48samba</userinput></screen>
    122122
    123123<para>Now, we'll use our new boot script to start Samba: </para>
    124 <para><screen><userinput>/etc/rc.d/init.d/samba start</userinput></screen></para>
     124<screen><userinput><command>/etc/rc.d/init.d/samba start</command></userinput></screen>
    125125<para>We have to add the SAMBABOX root account to the Samba user list
    126126first in order to join WIN2KBOX to the DOMAIN01 domain: </para>
    127127
    128 <para><screen><userinput>smbpasswd -a root</userinput></screen></para>
     128<screen><userinput><command>smbpasswd -a root</command></userinput></screen>
    129129
    130130<para>After starting Samba and adding root to the Samba user list, the
    131131first machine we'll join to DOMAIN01 will be WIN2KBOX, the Windows
    1321322000 Server box we created the machine trust account for.  On
    133 WIN2KBOX:</para><para><screen><userinput>1.  Right click on My Computer.
     133WIN2KBOX:</para>
     134<screen><userinput>1.  Right click on My Computer.
    1341352.  Click on Properties.
    1351363.  Click on the Network Identification notebook tab.
     
    1441459.  Click OK in the reboot reminder dialog box.
    14514610. Click OK to close the System Properties window.
    146 11. Click Yes to reboot WIN2KBOX.</userinput></screen></para></sect3>
     14711. Click Yes to reboot WIN2KBOX.</userinput></screen></sect3>
    147148
    148149<sect3><title>Add a new user to the DOMAIN01 domain.</title>
    149150<para>Before logging on to WIN2KBOX, we will create a new user with
    150151    the following commands:</para>
    151 <para><screen><userinput>useradd -m win2kuser01 &amp;&amp;
     152<screen><userinput><command>useradd -m win2kuser01 &amp;&amp;
    152153passwd win2kuser01 &amp;&amp;
    153 smbpasswd -a win2kuser01</userinput></screen></para></sect3>
     154smbpasswd -a win2kuser01</command></userinput></screen></sect3>
    154155
    155156<sect3><title>Logging on to DOMAIN01.</title>
    156157<para>Now we will log on the domain as our newly created user as
    157158    follows:</para>
    158 <para><screen><userinput>1. Press Ctrl-Alt-Del to bring up the Log On to Windows dialog box.
     159<screen><userinput>1. Press Ctrl-Alt-Del to bring up the Log On to Windows dialog box.
    1591602. Enter the win2kuser01 name and password.
    160 3. Select DOMAIN01 from the Log on to: combination box and click OK.</userinput></screen></para>
     1613. Select DOMAIN01 from the Log on to: combination box and click OK.</userinput></screen>
    161162
    162163<para>Add the swat entry to <filename>/etc/services</filename>with the
    163164following command: </para>
    164165
    165 <para><screen><userinput>echo "swat            901/tcp" &gt;&gt; /etc/services</userinput></screen></para>
     166<screen><userinput><command>echo "swat            901/tcp" &gt;&gt; /etc/services</command></userinput></screen>
    166167
    167 <para>If inetd is used, the following command will add the swat entry
    168 to <filename>/etc/inetd.conf</filename>: </para>
    169 <para><screen><userinput>echo "swat stream tcp nowait.400 root /usr/sbin/swat swat" \
    170     &gt;&gt; /etc/inetd.conf</userinput></screen></para>
     168<para>If <command>inetd</command> is used, the following command will add the
     169swat entry to <filename>/etc/inetd.conf</filename>: </para>
     170<screen><userinput><command>echo "swat stream tcp nowait.400 root /usr/sbin/swat swat" \
     171    &gt;&gt; /etc/inetd.conf</command></userinput></screen>
    171172
    172173<para>If xinetd is used, the following command will add the swat entry
    173174to <filename>/etc/xinetd.conf</filename>: </para>
    174 <para><screen><userinput>cat &gt;&gt; /etc/xinetd.conf &lt;&lt; "EOF"</userinput>
     175<screen><userinput><command>cat &gt;&gt; /etc/xinetd.conf &lt;&lt; "EOF"</command>
    175176service swat
    176177{
     
    183184    log_on_failure  += USERID
    184185}
    185 <userinput>EOF</userinput></screen></para>
     186<command>EOF</command></userinput></screen>
    186187
    187188<para>The Samba Web Administration Tool, swat, can be launched with the
    188189following command on SAMBABOX: </para>
    189 <para><screen><userinput>lynx http://localhost:901 </userinput></screen></para>
     190<screen><userinput><command>lynx http://localhost:901</command></userinput></screen>
    190191<note><para>Be sure inetd is running, and issue a killall -HUP inetd
    191192before starting swat.</para></note>
  • xsoft/office/evolution.xml

    r178f7b4 r377584f  
    1 <sect1 id="evolution" xreflabel="evolution-&evolution-version;">
     1<sect1 id="evolution" xreflabel="Evolution-&evolution-version;">
    22<?dbhtml filename="evolution.html" dir="xsoft"?>
    3 <title>evolution-&evolution-version;</title>
     3<title>Evolution-&evolution-version;</title>
    44
    55&db-3.1-intro;
  • xsoft/office/evolution/evolution-desc.xml

    r178f7b4 r377584f  
    22<title>Contents</title>
    33
    4 <para>The <application>evolution</application> package contains
     4<para>The <application>Evolution</application> package contains
    55<command>evolution</command>.</para>
    66</sect2>
  • xsoft/office/evolution/evolution-inst.xml

    r178f7b4 r377584f  
    11<sect2>
    2 <title>Installation of <application>evolution</application></title>
     2<title>Installation of <application>Evolution</application></title>
    33
    4 <para>Install <application>evolution</application> by running the following
     4<para>Install <application>Evolution</application> by running the following
    55commands:</para>
    66
  • xsoft/other/balsa/balsa-desc.xml

    r178f7b4 r377584f  
    99
    1010<sect3><title>balsa</title>
    11 <para><application>Balsa</application> is the GNOME 2 based mail reader.</para>
     11<para><command>balsa</command> is the GNOME 2 based mail reader.</para>
    1212</sect3>
    1313
  • xsoft/other/pan.xml

    r178f7b4 r377584f  
    1 <sect1 id="pan" xreflabel="pan-&pan-version;">
     1<sect1 id="pan" xreflabel="Pan-&pan-version;">
    22<?dbhtml filename="pan.html" dir="xsoft"?>
    3 <title>pan-&pan-version;</title>
     3<title>Pan-&pan-version;</title>
    44
    55&pan-intro;
  • xsoft/other/pan/pan-desc.xml

    r178f7b4 r377584f  
    22<title>Contents</title>
    33
    4 <para>The <application>pan</application> package contains
     4<para>The <application>Pan</application> package contains
    55<command>pan</command>.</para>
    66
  • xsoft/other/pan/pan-inst.xml

    r178f7b4 r377584f  
    11<sect2>
    2 <title>Installation of <application>pan</application></title>
     2<title>Installation of <application>Pan</application></title>
    33
    4 <para>Install <application>pan</application> by running the following commands:</para>
     4<para>Install <application>Pan</application> by running the following commands:</para>
    55
    66<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
  • xsoft/other/pan/pan-intro.xml

    r178f7b4 r377584f  
    11<sect2>
    2 <title>Introduction to pan</title>
     2<title>Introduction to <application>Pan</application></title>
    33
    4 <para>The pan package contains a graphical newsreader.  This is useful
    5 for reading and writing news, threading articles and replying via
    6 email.</para>
     4<para>The <application>Pan</application> package contains a graphical
     5newsreader.  This is useful for reading and writing news, threading articles
     6and replying via email.</para>
    77
    88<sect3><title>Package information</title>
     
    1919</sect3>
    2020
    21 <sect3><title><application>pan</application> dependencies</title>
     21<sect3><title><application>Pan</application> dependencies</title>
    2222<sect4><title>Required</title>
    2323<para><xref linkend="GTK2"/>, <xref linkend="gnet"/>, <xref
Note: See TracChangeset for help on using the changeset viewer.