summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-08-26 17:32:44 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-08-26 17:32:44 +0900
commit49297e71b014342e37ab23bcfff479acfe4675c0 (patch)
tree4eaa6787579e63f2460c4fc531e92775e58c64da
parentf6a5cd3e8dcc0a58c04afb14857d43bf98080529 (diff)
downloadtdebase-49297e71b014342e37ab23bcfff479acfe4675c0.tar.gz
tdebase-49297e71b014342e37ab23bcfff479acfe4675c0.zip
Removed documentation about tdeioslave gopher, which by the way is not
in tdebase. Documentation regarding gopher will now be provided by tdeio-gopher, if installed. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--doc/tdeioslave/gopher/CMakeLists.txt9
-rw-r--r--doc/tdeioslave/gopher/Makefile.am2
-rw-r--r--doc/tdeioslave/gopher/index.docbook72
3 files changed, 0 insertions, 83 deletions
diff --git a/doc/tdeioslave/gopher/CMakeLists.txt b/doc/tdeioslave/gopher/CMakeLists.txt
deleted file mode 100644
index 50339b1ae..000000000
--- a/doc/tdeioslave/gopher/CMakeLists.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-#################################################
-#
-# Improvements and feedback are welcome
-#
-# This file is released under GPL >= 2
-#
-#################################################
-
-tde_create_handbook( DESTINATION tdeioslave/gopher )
diff --git a/doc/tdeioslave/gopher/Makefile.am b/doc/tdeioslave/gopher/Makefile.am
deleted file mode 100644
index 394212568..000000000
--- a/doc/tdeioslave/gopher/Makefile.am
+++ /dev/null
@@ -1,2 +0,0 @@
-KDE_LANG = en
-KDE_DOCS = tdeioslave/gopher
diff --git a/doc/tdeioslave/gopher/index.docbook b/doc/tdeioslave/gopher/index.docbook
deleted file mode 100644
index aa6c710e0..000000000
--- a/doc/tdeioslave/gopher/index.docbook
+++ /dev/null
@@ -1,72 +0,0 @@
-<?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="gopher">
-<title>gopher</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 gopher protocol.
-</para>
-</abstract>
-
-<keywordset>
-<keyword>TDE</keyword>
-<keyword>gopher</keyword>
-<keyword>protocol</keyword>
-</keywordset>
-
-</articleinfo>
-
-<para>
-<command>gopher</command> began as a distributed campus information service
-at the University of Minnesota. Gopher allows the user to access information
-on Gopher servers running on Internet hosts.</para>
-
-<para>
-Gopher is an Internet information browsing service that uses a menu-driven
-interface. Users select information from menus, which may return another
-menu or display a text file. An item may reside on a Gopher server you
-originally queried, or it may be on another Gopher server (or another host).
-Gopher can <quote>tunnel</quote> from one Gopher to another without the
-user knowing that the server and/or host machine have changed. Gopher keeps
-the exact location of computers hidden from the user, providing the
-<quote>illusion</quote> of a single, large set of interconnected menus.
-</para>
-
-<para>
-Gopher permits the user to record an item's location in a
-<quote>bookmark</quote> thereby allowing users to follow a
-<quote>bookmark</quote> directly to a particular item without
-searching the menu system. Gopher menus are not standardized, inasmuch as
-each Gopher server is individually determined.
-</para>
-
-<para>
-Original source:
-<ulink
-url="http://tlc.nlm.nih.gov/resources/tutorials/internetdistlrn/gophrdef.htm"> http://tlc.nlm.nih.gov/resources/tutorials/internetdistlrn/gophrdef.htm</ulink>
-</para>
-</article>