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
RevLine 
[bfe245f]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">
[55c657e]9 <!ENTITY slrn-md5sum "9b613007df537444a5f8a4a2994fadb7">
[4a46bf8]10 <!ENTITY slrn-size "1011 KB">
[bfe245f]11 <!ENTITY slrn-buildsize "9.3 MB">
12 <!ENTITY slrn-time "0.19 SBU">
13]>
14
[d48dba5e]15<sect1 id="slrn" xreflabel="slrn-&slrn-version;">
[a0f03b0]16<sect1info>
[5cd0959d]17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
[a0f03b0]19</sect1info>
[00bb024c]20<?dbhtml filename="slrn.html"?>
[d48dba5e]21<title>slrn-&slrn-version;</title>
[f45b1953]22
[bfe245f]23<sect2>
24<title>Introduction to <application>slrn</application></title>
25
[55c657e]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>
[bfe245f]31
32<sect3><title>Package information</title>
33<itemizedlist spacing='compact'>
[55c657e]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>
[bfe245f]39<listitem><para>Download size: &slrn-size;</para></listitem>
[55c657e]40<listitem><para>Estimated disk space required:
41&slrn-buildsize;</para></listitem>
42<listitem><para>Estimated build time:
43&slrn-time;</para></listitem></itemizedlist>
[bfe245f]44</sect3>
45
46<sect3><title><application>slrn</application> dependencies</title>
47<sect4><title>Required</title>
[55c657e]48<para><xref linkend="slang"/> and
49<acronym>MTA</acronym> (See <xref linkend="server-mail"/>)</para>
50</sect4>
[bfe245f]51
52<sect4><title>Optional</title>
[55c657e]53<para><xref linkend="openssl"/>,
[4a46bf8]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
[55c657e]57<ulink url="http://homepage.mac.com/imeowbot/iblog/C1355421991/">
58libcanlock</ulink></para>
59</sect4>
[bfe245f]60</sect3>
61
62</sect2>
63
64<sect2>
65<title>Installation of <application>slrn</application></title>
66
[55c657e]67<para>Install <application>slrn</application> by running the following
68commands:</para>
[bfe245f]69
70<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc \
[4a46bf8]71 --with-slrnpull --enable-spool &amp;&amp;
72make &amp;&amp;
[bfe245f]73make install</command></userinput></screen>
74
75</sect2>
76
77<sect2>
78<title>Command explanations</title>
79
[3183afb]80<para><parameter>--with-slrnpull --enable-spool</parameter>: These
81switches enable building the <command>slrnpull</command>
82executable.</para>
83
[55c657e]84<para><option>--with-ssl</option>: This switch adds
85<application>Open<acronym>SSL</acronym></application> support to
86<application>slrn</application>.</para>
[3183afb]87
[55c657e]88<para><option>--with-uudeview</option>: This switch adds
89<application>UUDeview</application> support to
90<application>slrn</application>.</para>
[bfe245f]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
[55c657e]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
[bfe245f]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
[55c657e]123need more information, look at
124<ulink url="http://slrn.sourceforge.net/docs/">the
125<application>slrn</application> website</ulink>.</para>
[bfe245f]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>
[f45b1953]148
149</sect1>
150
Note: See TracBrowser for help on using the repository browser.