summaryrefslogtreecommitdiffstats
path: root/tde-i18n-tr/docs/tdebase/tdeioslave/nntp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-02-06 18:02:20 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-02-06 18:02:20 -0600
commit9c922a4ae52d0b67ee4552d5e6c3aee8d6f71195 (patch)
tree795b1aa8dbbe6582aa5ad0d2b7505789d0dc1408 /tde-i18n-tr/docs/tdebase/tdeioslave/nntp
parentf9dfb6416745710680d26abcc774b4146cd3ef2b (diff)
downloadtde-i18n-9c922a4ae52d0b67ee4552d5e6c3aee8d6f71195.tar.gz
tde-i18n-9c922a4ae52d0b67ee4552d5e6c3aee8d6f71195.zip
Reorganize tdeioslave help handbooks, fix related protocol files and issues, update and add handbooks.
Diffstat (limited to 'tde-i18n-tr/docs/tdebase/tdeioslave/nntp')
-rw-r--r--tde-i18n-tr/docs/tdebase/tdeioslave/nntp/CMakeLists.txt7
-rw-r--r--tde-i18n-tr/docs/tdebase/tdeioslave/nntp/Makefile.am4
-rw-r--r--tde-i18n-tr/docs/tdebase/tdeioslave/nntp/index.docbook42
3 files changed, 53 insertions, 0 deletions
diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/nntp/CMakeLists.txt b/tde-i18n-tr/docs/tdebase/tdeioslave/nntp/CMakeLists.txt
new file mode 100644
index 00000000000..107cc27a819
--- /dev/null
+++ b/tde-i18n-tr/docs/tdebase/tdeioslave/nntp/CMakeLists.txt
@@ -0,0 +1,7 @@
+# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION tdeioslave/nntp
+ NOINDEX
+ LANG tr
+)
diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/nntp/Makefile.am b/tde-i18n-tr/docs/tdebase/tdeioslave/nntp/Makefile.am
new file mode 100644
index 00000000000..1bfd2c553d4
--- /dev/null
+++ b/tde-i18n-tr/docs/tdebase/tdeioslave/nntp/Makefile.am
@@ -0,0 +1,4 @@
+KDE_LANG = tr
+SUBDIRS = $(AUTODIRS)
+KDE_DOCS = tdeioslave/nntp
+KDE_MANS = AUTO
diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/nntp/index.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/nntp/index.docbook
new file mode 100644
index 00000000000..50319366c1a
--- /dev/null
+++ b/tde-i18n-tr/docs/tdebase/tdeioslave/nntp/index.docbook
@@ -0,0 +1,42 @@
+<?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 % Turkish "INCLUDE"> <!-- change language only here -->
+]>
+
+<article lang="&language;" id="nntp">
+<title>nntp</title>
+
+<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>
+
+</article>