slrn-0.9.8.1

Introduction to slrn

slrn is a slang-based news reader, capable of reading local news spools as well as groups from an NNTP server. Small local news spools can also be created with the use of the slrnpull program included in the slrn distribution.

Package information

slrn dependencies

Installation of slrn

Install slrn by running the following commands:

./configure --prefix=/usr --sysconfdir=/etc \
    --with-slrnpull --enable-spool &&
make &&
make install

Command explanations

--with-slrnpull --enable-spool: These switches enable building the slrnpull executable.

--with-ssl: This switch adds OpenSSL support to slrn.

--with-uudeview: This switch adds UUDeview support to slrn.

Configuring slrn

Config files

/etc/slrn.rc, ~/.slrnrc

Configuration Information

The first time slrn is run, the ~/.jnewsrc file must be created. For this configuration to work, you must have an environmental variable, NNTPSERVER, set. In normal operation it would be exported into the environment by a startup file, like /etc/profile or ~/.bashrc. Here it is just put it into the environment of the configuration step. For now, the LFS news server is used in this example, but you should use whatever server you prefer.

Create the ~/.jnewsrc file with the following command:

NNTPSERVER=news.linuxfromscratch.org \
    slrn -f ~/.jnewsrc --create

You will also have to edit one of the configuration files. There is a sample startup /usr/share/doc/slrn/slrn.rc file that comes with slrn. It is extensively documented but if you need more information, look at the slrn website.

Contents

The slrn package contains slrn and slrnpull.

Description

slrn

slrn is the slang-based news reader.

slrnpull

slrnpull is used to pull a small news feed from an NNTP server for offline reading.

Last updated on 2005-02-11 15:17:38 -0700