Changeset 563bc92 for basicnet


Ignore:
Timestamp:
06/03/2004 06:17:20 PM (20 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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_1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7df21b30
Parents:
c9bc781d
Message:

Misc grammar updates

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

Location:
basicnet/mailnews
Files:
7 edited

Legend:

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

    rc9bc781d r563bc92  
    88<sect3><title>Configuration Information</title>
    99
    10 <screen>set logfile /var/log/fetchmail.log
     10<screen><userinput><command>cat &gt; ~/.fetchmailrc &lt;&lt; "EOF"</command>
     11set logfile /var/log/fetchmail.log
    1112set no bouncemail
    1213set postmaster root
    1314
    1415poll SERVERNAME :
    15     user "username" pass "password";
    16     mda "/usr/bin/procmail -f %F -d %T";</screen>
     16    user username pass password;
     17    mda "/usr/bin/procmail -f %F -d %T";
     18<command>EOF</command>
    1719
     20<command>chmod 0600 ~/.fetchmailrc</command></userinput></screen>
    1821
    19 <para>Is an example configuration that should suffice for most people.  You
     22<para>This is an example configuration that should suffice for most people.  You
    2023can add as many users and servers as you need using the same syntax.</para>
    2124
    2225<para><command>man fetchmail</command>: Look for the section near
    23 the bottom named <emphasis role="strong">CONFIGURATION EXAMPLES</emphasis> it
    24 gives some quick examples too. There are countless other config options once
     26the bottom named <emphasis role="strong">CONFIGURATION EXAMPLES</emphasis>. It
     27gives some quick examples. There are countless other config options once
    2528you get used to it.</para>
    2629
  • basicnet/mailnews/fetchmail/fetchmail-desc.xml

    rc9bc781d r563bc92  
    1414</para></sect3>
    1515
    16 <sect3><title>fetchmailconf</title>
     16<sect3>
     17<title>fetchmailconf</title>
     18
    1719<para>This program provides a <application>Tk</application>
    18 <acronym>GUI</acronym> interface to your
    19 <filename>~/.fetchmailrc</filename> making it
    20 much easier to configure.  However you will require,
    21 <application>Python</application>, and it must
    22 have the Tkinker module available.</para></sect3>
     20<acronym>GUI</acronym> interface to your <filename>~/.fetchmailrc</filename>
     21file making it much easier to configure.  However, you will require
     22<application>Python</application>, and it must have the Tkinker module
     23available.</para>
     24
     25</sect3>
    2326
    2427</sect2>
  • basicnet/mailnews/fetchmail/fetchmail-intro.xml

    rc9bc781d r563bc92  
    22<title>Introduction to <application>Fetchmail</application></title>
    33
    4 <para>The <application>Fetchmail</application> package contains the
    5 a mail retrieval program. &quot;It
    6 retrieves mail from remote mail servers and forwards it to your local
    7 (client) machine's delivery system, so it can then be read by
    8 normal mail user agents.&quot; </para>
     4<para>The <application>Fetchmail</application> package contains a mail
     5retrieval program. &quot;It retrieves mail from remote mail servers and
     6forwards it to your local (client) machine's delivery system, so it can then be
     7read by normal mail user agents.&quot; </para>
    98
    109<sect3><title>Package information</title>
     
    2221
    2322<sect3><title><application>Fetchmail</application> dependencies</title>
     23
    2424<sect4><title>Required</title>
    25 <para><xref linkend="openssl"/> and a local MDA (<xref
    26 linkend="procmail"/>) </para></sect4>
     25
     26<para><xref linkend="openssl"/> and a local MDA (<xref linkend="procmail"/>)
     27</para>
     28</sect4>
    2729
    2830<sect4><title>Optional</title>
    29 <para><xref linkend="Python"/></para></sect4>
     31<para><xref linkend="Python"/> and <xref linkend="tk"/>.</para>
     32</sect4>
    3033</sect3>
    3134
  • basicnet/mailnews/mailnews.xml

    rc9bc781d r563bc92  
    33<title>Mail/News Clients</title>
    44
    5 <para>Mail Clients help us retrieve (Fetchmail), sort (Procmail), read and
     5<para>Mail Clients help you retrieve (Fetchmail), sort (Procmail), read and
    66compose responses (Nail, Mutt, Pine, Kmail, Balsa, Evolution, Mozilla) to
    77email.</para>
    88
    9 <para>News clients also help us retrieve, sort, read and compose
     9<para>News clients also help you retrieve, sort, read and compose
    1010responses, but these messages travel through USENET (a worldwide
    1111bulletin board system) using the Network News Transfer Protocol
  • basicnet/mailnews/other.xml

    rc9bc781d r563bc92  
    33<title>Other Mail and News programs</title>
    44
    5 <para><xref linkend="pan"/> is an <acronym>GTK</acronym>2 based newsreader
     5<para><xref linkend="pan"/> is a <acronym>GTK</acronym>2 based newsreader
    66program.</para>
    77
     
    1111<para>KMail is a Qt based mail client from <xref linkend="kdepim"/>.</para>
    1212
    13 <para><xref linkend="balsa"/> is an <acronym>GTK</acronym>2 based mail client.
     13<para><xref linkend="balsa"/> is a <acronym>GTK</acronym>2 based mail client.
    1414</para>
    1515
     
    2020<application>Mozilla</application> code base.</para>
    2121
    22 <para><xref linkend="evolution"/> includes an <acronym>GTK</acronym>2
     22<para><xref linkend="evolution"/> includes a <acronym>GTK</acronym>2
    2323based mail client.</para>
    2424
  • basicnet/mailnews/slrn/slrn-config.xml

    rc9bc781d r563bc92  
    2222command:</para>
    2323
    24 <screen><userinput><command>NNTPSERVER=news.linuxfromscratch.org \
     24<screen><userinput><command>NNTPSERVER=<replaceable>news.linuxfromscratch.org</replaceable> \
    2525    slrn -f ~/.jnewsrc --create</command></userinput></screen>
    2626
  • basicnet/mailnews/slrn/slrn-exp.xml

    rc9bc781d r563bc92  
    11<sect2>
    22<title>Command explanations</title>
    3 
    4 <para><command>./configure --prefix=/usr</command>: Specify
    5 <filename class="directory">/usr</filename> to install to instead of
    6 <filename class="directory">/usr/local</filename>.</para>
    73
    84<para><command>./configure --with-slrnpull</command>: Build the slrnpull executable.</para>
Note: See TracChangeset for help on using the changeset viewer.