summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2018-08-25 22:09:31 +0900
committerMichele Calgaro <[email protected]>2018-08-25 22:09:31 +0900
commit1fea9ad19418595646770b7179972b682a074683 (patch)
tree6186b9203cf48985a651bc6c61a7498552b76587 /doc
downloadtdeio-gopher-1fea9ad19418595646770b7179972b682a074683.tar.gz
tdeio-gopher-1fea9ad19418595646770b7179972b682a074683.zip
Initial import of kio-gopher 0.1.4 source code.
Copyright (C) 2003-2008 by Albert Astals Cid ([email protected]). The code is licenced under GPL version 2 as indicated in the source code comments and in the COPYING file. The code does not compile under TDE. Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r--doc/CMakeLists.txt3
-rw-r--r--doc/index.docbook45
2 files changed, 48 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
new file mode 100644
index 0000000..a143faf
--- /dev/null
+++ b/doc/CMakeLists.txt
@@ -0,0 +1,3 @@
+########### install files ###############
+kde4_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR kioslave/gopher)
+
diff --git a/doc/index.docbook b/doc/index.docbook
new file mode 100644
index 0000000..c951548
--- /dev/null
+++ b/doc/index.docbook
@@ -0,0 +1,45 @@
+<?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; &Lauri.Watts.mail;</author>
+<!-- TRANS:ROLES_OF_TRANSLATORS -->
+</authorgroup>
+</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>
+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>