source: archive/slrn.xml@ 45ab6c7

11.0 11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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