source: basicnet/mailnews/slrn.xml@ a0f03b0

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 a0f03b0 was a0f03b0, checked in by Archaic <archaic@…>, 20 years ago

Inserting sect1info

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

  • Property mode set to 100644
File size: 4.2 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-size "972 KB">
10 <!ENTITY slrn-buildsize "9.3 MB">
11 <!ENTITY slrn-time "0.19 SBU">
12]>
13
14<sect1 id="slrn" xreflabel="slrn-&slrn-version;">
15<sect1info>
16<othername>$LastChangedBy: $</othername>
17<date>$Date: $</date>
18</sect1info>
19<?dbhtml filename="slrn.html"?>
20<title>slrn-&slrn-version;</title>
21
22<sect2>
23<title>Introduction to <application>slrn</application></title>
24
25<para><application>slrn</application> is a slang-based news reader, capable of reading local news
26spools as well as groups from an <acronym>NNTP</acronym> server. Small local news spools
27can also be created with the use of the slrnpull program included in
28the slrn distribution.</para>
29
30<sect3><title>Package information</title>
31<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 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>
37</sect3>
38
39<sect3><title><application>slrn</application> dependencies</title>
40<sect4><title>Required</title>
41<para><xref linkend="slang"/> and <acronym>MTA</acronym> (See <xref linkend="server-mail"/>)</para></sect4>
42
43<sect4><title>Optional</title>
44<para><xref linkend="openssl"/></para></sect4>
45</sect3>
46
47</sect2>
48
49<sect2>
50<title>Installation of <application>slrn</application></title>
51
52<para>Install <application>slrn</application> by running the following commands:</para>
53
54<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc \
55 --with-slrnpull &amp;&amp;
56make LDFLAGS="-ldl" &amp;&amp;
57make install</command></userinput></screen>
58
59</sect2>
60
61<sect2>
62<title>Command explanations</title>
63
64<para><command>./configure --with-slrnpull</command>: Build the slrnpull executable.</para>
65
66</sect2>
67
68<sect2>
69<title>Configuring <application>slrn</application></title>
70
71<sect3><title>Config files</title>
72<para><filename>/etc/slrn.rc</filename>,
73<filename>~/.slrnrc</filename></para>
74</sect3>
75
76<sect3><title>Configuration Information</title>
77
78<para>The first time <command>slrn</command> is run, the
79<filename>~/.jnewsrc</filename> file must be
80created. For this configuration to work, you must have an environmental
81variable, <envar>NNTPSERVER</envar>, set. In normal operation it would be exported into
82the environment by a startup file, like <filename>/etc/profile</filename>
83or <filename>~/.bashrc</filename>. Here we will just put it into the
84environment of the configuration step. We will use the
85<acronym>LFS</acronym> news server in this example, but you should use
86whatever server you prefer.</para>
87
88<para>Create the <filename>~/.jnewsrc</filename> file with the following
89command:</para>
90
91<screen><userinput><command>NNTPSERVER=<replaceable>news.linuxfromscratch.org</replaceable> \
92 slrn -f ~/.jnewsrc --create</command></userinput></screen>
93
94<para>You will also have to edit one of the configuration files. There
95is a sample startup <filename>/usr/share/doc/slrn/slrn.rc</filename>
96file that comes with slrn. It is extensively documented but if you
97need more information, look at <ulink
98url="http://slrn.sourceforge.net/docs/">the slrn
99website</ulink>.</para>
100
101</sect3>
102
103</sect2>
104
105<sect2>
106<title>Contents</title>
107<para>The <application>slrn</application> package contains
108<command>slrn</command> and
109<command>slrnpull</command>.</para>
110</sect2>
111
112<sect2><title>Description</title>
113
114<sect3><title>slrn</title>
115<para><command>slrn</command> is the slang-based news reader.</para></sect3>
116
117<sect3><title>slrnpull</title>
118<para><command>slrnpull</command> is used to pull a small news feed from
119an <acronym>NNTP</acronym> server for offline reading.</para></sect3>
120
121</sect2>
122
123</sect1>
124
Note: See TracBrowser for help on using the repository browser.