source: basicnet/mailnews/tin.xml@ df7d5d36

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 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/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since df7d5d36 was df7d5d36, checked in by Dan Nichilson <dnicholson@…>, 18 years ago

Added TIN-1.8.1. Removed slrn-0.9.8.1.

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

  • Property mode set to 100644
File size: 8.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY tin-download-http "http://gd.tuwien.ac.at/infosys/newsreaders/tin/v1.8/tin-&tin-version;.tar.bz2">
8 <!ENTITY tin-download-ftp "ftp://ftp.tin.org/pub/news/clients/tin/v1.8/tin-&tin-version;.tar.bz2">
9 <!ENTITY tin-md5sum "efeecdf72683213d9e705c28de87ea2e">
10 <!ENTITY tin-size "1.4 MB">
11 <!ENTITY tin-buildsize "12.4 MB">
12 <!ENTITY tin-time "0.4 SBU">
13]>
14
15<sect1 id="tin" xreflabel="tin-&tin-version;">
16 <?dbhtml filename="tin.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">tin-&tin-version;.tar</keyword>
23 <keyword role="ftpdir">tin</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>TIN-&tin-version;</title>
28
29 <indexterm zone="tin">
30 <primary sortas="a-TIN">TIN</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to TIN</title>
35
36 <para><application>TIN</application> is a threaded NNTP and spool based
37 console console-mode UseNet newsreader. It supports threading, scoring,
38 different charsets, and many other useful things. It has also support for
39 different languages.</para>
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing='compact'>
43 <listitem>
44 <para>Download (HTTP): <ulink url="&tin-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&tin-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &tin-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &tin-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &tin-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &tin-time;</para>
60 </listitem>
61 </itemizedlist>
62
63 <bridgehead renderas="sect3">TIN Dependencies</bridgehead>
64
65 <bridgehead renderas="sect4">Optional</bridgehead>
66 <para role="optional"><xref linkend="pcre"/>,
67 <xref linkend="libidn"/>,
68 an <ulink url="../server/mail.html">MTA</ulink> that provides the
69 <command>sendmail</command> command,
70 <xref linkend="mailx"/>,
71 <xref linkend="gnupg"/>,
72 a spell checker (<xref linkend="ispell"/> or <xref linkend="aspell"/>),
73 a printing system (<xref linkend="cups"/> or <xref linkend="LPRng"/>),
74 <xref linkend="mutt"/> and <xref linkend="procmail"/>
75 for <command>metamutt</command>,
76 <ulink url="http://www.isc.org/index.pl?/sw/inn/">INN</ulink>,
77 <ulink url="http://www.fpx.de/fp/Software/UUDeview/">UUDeview</ulink>,
78 <ulink url="http://www.inet.no/dante/">Socks</ulink>,
79 <ulink
80 url="ftp://ftp.research.telcordia.com/pub/nsb/mm2.7.tar.Z">Metamail</ulink>,
81 and
82 <ulink url="http://dmalloc.com/">Dmalloc</ulink>
83 or
84 <ulink url="ftp://invisible-island.net/dbmalloc/">dbmalloc</ulink></para>
85
86 <para condition="html" role="usernotes">User Notes:
87 <ulink url="&blfs-wiki;/Tin"/></para>
88
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of TIN</title>
93
94 <para>Install <application>TIN</application> by running the following
95 commands:</para>
96
97<screen><userinput>./configure --prefix=/usr --with-screen=ncursesw \
98 --enable-nntp-only --disable-printing &amp;&amp;
99make build</userinput></screen>
100
101 <para>This package does not come with a test suite.</para>
102
103 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
104
105<screen role='root'><userinput>make install</userinput></screen>
106
107 </sect2>
108
109 <sect2 role="commands">
110 <title>Command Explanations</title>
111
112 <para><parameter>--with-screen=ncursesw</parameter>: This switch forces
113 the use of wide-character functions from the ncursesw library (for UTF-8
114 and Asian languages support).</para>
115
116 <para><parameter>--enable-nntp-only</parameter>: Reading news from a local
117 spool is disabled with this switch. Don't use this is you have installed
118 INN and want to use its' spool.</para>
119
120 <para><parameter>--disable-printing</parameter>: This switch disables
121 printing since <application>TIN</application> cant send non-ASCII text to
122 the printer correctly. Remove this switch if you can tolerate this
123 limitation.</para>
124
125 </sect2>
126
127 <sect2 role="configuration">
128 <title>Configuring TIN</title>
129
130 <sect3 id="tin-config">
131 <title>Config Files</title>
132
133 <para><filename>/etc/tin/tinrc</filename>,
134 <filename>~/.tin/tinrc</filename> and
135 <filename>~/.newsrc</filename></para>
136
137 <indexterm zone="tin tin-config">
138 <primary sortas="e-etc-tinrc">/etc/tin/tinrc</primary>
139 </indexterm>
140
141 <indexterm zone="tin tin-config">
142 <primary sortas="e-AA.tinrc">~/.tin/tinrc</primary>
143 </indexterm>
144
145 <indexterm zone="tin tin-config">
146 <primary sortas="e-AA.newsrc">~/.newsrc</primary>
147 </indexterm>
148
149 </sect3>
150
151 <sect3>
152 <title>Configuration Information</title>
153
154 <para>Set some global defaults for <application>TIN</application> by
155 running the following commands as the
156 <systemitem class="username">root</systemitem> user:</para>
157
158<screen role='root'><userinput>install -v -m755 -d /etc/tin &amp;&amp;
159cat &gt; /etc/tin/tinrc &lt;&lt; "EOF"
160use_mouse=ON
161getart_limit=100
162translit=ON
163EOF</userinput></screen>
164
165 <para>Now, as a normal user, subscribe to some newsgroups, specify the
166 news server, and run <command>tin</command>:</para>
167
168<screen><userinput>cat &gt;&gt; ~/.newsrc &lt;&lt; "EOF"
169gmane.linux.lfs.devel:
170gmane.linux.lfs.beyond.devel:
171EOF
172export NNTPSERVER=news.gmane.org
173tin -Q</userinput></screen>
174
175 </sect3>
176
177 </sect2>
178
179 <sect2 role="content">
180 <title>Contents</title>
181
182 <segmentedlist>
183 <segtitle>Installed Programs</segtitle>
184 <segtitle>Installed Libraries</segtitle>
185 <segtitle>Installed Directories</segtitle>
186
187 <seglistitem>
188 <seg>tin, rtin, tinews.pl, metamutt, opt-case.pl, w2r.pl,
189 and url_handler.sh</seg>
190 <seg>None</seg>
191 <seg>/etc/tin</seg>
192 </seglistitem>
193 </segmentedlist>
194
195 <variablelist>
196 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
197 <?dbfo list-presentation="list"?>
198 <?dbhtml list-presentation="table"?>
199
200 <varlistentry id="tin-prog">
201 <term><command>tin</command></term>
202 <listitem>
203 <para>is a UseNet news reader.</para>
204 <indexterm zone="tin tin-prog">
205 <primary sortas="b-tin">tin</primary>
206 </indexterm>
207 </listitem>
208 </varlistentry>
209
210 <varlistentry id="rtin">
211 <term><command>rtin</command></term>
212 <listitem>
213 <para>is a symbolic link to <command>tin</command>.</para>
214 <indexterm zone="tin rtin">
215 <primary sortas="b-rtin">rtin</primary>
216 </indexterm>
217 </listitem>
218 </varlistentry>
219
220 <varlistentry id="tinews.pl">
221 <term><command>tinews.pl</command></term>
222 <listitem>
223 <para>posts and signs an article via NNTP.</para>
224 <indexterm zone="tin tinews.pl">
225 <primary sortas="b-tinews.pl">tinews.pl</primary>
226 </indexterm>
227 </listitem>
228 </varlistentry>
229
230 <varlistentry id="metamutt">
231 <term><command>metamutt</command></term>
232 <listitem>
233 <para>is a replacement of <command>metamail</command> using
234 <application>Mutt</application>.</para>
235 <indexterm zone="tin metamutt">
236 <primary sortas="b-metamutt">metamutt</primary>
237 </indexterm>
238 </listitem>
239 </varlistentry>
240
241 <varlistentry id="opt-case.pl">
242 <term><command>opt-case.pl</command></term>
243 <listitem>
244 <para>optimizes case insensitive regexp filters for tin.</para>
245 <indexterm zone="tin opt-case.pl">
246 <primary sortas="b-opt-case.pl">opt-case.pl</primary>
247 </indexterm>
248 </listitem>
249 </varlistentry>
250
251 <varlistentry id="w2r.pl">
252 <term><command>w2r.pl</command></term>
253 <listitem>
254 <para>converts tin wildmat filters to tin regexp filters.</para>
255 <indexterm zone="tin w2r.pl">
256 <primary sortas="b-w2r.pl">w2r.pl</primary>
257 </indexterm>
258 </listitem>
259 </varlistentry>
260
261 <varlistentry id="url_handler.sh">
262 <term><command>url_handler.sh</command></term>
263 <listitem>
264 <para>calls a web browser for viewing hyperlinks.</para>
265 <indexterm zone="tin url_handler.sh">
266 <primary sortas="b-url_handler.sh">url_handler.sh</primary>
267 </indexterm>
268 </listitem>
269 </varlistentry>
270
271 </variablelist>
272
273 </sect2>
274
275</sect1>
Note: See TracBrowser for help on using the repository browser.