summaryrefslogtreecommitdiffstats
path: root/doc/tdeioslave/nntp/index.docbook
blob: c0f4214a577154615ee0fe83ab7b35b82ed9f1db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<?xml version="1.0" ?>
<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
  <!ENTITY % addindex "IGNORE">
  <!ENTITY % English "INCLUDE" > <!-- change language only here -->
]>

<article lang="&language;" id="nntp">
<title>nntp / nntps</title>

<articleinfo>

<authorgroup>
<author>&Lauri.Watts;</author>
<author>&tde-authors;</author>
<!-- TRANS:ROLES_OF_TRANSLATORS -->
</authorgroup>

<releaseinfo>&tde-release-version;</releaseinfo>
<date>Reviewed: &tde-release-date;</date>

<copyright>
<year>2010</year>
<holder>&Lauri.Watts;</holder>
</copyright>
<copyright>
<year>&tde-copyright-date;</year>
<holder>&tde-team;</holder>
</copyright>

<abstract>
<para>
This handbook describes the nntp protocol.
</para>
</abstract>

<keywordset>
<keyword>TDE</keyword>
<keyword>nntp</keyword>
<keyword>protocol</keyword>
</keywordset>

</articleinfo>

<para>The nntp tdeioslave accesses <acronym>NNTP</acronym> servers
directly.</para>

<para>This tdeioslave can not be used with servers that do not implement
the <command>GROUP</command> command, including some versions of the
popular <application>INN</application> news server which is often used
by <acronym>ISP</acronym>s.  It does work with
<application>leafnode</application>, which many people use to keep an
offline cache of news articles on their own hard drive or within their
<acronym>LAN</acronym>.</para>

<para>You can use the nntp tdeioslave by typing
<userinput>nntp://yourserver/groupname</userinput> into the &konqueror;
<acronym>URL</acronym> bar.</para>

<para>If you enter a group name, as above, and the group is available,
you will see the messages stored for that group as icons in
&konqueror;.</para>

<para>Clicking on a message will display it as plain text, including all
headers.  This could be useful for debugging a news client to news
server connection, for example, to ensure that your new
<application>leafnode</application> server is working correctly.</para>

<para>If you don't enter a group name, and only the server name, you
will see a list of available groups.</para>

<para>Please be aware that this could take an enormous amount of time, and
will cause a lot of network traffic.  Some commercial usenet servers
have 60,000 or more groups available, and doing such a thing may
cause your desktop to freeze.</para>  

<para>NNTPS is the NNTP protocol encrypted via SSL.</para>

</article>