source: archive/slrn.xml@ 060c752c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.0 9.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 060c752c was 7df2e1ae, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Cleanup IV. Networking

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

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