From cf14b1bd7803760ea4657269aeb424869e0058c6 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 6 Feb 2014 17:50:29 -0600 Subject: Reorganize tdeioslave help handbooks, fix related protocol files and issues, update and add handbooks. --- doc/tdeioslave/nntp/CMakeLists.txt | 9 ++++++++ doc/tdeioslave/nntp/Makefile.am | 2 ++ doc/tdeioslave/nntp/index.docbook | 47 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 58 insertions(+) create mode 100644 doc/tdeioslave/nntp/CMakeLists.txt create mode 100644 doc/tdeioslave/nntp/Makefile.am create mode 100644 doc/tdeioslave/nntp/index.docbook (limited to 'doc/tdeioslave/nntp') diff --git a/doc/tdeioslave/nntp/CMakeLists.txt b/doc/tdeioslave/nntp/CMakeLists.txt new file mode 100644 index 000000000..084ca0732 --- /dev/null +++ b/doc/tdeioslave/nntp/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/nntp ) diff --git a/doc/tdeioslave/nntp/Makefile.am b/doc/tdeioslave/nntp/Makefile.am new file mode 100644 index 000000000..3b0f1cd90 --- /dev/null +++ b/doc/tdeioslave/nntp/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/nntp diff --git a/doc/tdeioslave/nntp/index.docbook b/doc/tdeioslave/nntp/index.docbook new file mode 100644 index 000000000..dbb2becb5 --- /dev/null +++ b/doc/tdeioslave/nntp/index.docbook @@ -0,0 +1,47 @@ + + + +]> + +
+nntp + + +&Lauri.Watts; &Lauri.Watts.mail; + + + +The nntp tdeioslave accesses NNTP servers +directly. + +This tdeioslave can not be used with servers that do not implement +the GROUP command, including some versions of the +popular INN news server which is often used +by ISPs. It does work with +leafnode, which many people use to keep an +offline cache of news articles on their own hard drive or within their +LAN. + +You can use the nntp tdeioslave by typing +nntp://yourserver/groupname into the &konqueror; +URL bar. + +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;. + +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 +leafnode server is working correctly. + +If you don't enter a group name, and only the server name, you +will see a list of available groups. + +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. + +
-- cgit v1.2.1