diff options
author | Michele Calgaro <[email protected]> | 2018-08-26 21:05:50 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-08-26 21:05:50 +0900 |
commit | 85278cadecf3d63a6a50e42c070b308ace065a50 (patch) | |
tree | 70fbad66d6c9043c60f42242edd689df82396623 /doc/en_GB | |
parent | a18f9fcc94b6982fecb8b75ccb5c21b213e78706 (diff) | |
download | tdeio-gopher-85278cadecf3d63a6a50e42c070b308ace065a50.tar.gz tdeio-gopher-85278cadecf3d63a6a50e42c070b308ace065a50.zip |
Fixed docbook building and translations.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/en_GB')
-rw-r--r-- | doc/en_GB/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/en_GB/index.docbook | 52 |
2 files changed, 64 insertions, 0 deletions
diff --git a/doc/en_GB/CMakeLists.txt b/doc/en_GB/CMakeLists.txt new file mode 100644 index 0000000..d0af40d --- /dev/null +++ b/doc/en_GB/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2011 Timothy Pearson +# kb9vqf (AT) pearsoncomputing.net +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( LANG en_GB DESTINATION tdeio-gopher ) diff --git a/doc/en_GB/index.docbook b/doc/en_GB/index.docbook new file mode 100644 index 0000000..60e7881 --- /dev/null +++ b/doc/en_GB/index.docbook @@ -0,0 +1,52 @@ +<?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 % British-English "INCLUDE" +> <!-- change language only here --> +]> +<article lang="&language;" id="gopher"> +<title +>gopher</title> +<articleinfo> +<authorgroup> +<author +>&Lauri.Watts; &Lauri.Watts.mail;</author> +<othercredit role="translator" +><firstname +>Malcolm</firstname +><surname +>Hunter</surname +><affiliation +><address +><email +>[email protected]</email +></address +></affiliation +><contrib +>Conversion to British English</contrib +></othercredit +> +</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 standardised, inasmuch as each Gopher server is individually determined. </para> + +</article> |