Changeset e6f1fd6


Ignore:
Timestamp:
05/30/2005 04:20:27 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
dc775a26
Parents:
9f271dd
Message:

Removed spaces from blank lines and excess spaces from the end of XML data

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

Location:
basicnet/mailnews
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/mailnews.xml

    r9f271dd re6f1fd6  
    99  <?dbhtml filename="mailnews.html"?>
    1010  <title>Mail/News Clients</title>
    11  
     11
    1212  <para>Mail Clients help you retrieve (Fetchmail), sort (Procmail), read and
    1313  compose responses (Nail, Mutt, Pine, Kmail, Balsa, Evolution, Mozilla) to
    1414  email.</para>
    15  
     15
    1616  <para>News clients also help you retrieve, sort, read and compose
    1717  responses, but these messages travel through USENET (a worldwide
    1818  bulletin board system) using the Network News Transfer Protocol
    1919  (NNTP).</para>
    20  
    21   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="nail.xml"/> 
    22   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="procmail.xml"/> 
    23   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="fetchmail.xml"/> 
    24   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mutt.xml"/> 
    25   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="pine.xml"/> 
    26   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="slrn.xml"/> 
    27   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other.xml"/> 
    28  
     20
     21  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="nail.xml"/>
     22  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="procmail.xml"/>
     23  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="fetchmail.xml"/>
     24  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mutt.xml"/>
     25  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="pine.xml"/>
     26  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="slrn.xml"/>
     27  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other.xml"/>
     28
    2929</chapter>
  • basicnet/mailnews/nail.xml

    r9f271dd re6f1fd6  
    1515<sect1 id="nail" xreflabel="Nail-&nail-version;">
    1616  <?dbhtml filename="nail.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>Nail-&nail-version;</title>
    24  
     24
    2525  <indexterm zone="nail">
    2626    <primary sortas="a-Nail">Nail</primary>
    2727  </indexterm>
    28  
     28
    2929  <sect2 role="package">
    3030    <title>Introduction to Nail</title>
    31    
     31
    3232    <para>The <application>Nail</application> package contains
    3333    <command>nail</command>, a command-line Mail User Agent derived from Berkeley
     
    3737    and filtering. <application>Nail</application> is especially useful for writing scripts
    3838    and batch processing.</para>
    39    
     39
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
    4141    <itemizedlist spacing='compact'>
     
    5858      </listitem>
    5959    </itemizedlist>
    60    
     60
    6161    <bridgehead renderas="sect3">Nail Dependencies</bridgehead>
    62    
     62
    6363    <bridgehead renderas="sect4">Optional</bridgehead>
    6464    <para><xref linkend="openssl"/> or Mozilla NSS (from
     
    6969    authentication) and
    7070    <ulink url="../server/mail.html">MTA</ulink></para>
    71    
     71
    7272  </sect2>
    73  
     73
    7474  <sect2 role="installation">
    7575    <title>Installation of Nail</title>
    76    
     76
    7777    <para>Install <application>Nail</application> by running the following
    7878    commands.</para>
    79    
     79
    8080<screen><userinput>make SENDMAIL=/usr/sbin/sendmail</userinput></screen>
    81    
     81
    8282    <para>Now, as the root user:</para>
    83    
     83
    8484<screen role='root'><userinput>make PREFIX=/usr install UCBINSTALL=/usr/bin/install &amp;&amp;
    8585ln -v -sf nail /usr/bin/mail &amp;&amp;
    8686ln -v -sf nail /usr/bin/mailx</userinput></screen>
    87    
     87
    8888  </sect2>
    89  
     89
    9090  <sect2 role="commands">
    9191    <title>Command Explanations</title>
    92    
     92
    9393    <para><command>make SENDMAIL=/usr/sbin/sendmail</command>: This changes the
    9494    default MTA path of <command>/usr/lib/sendmail</command>.</para>
    95    
     95
    9696    <para><command>make PREFIX=/usr install UCBINSTALL=/usr/bin/install</command>:
    9797    This changes the default installation path of
     
    9999    <command>install</command> command path of
    100100    <filename class='directory'>/usr/ucb</filename>.</para>
    101    
     101
    102102  </sect2>
    103  
     103
    104104  <sect2 role="configuration">
    105105    <title>Configuring Nail</title>
    106    
     106
    107107    <sect3 id="nail-config">
    108108      <title>Config Files</title>
    109      
     109
    110110      <para><filename>/etc/nail.rc</filename>, <filename>~/.mailrc</filename> and
    111111      <filename>~/.nailrc</filename></para>
    112      
     112
    113113      <indexterm zone="nail nail-config">
    114114        <primary sortas="e-etc-nail.rc">/etc/nail.rc</primary>
    115115      </indexterm>
    116      
     116
    117117      <indexterm zone="nail nail-config">
    118118        <primary sortas="e-AA.mailrc">~/.mailrc</primary>
    119119      </indexterm>
    120      
     120
    121121      <indexterm zone="nail nail-config">
    122122        <primary sortas="e-AA.nailrc">~/.nailrc</primary>
    123123      </indexterm>
    124      
     124
    125125    </sect3>
    126    
     126
    127127  </sect2>
    128  
     128
    129129  <sect2 role="content">
    130130    <title>Contents</title>
    131    
     131
    132132    <segmentedlist>
    133133      <segtitle>Installed Programs</segtitle>
    134134      <segtitle>Installed Libraries</segtitle>
    135135      <segtitle>Installed Directories</segtitle>
    136      
     136
    137137      <seglistitem>
    138138        <seg>mail, mailx and nail</seg>
     
    141141      </seglistitem>
    142142    </segmentedlist>
    143    
     143
    144144    <variablelist>
    145145      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    146146      <?dbfo list-presentation="list"?>
    147147      <?dbhtml list-presentation="table"?>
    148      
     148
    149149      <varlistentry id="nail-prog">
    150150        <term><command>nail</command></term>
     
    157157        </listitem>
    158158      </varlistentry>
    159      
     159
    160160      <varlistentry id="mail-nail">
    161161        <term><command>mail</command></term>
     
    167167        </listitem>
    168168      </varlistentry>
    169      
     169
    170170      <varlistentry id="mailx-nail">
    171171        <term><command>mailx</command></term>
     
    178178      </varlistentry>
    179179    </variablelist>
    180    
     180
    181181  </sect2>
    182  
     182
    183183</sect1>
  • basicnet/mailnews/other.xml

    r9f271dd re6f1fd6  
    88<sect1 id="basicnet-mailnews-other">
    99  <?dbhtml filename="othermn.html"?>
    10  
     10
    1111  <sect1info>
    1212    <othername>$LastChangedBy$</othername>
    1313    <date>$Date$</date>
    1414  </sect1info>
    15  
     15
    1616  <title>Other Mail and News Programs</title>
    17  
     17
    1818  <para><xref linkend="pan"/> is a GTK2 based newsreader program.</para>
    19  
     19
    2020  <para><command>knode</command> is a <application>Qt</application> based
    2121  newsreader program from <xref linkend="kdepim"/>.</para>
    22  
     22
    2323  <para><command>kmail</command> is a <application>Qt</application> based mail
    2424  client from <xref linkend="kdepim"/>.</para>
    25  
     25
    2626  <para><xref linkend="balsa"/> is a GTK2 based mail client.</para>
    27  
     27
    2828  <para><xref linkend="mozilla"/> includes both a mail client and newsreader in
    2929  its installation.</para>
    30  
     30
    3131  <para><xref linkend="thunderbird"/> is a mail/news client based on the
    3232  <application>Mozilla</application> code base.</para>
    33  
    34   <para><xref linkend="evolution"/> includes a GTK2 based mail client.</para> 
    35  
     33
     34  <para><xref linkend="evolution"/> includes a GTK2 based mail client.</para>
     35
    3636</sect1>
  • basicnet/mailnews/procmail.xml

    r9f271dd re6f1fd6  
    1515<sect1 id="procmail" xreflabel="Procmail-&procmail-version;">
    1616  <?dbhtml filename="procmail.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>Procmail-&procmail-version;</title>
    24  
     24
    2525  <indexterm zone="procmail">
    2626    <primary sortas="a-Procmail">Procmail</primary>
    2727  </indexterm>
    28  
     28
    2929  <sect2 role="package">
    3030    <title>Introduction to Procmail</title>
    31    
     31
    3232    <para>The <application>Procmail</application> package contains an autonomous
    3333    mail processor. This is useful for filtering and sorting incoming mail.</para>
    34    
     34
    3535    <bridgehead renderas="sect3">Package Information</bridgehead>
    3636    <itemizedlist spacing='compact'>
     
    5454      </listitem>
    5555    </itemizedlist>
    56    
     56
    5757  </sect2>
    58  
     58
    5959  <sect2 role="installation">
    6060    <title>Installation of Procmail</title>
    61    
     61
    6262    <para>Install <application>Procmail</application> by running the following
    6363    commands as the <systemitem class="username">root</systemitem> user:</para>
    64    
     64
    6565<screen role='root'><userinput>make LOCKINGTEST=/tmp install &amp;&amp;
    6666make install-suid</userinput></screen>
    67    
     67
    6868  </sect2>
    69  
     69
    7070  <sect2 role="commands">
    7171    <title>Command Explanations</title>
    72    
     72
    7373    <para><command>make LOCKINGTEST=/tmp install</command>: This prevents
    7474    <command>make</command> from asking you where to test file-locking
    7575    patterns.</para>
    76    
     76
    7777    <para><command>make install-suid</command>: Modifies permissions of
    7878    the installed files.</para>
    79    
     79
    8080  </sect2>
    81  
     81
    8282  <sect2 role="configuration">
    8383    <title>Configuring Procmail</title>
    84    
     84
    8585    <sect3 id="procmail-config">
    8686      <title>Config Files</title>
    87      
     87
    8888      <para><filename>/etc/procmailrc</filename> and
    8989      <filename>~/.procmailrc</filename></para>
    90      
     90
    9191      <indexterm zone="procmail procmail-config">
    9292        <primary sortas="e-AA.procmailrc">~/.procmailrc</primary>
    9393      </indexterm>
    94      
     94
    9595      <indexterm zone="procmail procmail-config">
    9696        <primary sortas="e-etc-procmailrc">/etc/procmailrc</primary>
    9797      </indexterm>
    98      
     98
    9999    </sect3>
    100    
     100
    101101    <sect3>
    102102      <title>Configuration Information</title>
    103      
     103
    104104      <para>Recipes have to be written and placed in your
    105105      <filename>~/.procmailrc</filename> for execution. The procmailex man
    106106      page is the starting place to learn how to write recipes.</para>
    107      
     107
    108108    </sect3>
    109    
     109
    110110  </sect2>
    111  
     111
    112112  <sect2 role="content">
    113113    <title>Contents</title>
    114    
     114
    115115    <segmentedlist>
    116116      <segtitle>Installed Programs</segtitle>
    117117      <segtitle>Installed Libraries</segtitle>
    118118      <segtitle>Installed Directories</segtitle>
    119      
     119
    120120      <seglistitem>
    121121        <seg>formail, lockfile, mailstat and procmail</seg>
     
    124124      </seglistitem>
    125125    </segmentedlist>
    126    
     126
    127127    <variablelist>
    128128      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    129129      <?dbfo list-presentation="list"?>
    130130      <?dbhtml list-presentation="table"?>
    131      
     131
    132132      <varlistentry id="formail">
    133133        <term><command>formail</command></term>
     
    139139        </listitem>
    140140      </varlistentry>
    141      
     141
    142142      <varlistentry id="lockfile">
    143143        <term><command>lockfile</command></term>
     
    150150        </listitem>
    151151      </varlistentry>
    152      
     152
    153153      <varlistentry id="mailstat">
    154154        <term><command>mailstat</command></term>
    155155        <listitem>
    156156          <para>prints a summary report of mail that has been filtered by
    157           <command>procmail</command> since the last time <command>mailstat</command> 
     157          <command>procmail</command> since the last time <command>mailstat</command>
    158158          was ran.</para>
    159159          <indexterm zone="procmail mailstat">
     
    162162        </listitem>
    163163      </varlistentry>
    164      
     164
    165165      <varlistentry id="procmail-prog">
    166166        <term><command>procmail</command></term>
     
    174174      </varlistentry>
    175175    </variablelist>
    176    
     176
    177177  </sect2>
    178  
     178
    179179</sect1>
    180180
  • basicnet/mailnews/slrn.xml

    r9f271dd re6f1fd6  
    1515<sect1 id="slrn" xreflabel="slrn-&slrn-version;">
    1616  <?dbhtml filename="slrn.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>Slrn-&slrn-version;</title>
    24  
     24
    2525  <indexterm zone="slrn">
    2626    <primary sortas="a-Slrn">Slrn</primary>
    2727  </indexterm>
    28  
     28
    2929  <sect2 role="package">
    3030    <title>Introduction to Slrn</title>
    31    
     31
    3232    <para><application>slrn</application> is a slang-based news reader, capable of
    3333    reading local news spools as well as groups from an NNTP server. Small local news
    34     spools can also be created with the use of the <command>slrnpull</command> 
     34    spools can also be created with the use of the <command>slrnpull</command>
    3535    program included in the <application>slrn</application> distribution.</para>
    36    
     36
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
    3838    <itemizedlist spacing='compact'>
     
    5656      </listitem>
    5757    </itemizedlist>
    58    
     58
    5959    <bridgehead renderas="sect3">Slrn Dependencies</bridgehead>
    60    
     60
    6161    <bridgehead renderas="sect4">Required</bridgehead>
    6262    <para><xref linkend="slang"/> and a
    6363    MTA (See <xref linkend="server-mail"/>)</para>
    64    
     64
    6565    <bridgehead renderas="sect4">Optional</bridgehead>
    6666    <para><xref linkend="openssl"/>,
     
    6969    <ulink url="http://www.isc.org/index.pl?/sw/inn/">INN</ulink> and
    7070    <ulink url="http://homepage.mac.com/imeowbot/iblog/C1355421991/">libcanlock</ulink></para>
    71    
     71
    7272  </sect2>
    73  
     73
    7474  <sect2 role="installation">
    7575    <title>Installation of Slrn</title>
    76    
     76
    7777    <para>Install <application>slrn</application> by running the following
    7878    commands:</para>
    79    
     79
    8080<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
    8181    --with-slrnpull --enable-spool &amp;&amp;
    8282make &amp;&amp;
    8383make install</userinput></screen>
    84    
     84
    8585  </sect2>
    86  
     86
    8787  <sect2 role="commands">
    8888    <title>Command Explanations</title>
    89    
     89
    9090    <para><parameter>--with-slrnpull --enable-spool</parameter>: These
    9191    switches enable building the <command>slrnpull</command>
    9292    executable.</para>
    93    
     93
    9494    <para><option>--with-ssl</option>: This switch adds
    9595    <application>OpenSSL</application> support to
    9696    <application>slrn</application>.</para>
    97    
     97
    9898    <para><option>--with-uudeview</option>: This switch adds
    9999    <application>UUDeview</application> support to
    100100    <application>slrn</application>.</para>
    101    
     101
    102102  </sect2>
    103  
     103
    104104  <sect2 role="configuration">
    105105    <title>Configuring Slrn</title>
    106    
     106
    107107    <sect3 id="slrn-config">
    108108      <title>Config Files</title>
    109      
     109
    110110      <para><filename>/etc/slrn.rc</filename>,
    111111      <filename>~/.slrnrc</filename></para>
    112      
     112
    113113      <indexterm zone="slrn slrn-config">
    114114        <primary sortas="e-etc-slrn.rc">/etc/slrn.rc</primary>
    115115      </indexterm>
    116      
     116
    117117      <indexterm zone="slrn slrn-config">
    118118        <primary sortas="e-AA.slrnrc">~/.slrnrc</primary>
    119119      </indexterm>
    120      
     120
    121121    </sect3>
    122    
     122
    123123    <sect3>
    124124      <title>Configuration Information</title>
    125      
     125
    126126      <para>The first time <command>slrn</command> is run, the
    127127      <filename>~/.jnewsrc</filename> file must be created. For this configuration
     
    131131      is just put it into the environment of the configuration step. For now, the LFS news
    132132      server is used in this example, but you should use whatever server you prefer.</para>
    133      
     133
    134134      <para>Create the <filename>~/.jnewsrc</filename> file with the following
    135135      command:</para>
    136      
     136
    137137<screen><userinput>NNTPSERVER=<replaceable>news.linuxfromscratch.org</replaceable> \
    138138    slrn -f ~/.jnewsrc --create</userinput></screen>
    139      
     139
    140140      <indexterm zone="slrn slrn-config">
    141141        <primary sortas="e-AA.jnewsrc">~/.jnewsrc</primary>
    142142      </indexterm>
    143      
     143
    144144      <para>You will also have to edit one of the configuration files. There is a sample
    145145      startup <filename>/usr/share/doc/slrn/slrn.rc</filename> file that comes with
     
    147147      information, look at <ulink url="http://slrn.sourceforge.net/docs/">the
    148148      <application>slrn</application> website</ulink>.</para>
    149      
     149
    150150    </sect3>
    151    
     151
    152152  </sect2>
    153  
     153
    154154  <sect2 role="content">
    155155    <title>Contents</title>
    156    
     156
    157157    <segmentedlist>
    158158      <segtitle>Installed Programs</segtitle>
    159159      <segtitle>Installed Libraries</segtitle>
    160160      <segtitle>Installed Directories</segtitle>
    161      
     161
    162162      <seglistitem>
    163163        <seg>slrn and slrnpull</seg>
     
    166166      </seglistitem>
    167167    </segmentedlist>
    168    
     168
    169169    <variablelist>
    170170      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    171171      <?dbfo list-presentation="list"?>
    172172      <?dbhtml list-presentation="table"?>
    173      
     173
    174174      <varlistentry id="slrn-prog">
    175175        <term><command>slrn</command></term>
     
    181181        </listitem>
    182182      </varlistentry>
    183      
     183
    184184      <varlistentry id="slrnpull">
    185185        <term><command>slrnpull</command></term>
     
    192192        </listitem>
    193193      </varlistentry>
    194      
     194
    195195    </variablelist>
    196    
     196
    197197  </sect2>
    198  
     198
    199199</sect1>
Note: See TracChangeset for help on using the changeset viewer.