source: basicnet/mailnews/slrn.xml@ 55c657e

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
Last change on this file since 55c657e was 55c657e, checked in by Randy McMurchy <randy@…>, 19 years ago

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

  • Property mode set to 100644
File size: 5.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY slrn-download-http "http://prdownloads.sourceforge.net/slrn/slrn-&slrn-version;.tar.bz2">
8 <!ENTITY slrn-download-ftp "ftp://ftp.fh-heilbronn.de/pub/mirrors/slrn/slrn-&slrn-version;.tar.bz2">
9 <!ENTITY slrn-md5sum "9b613007df537444a5f8a4a2994fadb7">
10 <!ENTITY slrn-size "1011 KB">
11 <!ENTITY slrn-buildsize "9.3 MB">
12 <!ENTITY slrn-time "0.19 SBU">
13]>
14
15<sect1 id="slrn" xreflabel="slrn-&slrn-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="slrn.html"?>
21<title>slrn-&slrn-version;</title>
22
23<sect2>
24<title>Introduction to <application>slrn</application></title>
25
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>
31
32<sect3><title>Package information</title>
33<itemizedlist spacing='compact'>
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>
39<listitem><para>Download size: &slrn-size;</para></listitem>
40<listitem><para>Estimated disk space required:
41&slrn-buildsize;</para></listitem>
42<listitem><para>Estimated build time:
43&slrn-time;</para></listitem></itemizedlist>
44</sect3>
45
46<sect3><title><application>slrn</application> dependencies</title>
47<sect4><title>Required</title>
48<para><xref linkend="slang"/> and
49<acronym>MTA</acronym> (See <xref linkend="server-mail"/>)</para>
50</sect4>
51
52<sect4><title>Optional</title>
53<para><xref linkend="openssl"/>,
54<ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink>,
55<ulink url="http://www.fpx.de/fp/Software/UUDeview/">UUDeview</ulink>,
56<ulink url="http://www.isc.org/index.pl?/sw/inn/">INN</ulink> and
57<ulink url="http://homepage.mac.com/imeowbot/iblog/C1355421991/">
58libcanlock</ulink></para>
59</sect4>
60</sect3>
61
62</sect2>
63
64<sect2>
65<title>Installation of <application>slrn</application></title>
66
67<para>Install <application>slrn</application> by running the following
68commands:</para>
69
70<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc \
71 --with-slrnpull --enable-spool &amp;&amp;
72make &amp;&amp;
73make install</command></userinput></screen>
74
75</sect2>
76
77<sect2>
78<title>Command explanations</title>
79
80<para><parameter>--with-slrnpull --enable-spool</parameter>: These
81switches enable building the <command>slrnpull</command>
82executable.</para>
83
84<para><option>--with-ssl</option>: This switch adds
85<application>Open<acronym>SSL</acronym></application> support to
86<application>slrn</application>.</para>
87
88<para><option>--with-uudeview</option>: This switch adds
89<application>UUDeview</application> support to
90<application>slrn</application>.</para>
91
92</sect2>
93
94<sect2>
95<title>Configuring <application>slrn</application></title>
96
97<sect3><title>Config files</title>
98<para><filename>/etc/slrn.rc</filename>,
99<filename>~/.slrnrc</filename></para>
100</sect3>
101
102<sect3><title>Configuration Information</title>
103
104<para>The first time <command>slrn</command> is run, the
105<filename>~/.jnewsrc</filename> file must be
106created. For this configuration to work, you must have an environmental
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
112whatever server you prefer.</para>
113
114<para>Create the <filename>~/.jnewsrc</filename> file with the following
115command:</para>
116
117<screen><userinput><command>NNTPSERVER=<replaceable>news.linuxfromscratch.org</replaceable> \
118 slrn -f ~/.jnewsrc --create</command></userinput></screen>
119
120<para>You will also have to edit one of the configuration files. There
121is a sample startup <filename>/usr/share/doc/slrn/slrn.rc</filename>
122file that comes with slrn. It is extensively documented but if you
123need more information, look at
124<ulink url="http://slrn.sourceforge.net/docs/">the
125<application>slrn</application> website</ulink>.</para>
126
127</sect3>
128
129</sect2>
130
131<sect2>
132<title>Contents</title>
133<para>The <application>slrn</application> package contains
134<command>slrn</command> and
135<command>slrnpull</command>.</para>
136</sect2>
137
138<sect2><title>Description</title>
139
140<sect3><title>slrn</title>
141<para><command>slrn</command> is the slang-based news reader.</para></sect3>
142
143<sect3><title>slrnpull</title>
144<para><command>slrnpull</command> is used to pull a small news feed from
145an <acronym>NNTP</acronym> server for offline reading.</para></sect3>
146
147</sect2>
148
149</sect1>
150
Note: See TracBrowser for help on using the repository browser.