source: basicnet/mailnews/slrn.xml@ 0034f4f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 0034f4f was 0034f4f, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Updated template.xml with automatized scripts generation related tags.

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

  • Property mode set to 100644
File size: 7.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/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 <?dbhtml filename="slrn.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">slrn-&slrn-version;.tar</keyword>
23 <keyword role="ftptdir">slrn</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>Slrn-&slrn-version;</title>
28
29 <indexterm zone="slrn">
30 <primary sortas="a-Slrn">Slrn</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Slrn</title>
35
36 <para><application>slrn</application> is a slang-based news reader, capable of
37 reading local news spools as well as groups from an NNTP server. Small local news
38 spools can also be created with the use of the <command>slrnpull</command>
39 program included in the <application>slrn</application> distribution.</para>
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing='compact'>
43 <listitem>
44 <para>Download (HTTP): <ulink url="&slrn-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&slrn-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &slrn-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &slrn-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &slrn-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &slrn-time;</para>
60 </listitem>
61 </itemizedlist>
62
63 <bridgehead renderas="sect3">Slrn Dependencies</bridgehead>
64
65 <bridgehead renderas="sect4">Required</bridgehead>
66 <para role="required"><xref linkend="slang"/> and a
67 MTA (See <xref linkend="server-mail"/>)</para>
68
69 <bridgehead renderas="sect4">Optional</bridgehead>
70 <para role="optional"><xref linkend="openssl"/>,
71 <ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink>,
72 <ulink url="http://www.fpx.de/fp/Software/UUDeview/">UUDeview</ulink>,
73 <ulink url="http://www.isc.org/index.pl?/sw/inn/">INN</ulink> and
74 <ulink url="http://homepage.mac.com/imeowbot/iblog/C1355421991/">libcanlock</ulink></para>
75
76 </sect2>
77
78 <sect2 role="installation">
79 <title>Installation of Slrn</title>
80
81 <para>Install <application>slrn</application> by running the following
82 commands:</para>
83
84<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
85 --with-slrnpull --enable-spool &amp;&amp;
86make</userinput></screen>
87
88 <para>This package does not come with a test suite.</para>
89
90 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
91
92<screen role='root'><userinput>make install</userinput></screen>
93
94 </sect2>
95
96 <sect2 role="commands">
97 <title>Command Explanations</title>
98
99 <para><parameter>--with-slrnpull --enable-spool</parameter>: These
100 switches enable building the <command>slrnpull</command>
101 executable.</para>
102
103 <para><option>--with-ssl</option>: This switch adds
104 <application>OpenSSL</application> support to
105 <application>slrn</application>.</para>
106
107 <para><option>--with-uudeview</option>: This switch adds
108 <application>UUDeview</application> support to
109 <application>slrn</application>.</para>
110
111 </sect2>
112
113 <sect2 role="configuration">
114 <title>Configuring Slrn</title>
115
116 <sect3 id="slrn-config">
117 <title>Config Files</title>
118
119 <para><filename>/etc/slrn.rc</filename>,
120 <filename>~/.slrnrc</filename></para>
121
122 <indexterm zone="slrn slrn-config">
123 <primary sortas="e-etc-slrn.rc">/etc/slrn.rc</primary>
124 </indexterm>
125
126 <indexterm zone="slrn slrn-config">
127 <primary sortas="e-AA.slrnrc">~/.slrnrc</primary>
128 </indexterm>
129
130 </sect3>
131
132 <sect3>
133 <title>Configuration Information</title>
134
135 <para>The first time <command>slrn</command> is run, the
136 <filename>~/.jnewsrc</filename> file must be created. For this configuration
137 to work, you must have an environmental variable, <envar>NNTPSERVER</envar>,
138 set. In normal operation it would be exported into the environment by a startup file,
139 like <filename>/etc/profile</filename> or <filename>~/.bashrc</filename>. Here it
140 is just put it into the environment of the configuration step. For now, the LFS news
141 server is used in this example, but you should use whatever server you prefer.</para>
142
143 <para>Create the <filename>~/.jnewsrc</filename> file with the following
144 command:</para>
145
146<screen><userinput>NNTPSERVER=<replaceable>news.linuxfromscratch.org</replaceable> \
147 slrn -f ~/.jnewsrc --create</userinput></screen>
148
149 <indexterm zone="slrn slrn-config">
150 <primary sortas="e-AA.jnewsrc">~/.jnewsrc</primary>
151 </indexterm>
152
153 <para>You will also have to edit one of the configuration files. There is a sample
154 startup <filename>/usr/share/doc/slrn/slrn.rc</filename> file that comes with
155 <application>slrn</application>. It is extensively documented but if you need more
156 information, look at <ulink url="http://slrn.sourceforge.net/docs/">the
157 <application>slrn</application> website</ulink>.</para>
158
159 </sect3>
160
161 </sect2>
162
163 <sect2 role="content">
164 <title>Contents</title>
165
166 <segmentedlist>
167 <segtitle>Installed Programs</segtitle>
168 <segtitle>Installed Libraries</segtitle>
169 <segtitle>Installed Directories</segtitle>
170
171 <seglistitem>
172 <seg>slrn and slrnpull</seg>
173 <seg>None</seg>
174 <seg>/usr/share/slrn and usr/share/doc/slrn</seg>
175 </seglistitem>
176 </segmentedlist>
177
178 <variablelist>
179 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
180 <?dbfo list-presentation="list"?>
181 <?dbhtml list-presentation="table"?>
182
183 <varlistentry id="slrn-prog">
184 <term><command>slrn</command></term>
185 <listitem>
186 <para>is the slang-based news reader.</para>
187 <indexterm zone="slrn slrn-prog">
188 <primary sortas="b-slrn">slrn</primary>
189 </indexterm>
190 </listitem>
191 </varlistentry>
192
193 <varlistentry id="slrnpull">
194 <term><command>slrnpull</command></term>
195 <listitem>
196 <para>is used to pull a small news feed from an NNTP server for offline
197 reading.</para>
198 <indexterm zone="slrn slrnpull">
199 <primary sortas="b-slrnpull">slrnpull</primary>
200 </indexterm>
201 </listitem>
202 </varlistentry>
203
204 </variablelist>
205
206 </sect2>
207
208</sect1>
Note: See TracBrowser for help on using the repository browser.