source: basicnet/mailnews/slrn.xml@ 86bb9db5

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 gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 86bb9db5 was 25475f5, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Typo fix. Basicnet.

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

  • Property mode set to 100644
File size: 7.0 KB
RevLine 
[bfe245f]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[bfe245f]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">
[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
[d48dba5e]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>
[4dbbf634]21 <keywordset>
22 <keyword role="package">slrn-&slrn-version;.tar</keyword>
[25475f5]23 <keyword role="ftpdir">slrn</keyword>
[4dbbf634]24 </keywordset>
[38ef567]25 </sect1info>
[e6f1fd6]26
[38ef567]27 <title>Slrn-&slrn-version;</title>
[e6f1fd6]28
[38ef567]29 <indexterm zone="slrn">
30 <primary sortas="a-Slrn">Slrn</primary>
31 </indexterm>
[e6f1fd6]32
[38ef567]33 <sect2 role="package">
34 <title>Introduction to Slrn</title>
[e6f1fd6]35
[f314186c]36 <para><application>slrn</application> is a slang-based news reader, capable of
[38ef567]37 reading local news spools as well as groups from an NNTP server. Small local news
[e6f1fd6]38 spools can also be created with the use of the <command>slrnpull</command>
[38ef567]39 program included in the <application>slrn</application> distribution.</para>
[e6f1fd6]40
[38ef567]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>
[e6f1fd6]62
[38ef567]63 <bridgehead renderas="sect3">Slrn Dependencies</bridgehead>
[e6f1fd6]64
[38ef567]65 <bridgehead renderas="sect4">Required</bridgehead>
[4dbbf634]66 <para role="required"><xref linkend="slang"/> and a
[38ef567]67 MTA (See <xref linkend="server-mail"/>)</para>
[e6f1fd6]68
[38ef567]69 <bridgehead renderas="sect4">Optional</bridgehead>
[4dbbf634]70 <para role="optional"><xref linkend="openssl"/>,
[38ef567]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>
[e6f1fd6]75
[38ef567]76 </sect2>
[e6f1fd6]77
[38ef567]78 <sect2 role="installation">
79 <title>Installation of Slrn</title>
[e6f1fd6]80
[f314186c]81 <para>Install <application>slrn</application> by running the following
[38ef567]82 commands:</para>
[e6f1fd6]83
[38ef567]84<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
[4a46bf8]85 --with-slrnpull --enable-spool &amp;&amp;
[46441976]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>
[e6f1fd6]93
[38ef567]94 </sect2>
[e6f1fd6]95
[38ef567]96 <sect2 role="commands">
97 <title>Command Explanations</title>
[e6f1fd6]98
[38ef567]99 <para><parameter>--with-slrnpull --enable-spool</parameter>: These
100 switches enable building the <command>slrnpull</command>
101 executable.</para>
[e6f1fd6]102
[f314186c]103 <para><option>--with-ssl</option>: This switch adds
104 <application>OpenSSL</application> support to
[38ef567]105 <application>slrn</application>.</para>
[e6f1fd6]106
[f314186c]107 <para><option>--with-uudeview</option>: This switch adds
108 <application>UUDeview</application> support to
[38ef567]109 <application>slrn</application>.</para>
[e6f1fd6]110
[38ef567]111 </sect2>
[e6f1fd6]112
[38ef567]113 <sect2 role="configuration">
114 <title>Configuring Slrn</title>
[e6f1fd6]115
[38ef567]116 <sect3 id="slrn-config">
117 <title>Config Files</title>
[e6f1fd6]118
[38ef567]119 <para><filename>/etc/slrn.rc</filename>,
120 <filename>~/.slrnrc</filename></para>
[e6f1fd6]121
[38ef567]122 <indexterm zone="slrn slrn-config">
123 <primary sortas="e-etc-slrn.rc">/etc/slrn.rc</primary>
124 </indexterm>
[e6f1fd6]125
[38ef567]126 <indexterm zone="slrn slrn-config">
127 <primary sortas="e-AA.slrnrc">~/.slrnrc</primary>
128 </indexterm>
[e6f1fd6]129
[38ef567]130 </sect3>
[e6f1fd6]131
[38ef567]132 <sect3>
133 <title>Configuration Information</title>
[e6f1fd6]134
[f314186c]135 <para>The first time <command>slrn</command> is run, the
136 <filename>~/.jnewsrc</filename> file must be created. For this configuration
[38ef567]137 to work, you must have an environmental variable, <envar>NNTPSERVER</envar>,
[f314186c]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
[38ef567]141 server is used in this example, but you should use whatever server you prefer.</para>
[e6f1fd6]142
[38ef567]143 <para>Create the <filename>~/.jnewsrc</filename> file with the following
144 command:</para>
[e6f1fd6]145
[38ef567]146<screen><userinput>NNTPSERVER=<replaceable>news.linuxfromscratch.org</replaceable> \
147 slrn -f ~/.jnewsrc --create</userinput></screen>
[e6f1fd6]148
[38ef567]149 <indexterm zone="slrn slrn-config">
150 <primary sortas="e-AA.jnewsrc">~/.jnewsrc</primary>
151 </indexterm>
[e6f1fd6]152
[38ef567]153 <para>You will also have to edit one of the configuration files. There is a sample
[f314186c]154 startup <filename>/usr/share/doc/slrn/slrn.rc</filename> file that comes with
[38ef567]155 <application>slrn</application>. It is extensively documented but if you need more
[f314186c]156 information, look at <ulink url="http://slrn.sourceforge.net/docs/">the
[38ef567]157 <application>slrn</application> website</ulink>.</para>
[e6f1fd6]158
[38ef567]159 </sect3>
[e6f1fd6]160
[38ef567]161 </sect2>
[e6f1fd6]162
[38ef567]163 <sect2 role="content">
164 <title>Contents</title>
[e6f1fd6]165
[38ef567]166 <segmentedlist>
167 <segtitle>Installed Programs</segtitle>
168 <segtitle>Installed Libraries</segtitle>
169 <segtitle>Installed Directories</segtitle>
[e6f1fd6]170
[38ef567]171 <seglistitem>
172 <seg>slrn and slrnpull</seg>
173 <seg>None</seg>
[46441976]174 <seg>/usr/share/slrn and usr/share/doc/slrn</seg>
[38ef567]175 </seglistitem>
176 </segmentedlist>
[e6f1fd6]177
[38ef567]178 <variablelist>
179 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
180 <?dbfo list-presentation="list"?>
181 <?dbhtml list-presentation="table"?>
[e6f1fd6]182
[38ef567]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>
[e6f1fd6]192
[38ef567]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>
[e6f1fd6]203
[38ef567]204 </variablelist>
[e6f1fd6]205
[38ef567]206 </sect2>
[e6f1fd6]207
[f45b1953]208</sect1>
Note: See TracBrowser for help on using the repository browser.