source: archive/slrn.xml

trunk
Last change on this file 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
RevLine 
[bfe245f]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[bfe245f]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[fce275e]7 <!ENTITY slrn-download-http "&sourceforge-repo;/slrn/slrn-&slrn-version;.tar.bz2">
[bfe245f]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
[fd680fb]15<sect1 id="slrn" xreflabel="slrn-&slrn-version;">
[38ef567]16 <?dbhtml filename="slrn.html"?>
[e6f1fd6]17
18
[38ef567]19 <title>Slrn-&slrn-version;</title>
[e6f1fd6]20
[38ef567]21 <indexterm zone="slrn">
22 <primary sortas="a-Slrn">Slrn</primary>
23 </indexterm>
[e6f1fd6]24
[38ef567]25 <sect2 role="package">
26 <title>Introduction to Slrn</title>
[e6f1fd6]27
[f314186c]28 <para><application>slrn</application> is a slang-based news reader, capable of
[38ef567]29 reading local news spools as well as groups from an NNTP server. Small local news
[e6f1fd6]30 spools can also be created with the use of the <command>slrnpull</command>
[38ef567]31 program included in the <application>slrn</application> distribution.</para>
[e6f1fd6]32
[38ef567]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>
[e6f1fd6]54
[38ef567]55 <bridgehead renderas="sect3">Slrn Dependencies</bridgehead>
[e6f1fd6]56
[38ef567]57 <bridgehead renderas="sect4">Required</bridgehead>
[7f5c97e]58 <para role="required"><xref linkend="slang"/> and
59 an <xref linkend="server-mail"/></para>
[e6f1fd6]60
[38ef567]61 <bridgehead renderas="sect4">Optional</bridgehead>
[4dbbf634]62 <para role="optional"><xref linkend="openssl"/>,
[38ef567]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>
[e6f1fd6]67
[061ec9d]68 <para condition="html" role="usernotes">User Notes:
69 <ulink url="&blfs-wiki;/slrn"/></para>
70
[38ef567]71 </sect2>
[e6f1fd6]72
[38ef567]73 <sect2 role="installation">
74 <title>Installation of Slrn</title>
[e6f1fd6]75
[f314186c]76 <para>Install <application>slrn</application> by running the following
[38ef567]77 commands:</para>
[e6f1fd6]78
[38ef567]79<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
[4a46bf8]80 --with-slrnpull --enable-spool &amp;&amp;
[46441976]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>
[e6f1fd6]88
[38ef567]89 </sect2>
[e6f1fd6]90
[38ef567]91 <sect2 role="commands">
92 <title>Command Explanations</title>
[e6f1fd6]93
[38ef567]94 <para><parameter>--with-slrnpull --enable-spool</parameter>: These
95 switches enable building the <command>slrnpull</command>
96 executable.</para>
[e6f1fd6]97
[f314186c]98 <para><option>--with-ssl</option>: This switch adds
99 <application>OpenSSL</application> support to
[38ef567]100 <application>slrn</application>.</para>
[e6f1fd6]101
[f314186c]102 <para><option>--with-uudeview</option>: This switch adds
103 <application>UUDeview</application> support to
[38ef567]104 <application>slrn</application>.</para>
[e6f1fd6]105
[38ef567]106 </sect2>
[e6f1fd6]107
[38ef567]108 <sect2 role="configuration">
109 <title>Configuring Slrn</title>
[e6f1fd6]110
[38ef567]111 <sect3 id="slrn-config">
112 <title>Config Files</title>
[e6f1fd6]113
[38ef567]114 <para><filename>/etc/slrn.rc</filename>,
115 <filename>~/.slrnrc</filename></para>
[e6f1fd6]116
[38ef567]117 <indexterm zone="slrn slrn-config">
118 <primary sortas="e-etc-slrn.rc">/etc/slrn.rc</primary>
119 </indexterm>
[e6f1fd6]120
[38ef567]121 <indexterm zone="slrn slrn-config">
122 <primary sortas="e-AA.slrnrc">~/.slrnrc</primary>
123 </indexterm>
[e6f1fd6]124
[38ef567]125 </sect3>
[e6f1fd6]126
[38ef567]127 <sect3>
128 <title>Configuration Information</title>
[e6f1fd6]129
[f314186c]130 <para>The first time <command>slrn</command> is run, the
131 <filename>~/.jnewsrc</filename> file must be created. For this configuration
[38ef567]132 to work, you must have an environmental variable, <envar>NNTPSERVER</envar>,
[f314186c]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
[38ef567]136 server is used in this example, but you should use whatever server you prefer.</para>
[e6f1fd6]137
[38ef567]138 <para>Create the <filename>~/.jnewsrc</filename> file with the following
139 command:</para>
[e6f1fd6]140
[4e88613]141<screen><userinput>NNTPSERVER=<replaceable>&lt;news.&lfs-domainname;&gt;</replaceable> \
[38ef567]142 slrn -f ~/.jnewsrc --create</userinput></screen>
[e6f1fd6]143
[38ef567]144 <indexterm zone="slrn slrn-config">
145 <primary sortas="e-AA.jnewsrc">~/.jnewsrc</primary>
146 </indexterm>
[e6f1fd6]147
[38ef567]148 <para>You will also have to edit one of the configuration files. There is a sample
[f314186c]149 startup <filename>/usr/share/doc/slrn/slrn.rc</filename> file that comes with
[38ef567]150 <application>slrn</application>. It is extensively documented but if you need more
[f314186c]151 information, look at <ulink url="http://slrn.sourceforge.net/docs/">the
[38ef567]152 <application>slrn</application> website</ulink>.</para>
[e6f1fd6]153
[38ef567]154 </sect3>
[e6f1fd6]155
[38ef567]156 </sect2>
[e6f1fd6]157
[38ef567]158 <sect2 role="content">
159 <title>Contents</title>
[e6f1fd6]160
[38ef567]161 <segmentedlist>
162 <segtitle>Installed Programs</segtitle>
163 <segtitle>Installed Libraries</segtitle>
164 <segtitle>Installed Directories</segtitle>
[e6f1fd6]165
[38ef567]166 <seglistitem>
167 <seg>slrn and slrnpull</seg>
168 <seg>None</seg>
[46441976]169 <seg>/usr/share/slrn and usr/share/doc/slrn</seg>
[38ef567]170 </seglistitem>
171 </segmentedlist>
[e6f1fd6]172
[38ef567]173 <variablelist>
174 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
175 <?dbfo list-presentation="list"?>
176 <?dbhtml list-presentation="table"?>
[e6f1fd6]177
[38ef567]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>
[e6f1fd6]187
[38ef567]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>
[e6f1fd6]198
[38ef567]199 </variablelist>
[e6f1fd6]200
[38ef567]201 </sect2>
[e6f1fd6]202
[f45b1953]203</sect1>
Note: See TracBrowser for help on using the repository browser.