diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-11 22:49:56 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-11 22:49:56 -0600 |
commit | af72e1310c8339e27ff4dbd2acc30d73864e2c6e (patch) | |
tree | 5310418b2e57fcf0bb8e73ad0591974c7c25278b /doc/tdeioslave/nxfish | |
parent | fa9e71d3ac38cdaa690a7e551736929f056a9c56 (diff) | |
download | tdebase-af72e1310c8339e27ff4dbd2acc30d73864e2c6e.tar.gz tdebase-af72e1310c8339e27ff4dbd2acc30d73864e2c6e.zip |
Update help handbooks, add new help handbooks, make handbook format consistent.
Diffstat (limited to 'doc/tdeioslave/nxfish')
-rw-r--r-- | doc/tdeioslave/nxfish/CMakeLists.txt | 9 | ||||
-rw-r--r-- | doc/tdeioslave/nxfish/Makefile.am | 2 | ||||
-rw-r--r-- | doc/tdeioslave/nxfish/index.docbook | 41 |
3 files changed, 52 insertions, 0 deletions
diff --git a/doc/tdeioslave/nxfish/CMakeLists.txt b/doc/tdeioslave/nxfish/CMakeLists.txt new file mode 100644 index 000000000..da685dafe --- /dev/null +++ b/doc/tdeioslave/nxfish/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/nxfish ) diff --git a/doc/tdeioslave/nxfish/Makefile.am b/doc/tdeioslave/nxfish/Makefile.am new file mode 100644 index 000000000..4a3e8575d --- /dev/null +++ b/doc/tdeioslave/nxfish/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/fish diff --git a/doc/tdeioslave/nxfish/index.docbook b/doc/tdeioslave/nxfish/index.docbook new file mode 100644 index 000000000..6f326ddaf --- /dev/null +++ b/doc/tdeioslave/nxfish/index.docbook @@ -0,0 +1,41 @@ +<?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="nxfish"> +<title>nxfish</title> + +<articleinfo> +<authorgroup> +<author>&tde-authors;</author> +<!-- TRANS:ROLES_OF_TRANSLATORS --> +</authorgroup> + +<releaseinfo>&tde-release-version;</releaseinfo> +<date>Reviewed: &tde-release-date;</date> + +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<abstract> +<para> +This handbook describes the nxfish protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>nxfish</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para>The nxfish protocol is simlar to the <ulink url="help:/tdeioslave/fish">fish</ulink> +protocol but intended for file sharing between a local NX client and remote NX server.</para> + +</article> |