Ignore:
Timestamp:
02/11/2005 10:17:38 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.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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
fdcfc4cf
Parents:
28ce643
Message:

Added md5sums to Chapter 20 packages; changed FTP download URL's in Pine and NcFTP instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/slrn.xml

    r28ce643 r55c657e  
    77  <!ENTITY slrn-download-http "http://prdownloads.sourceforge.net/slrn/slrn-&slrn-version;.tar.bz2">
    88  <!ENTITY slrn-download-ftp  "ftp://ftp.fh-heilbronn.de/pub/mirrors/slrn/slrn-&slrn-version;.tar.bz2">
     9  <!ENTITY slrn-md5sum        "9b613007df537444a5f8a4a2994fadb7">
    910  <!ENTITY slrn-size          "1011 KB">
    1011  <!ENTITY slrn-buildsize     "9.3 MB">
     
    2324<title>Introduction to <application>slrn</application></title>
    2425
    25 <para><application>slrn</application> is a slang-based news reader, capable of reading local news
    26 spools as well as groups from an <acronym>NNTP</acronym> server.  Small local news spools
    27 can also be created with the use of the slrnpull program included in
    28 the slrn distribution.</para>
     26<para><application>slrn</application> is a slang-based news reader, capable of
     27reading local news spools as well as groups from an <acronym>NNTP</acronym>
     28server. Small local news spools can also be created with the use of the
     29<command>slrnpull</command> program included in the
     30<application>slrn</application> distribution.</para>
    2931
    3032<sect3><title>Package information</title>
    3133<itemizedlist spacing='compact'>
    32 <listitem><para>Download (HTTP): <ulink url="&slrn-download-http;"/></para></listitem>
    33 <listitem><para>Download (FTP): <ulink url="&slrn-download-ftp;"/></para></listitem>
     34<listitem><para>Download (HTTP):
     35<ulink url="&slrn-download-http;"/></para></listitem>
     36<listitem><para>Download (FTP):
     37<ulink url="&slrn-download-ftp;"/></para></listitem>
     38<listitem><para>Download MD5 sum: &slrn-md5sum;</para></listitem>
    3439<listitem><para>Download size: &slrn-size;</para></listitem>
    35 <listitem><para>Estimated disk space required: &slrn-buildsize;</para></listitem>
    36 <listitem><para>Estimated build time: &slrn-time;</para></listitem></itemizedlist>
     40<listitem><para>Estimated disk space required:
     41&slrn-buildsize;</para></listitem>
     42<listitem><para>Estimated build time:
     43&slrn-time;</para></listitem></itemizedlist>
    3744</sect3>
    3845
    3946<sect3><title><application>slrn</application> dependencies</title>
    4047<sect4><title>Required</title>
    41 <para><xref linkend="slang"/> and <acronym>MTA</acronym> (See <xref linkend="server-mail"/>)</para></sect4>
     48<para><xref linkend="slang"/> and
     49<acronym>MTA</acronym> (See <xref linkend="server-mail"/>)</para>
     50</sect4>
    4251
    4352<sect4><title>Optional</title>
    44 <para>
    45 <xref linkend="openssl"/>,
     53<para><xref linkend="openssl"/>,
    4654<ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink>,
    4755<ulink url="http://www.fpx.de/fp/Software/UUDeview/">UUDeview</ulink>,
    4856<ulink url="http://www.isc.org/index.pl?/sw/inn/">INN</ulink> and
    49 <ulink url="http://homepage.mac.com/imeowbot/iblog/C1355421991/">libcanlock</ulink>
    50 </para></sect4>
     57<ulink url="http://homepage.mac.com/imeowbot/iblog/C1355421991/">
     58libcanlock</ulink></para>
     59</sect4>
    5160</sect3>
    5261
     
    5665<title>Installation of <application>slrn</application></title>
    5766
    58 <para>Install <application>slrn</application> by running the following commands:</para>
     67<para>Install <application>slrn</application> by running the following
     68commands:</para>
    5969
    6070<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc \
     
    7282executable.</para>
    7383
    74 <para><option>--with-ssl</option>: This switch adds OpenSSL support to
    75 slrn.</para>
     84<para><option>--with-ssl</option>: This switch adds
     85<application>Open<acronym>SSL</acronym></application> support to
     86<application>slrn</application>.</para>
    7687
    77 <para><option>--with-uudeview</option>: This switch adds UUDeview
    78 support to slrn.</para>
     88<para><option>--with-uudeview</option>: This switch adds
     89<application>UUDeview</application> support to
     90<application>slrn</application>.</para>
    7991
    8092</sect2>
     
    93105<filename>~/.jnewsrc</filename> file must be
    94106created. For this configuration to work, you must have an environmental
    95 variable, <envar>NNTPSERVER</envar>, set. In normal operation it would be exported into
    96 the environment by a startup file, like <filename>/etc/profile</filename>
    97 or <filename>~/.bashrc</filename>. Here we will just put it into the
    98 environment of the configuration step. We will use the
    99 <acronym>LFS</acronym> news server in this example, but you should use
     107variable, <envar>NNTPSERVER</envar>, set. In normal operation it would be
     108exported into the environment by a startup file, like
     109<filename>/etc/profile</filename> or <filename>~/.bashrc</filename>. Here it
     110is just put it into the environment of the configuration step. For now, the
     111<acronym>LFS</acronym> news server is used in this example, but you should use
    100112whatever server you prefer.</para>
    101113
     
    109121is a sample startup <filename>/usr/share/doc/slrn/slrn.rc</filename>
    110122file that comes with slrn. It is extensively documented but if you
    111 need more information, look at <ulink
    112 url="http://slrn.sourceforge.net/docs/">the slrn
    113 website</ulink>.</para>
     123need more information, look at
     124<ulink url="http://slrn.sourceforge.net/docs/">the
     125<application>slrn</application> website</ulink>.</para>
    114126
    115127</sect3>
Note: See TracChangeset for help on using the changeset viewer.