source: archive/slrn.xml@ 3f2db3a6

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 3f2db3a6 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

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