diff options
Diffstat (limited to 'doc/tdeioslave')
176 files changed, 4323 insertions, 0 deletions
diff --git a/doc/tdeioslave/CMakeLists.txt b/doc/tdeioslave/CMakeLists.txt new file mode 100644 index 000000000..6bc5f1878 --- /dev/null +++ b/doc/tdeioslave/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_auto_add_subdirectories() diff --git a/doc/tdeioslave/Makefile.am b/doc/tdeioslave/Makefile.am new file mode 100644 index 000000000..561d25fa8 --- /dev/null +++ b/doc/tdeioslave/Makefile.am @@ -0,0 +1,4 @@ +SUBDIRS = $(AUTODIRS) +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/tdeioslave/about/CMakeLists.txt b/doc/tdeioslave/about/CMakeLists.txt new file mode 100644 index 000000000..1db847fb6 --- /dev/null +++ b/doc/tdeioslave/about/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/about ) diff --git a/doc/tdeioslave/about/Makefile.am b/doc/tdeioslave/about/Makefile.am new file mode 100644 index 000000000..085981d9b --- /dev/null +++ b/doc/tdeioslave/about/Makefile.am @@ -0,0 +1,4 @@ + +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/tdeioslave/about/index.docbook b/doc/tdeioslave/about/index.docbook new file mode 100644 index 000000000..b7a205d4c --- /dev/null +++ b/doc/tdeioslave/about/index.docbook @@ -0,0 +1,73 @@ +<?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="about"> +<title>about</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 about protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>about</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para>The about protocol is used by web browsers to display internal information +and sometimes <ulink url="https://en.wikipedia.org/wiki/Easter_egg_%28media%29"> +Easter Eggs</ulink>. Although referred to as a protocol, the correct designation +is a URI scheme, as described in <ulink url="http://tools.ietf.org/html/rfc6694"> +RFC 6694</ulink>.</para> +<para>Currently the following are supported by &konqueror;: + +<itemizedlist> +<listitem> + <para>about:blank: Displays a blank page.</para> +</listitem> +</itemizedlist> +<itemizedlist> +<listitem> + <para>about:cache: Displays information about the &konqueror; cache.</para> +</listitem> +</itemizedlist> +<itemizedlist> +<listitem> + <para>about:config: Displays the default &konqueror; Welcome page.</para> +</listitem> +</itemizedlist> +<itemizedlist> +<listitem> + <para>about:plugins: Displays what plugins are installed.</para> +</listitem> +</itemizedlist> +<itemizedlist> +<listitem> + <para>about:konqueror: Displays the default &konqueror; Welcome page.</para> +</listitem> +</itemizedlist> +</para> + +</article> diff --git a/doc/tdeioslave/applications/CMakeLists.txt b/doc/tdeioslave/applications/CMakeLists.txt new file mode 100644 index 000000000..5e844c005 --- /dev/null +++ b/doc/tdeioslave/applications/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/applications ) diff --git a/doc/tdeioslave/applications/Makefile.am b/doc/tdeioslave/applications/Makefile.am new file mode 100644 index 000000000..085981d9b --- /dev/null +++ b/doc/tdeioslave/applications/Makefile.am @@ -0,0 +1,4 @@ + +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/tdeioslave/applications/index.docbook b/doc/tdeioslave/applications/index.docbook new file mode 100644 index 000000000..936eaf38f --- /dev/null +++ b/doc/tdeioslave/applications/index.docbook @@ -0,0 +1,44 @@ +<?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="applications"> +<title>applications</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 applications protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>applications</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para>The applications protocol provides access to main menu items listed +in the launcher menu, similar to the <ulink url="help:/tdeioslave/programs"> +programs</ulink> protocol. The primary difference is the applications protocol +includes the Settings menu and the programs protocol does not.</para> + +</article> diff --git a/doc/tdeioslave/ar/CMakeLists.txt b/doc/tdeioslave/ar/CMakeLists.txt new file mode 100644 index 000000000..ab7edd941 --- /dev/null +++ b/doc/tdeioslave/ar/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/ar ) diff --git a/doc/tdeioslave/ar/Makefile.am b/doc/tdeioslave/ar/Makefile.am new file mode 100644 index 000000000..e2b4850e4 --- /dev/null +++ b/doc/tdeioslave/ar/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/tar diff --git a/doc/tdeioslave/ar/index.docbook b/doc/tdeioslave/ar/index.docbook new file mode 100644 index 000000000..607df07d1 --- /dev/null +++ b/doc/tdeioslave/ar/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 % English "INCLUDE" > <!-- change language only here --> +]> + +<article lang="&language;" id="tar"> +<title>ar</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 ar protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>ar</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para> +An archiving program designed to store and extract files. Today ar generally is used only to +create and update static library files that the link editor or linker uses. For other purposes +ar is replaced by tar and other compression methods. +</para> + +<para> +Source: <ulink url="https://en.wikipedia.org/wiki/Ar_%28Unix%29">Wikipedia</ulink> +</para> + +<para>Read the man page: <ulink url="man:/ar">ar</ulink>. +</para> + +</article> diff --git a/doc/tdeioslave/bzip/CMakeLists.txt b/doc/tdeioslave/bzip/CMakeLists.txt new file mode 100644 index 000000000..dedc3164a --- /dev/null +++ b/doc/tdeioslave/bzip/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/bzip ) diff --git a/doc/tdeioslave/bzip/Makefile.am b/doc/tdeioslave/bzip/Makefile.am new file mode 100644 index 000000000..087ba456b --- /dev/null +++ b/doc/tdeioslave/bzip/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/bzip diff --git a/doc/tdeioslave/bzip/index.docbook b/doc/tdeioslave/bzip/index.docbook new file mode 100644 index 000000000..ff8cc8bfa --- /dev/null +++ b/doc/tdeioslave/bzip/index.docbook @@ -0,0 +1,59 @@ +<?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="bzip"> +<title>bzip</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 bzip protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>bzip</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para><command>bzip</command> is a compression program. It is rarely +used today, having been replaced with bzip2, which offers much better +compression.</para> + +<para>The bzip tdeioslave is not directly usable and is intended for use +as a filter. For example, the tar tdeioslave can filter a file through +the bzip tdeioslave, in order to display the contents of a <literal +role="extension">tar.bz</literal> file directly in a &konqueror; +window.</para> + +<para>If you click on a file compressed with a <literal +role="extension">bz</literal> extension in &konqueror;, this tdeioslave is +used to uncompress it and display it as a normal (uncompressed) +file.</para> + +</article> diff --git a/doc/tdeioslave/bzip2/CMakeLists.txt b/doc/tdeioslave/bzip2/CMakeLists.txt new file mode 100644 index 000000000..a0b075b65 --- /dev/null +++ b/doc/tdeioslave/bzip2/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/bzip2 ) diff --git a/doc/tdeioslave/bzip2/Makefile.am b/doc/tdeioslave/bzip2/Makefile.am new file mode 100644 index 000000000..500535105 --- /dev/null +++ b/doc/tdeioslave/bzip2/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/bzip2 diff --git a/doc/tdeioslave/bzip2/index.docbook b/doc/tdeioslave/bzip2/index.docbook new file mode 100644 index 000000000..f12d15a88 --- /dev/null +++ b/doc/tdeioslave/bzip2/index.docbook @@ -0,0 +1,58 @@ +<?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="bzip2"> +<title>bzip2</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 bzip2 protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>bzip2</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para>Bzip2 is a compression program.</para> + +<para>The bzip2 tdeioslave is not directly usable, and is intended for use +as a filter. For example, the tar tdeioslave can filter a file through +the bzip2 tdeioslave, in order to display the contents of a <literal +role="extension">tar.bz2</literal> file directly in a &konqueror; +window.</para> + +<para>If you click on a file compressed with a <literal +role="extension">.bz2</literal> in &konqueror;, this tdeioslave is used to +uncompress it and display it as a normal (uncompressed) file.</para> + +<para>Read the man page: <ulink url="man:/bzip2">bzip2</ulink>. +</para> + +</article> diff --git a/doc/tdeioslave/cgi/CMakeLists.txt b/doc/tdeioslave/cgi/CMakeLists.txt new file mode 100644 index 000000000..603ba3ea5 --- /dev/null +++ b/doc/tdeioslave/cgi/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/cgi ) diff --git a/doc/tdeioslave/cgi/Makefile.am b/doc/tdeioslave/cgi/Makefile.am new file mode 100644 index 000000000..600bef9f3 --- /dev/null +++ b/doc/tdeioslave/cgi/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/cgi diff --git a/doc/tdeioslave/cgi/index.docbook b/doc/tdeioslave/cgi/index.docbook new file mode 100644 index 000000000..18e939a7d --- /dev/null +++ b/doc/tdeioslave/cgi/index.docbook @@ -0,0 +1,58 @@ +<?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="cgi"> +<title>cgi</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 cgi protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>cgi</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para>The <acronym>CGI</acronym> slave provides a way to execute +<acronym>CGI</acronym> programs without the need to have a running web +server. This can for example be used for local testing of +<acronym>CGI</acronym> programs or for using search engines that only +provide a <acronym>CGI</acronym> frontend like the one from +<application>Doxygen</application>.</para> + +<para>The slave implements the <command>cgi:</command> protocol. It +uses the filename from the given &URL; and searches a configurable +list of folders. If it finds an executable with the given name it +executes it, passes the arguments of the &URL; and sets the +environment variables needed by <acronym>CGI</acronym> +programs.</para> + +</article> diff --git a/doc/tdeioslave/data/CMakeLists.txt b/doc/tdeioslave/data/CMakeLists.txt new file mode 100644 index 000000000..60910d4cc --- /dev/null +++ b/doc/tdeioslave/data/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/data ) diff --git a/doc/tdeioslave/data/Makefile.am b/doc/tdeioslave/data/Makefile.am new file mode 100644 index 000000000..b542e7870 --- /dev/null +++ b/doc/tdeioslave/data/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/data diff --git a/doc/tdeioslave/data/index.docbook b/doc/tdeioslave/data/index.docbook new file mode 100644 index 000000000..e88f4d5a1 --- /dev/null +++ b/doc/tdeioslave/data/index.docbook @@ -0,0 +1,73 @@ +<?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="data"> +<title>Data URLs</title> + +<articleinfo> + +<authorgroup> +<author><personname><firstname>Leo</firstname><surname>Savernik</surname></personname> +</author> +<author>&tde-authors;</author> +<!-- TRANS:ROLES_OF_TRANSLATORS --> +</authorgroup> + +<releaseinfo>&tde-release-version;</releaseinfo> +<date>Reviewed: &tde-release-date;</date> + +<copyright> +<year>2003</year> +<holder>Leo Savernik</holder> +</copyright> +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<abstract> +<para> +This handbook describes the data protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>data</keyword> +<keyword>protocol</keyword> +</keywordset> +</articleinfo> + +<para>Data URLs allow small document data to be included in the URL itself. +This is useful for very small HTML testcases or other occasions that do not +justify a document of their own.</para> + +<para><userinput>data:,foobar</userinput> +(note the comma after the colon) will deliver a text document that contains +nothing but <literal>foobar</literal> +</para> + +<para>The last example delivered a text document. For HTML documents one +has to specify the MIME type <literal>text/html</literal>: +<userinput>data:text/html,<title>Testcase</title><p>This +is a testcase</p></userinput>. This will produce exactly the same +output as if the content had been loaded from a document of its own. +</para> + +<para>Specifying alternate character sets is also possible. Note that 8-Bit +characters have to be escaped by a percentage sign and their two-digit +hexadecimal codes: +<userinput>data:;charset=iso-8859-1,Gr%FC%DFe aus Schl%E4gl</userinput> +results in +<literal>Grüße aus Schlägl</literal> +whereas omitting the charset attribute might lead to something like +<literal>Gr??e aus Schl?gl</literal> +</para> + +<para><ulink url="http://www.ietf.org/rfc/rfc2397.txt">IETF +RFC2397</ulink> provides more information.</para> + +</article> diff --git a/doc/tdeioslave/file/CMakeLists.txt b/doc/tdeioslave/file/CMakeLists.txt new file mode 100644 index 000000000..b9e1be9a1 --- /dev/null +++ b/doc/tdeioslave/file/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/file ) diff --git a/doc/tdeioslave/file/Makefile.am b/doc/tdeioslave/file/Makefile.am new file mode 100644 index 000000000..b1b780ad2 --- /dev/null +++ b/doc/tdeioslave/file/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/file diff --git a/doc/tdeioslave/file/index.docbook b/doc/tdeioslave/file/index.docbook new file mode 100644 index 000000000..04d9a8320 --- /dev/null +++ b/doc/tdeioslave/file/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 % English "INCLUDE" > <!-- change language only here --> +]> + +<article lang="&language;" id="file"> +<title>file</title> + +<articleinfo> + +<authorgroup> +<author>&Ferdinand.Gassauer;</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>&Ferdinand.Gassauer;</holder> +</copyright> +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<abstract> +<para> +This handbook describes the file protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>file</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para> +The <emphasis>file</emphasis> protocol is used by all &tde; applications to +display locally available files. +</para> +<para>Entering <userinput><command>file:/directoryname</command></userinput> in &konqueror; +lists the files of a folder. +</para> + +</article> diff --git a/doc/tdeioslave/finger/CMakeLists.txt b/doc/tdeioslave/finger/CMakeLists.txt new file mode 100644 index 000000000..48ce09a89 --- /dev/null +++ b/doc/tdeioslave/finger/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/finger ) diff --git a/doc/tdeioslave/finger/Makefile.am b/doc/tdeioslave/finger/Makefile.am new file mode 100644 index 000000000..f10e4b3d4 --- /dev/null +++ b/doc/tdeioslave/finger/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/finger diff --git a/doc/tdeioslave/finger/index.docbook b/doc/tdeioslave/finger/index.docbook new file mode 100644 index 000000000..605a9ffcc --- /dev/null +++ b/doc/tdeioslave/finger/index.docbook @@ -0,0 +1,67 @@ +<?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="finger"> +<title>finger</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 finger protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>finger</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para>Finger is a program to display information about users.</para> + +<para>If finger is enabled on the remote machine, you may be given +information on the user's real name, if they are currently logged in, if +they have mail and the text of their <filename>.plan</filename> file in +their home folder.</para> + +<para>Finger is normally associated with a user@hostname address, which +may or may not be the same as a users email address.</para> + +<para>Most Internet Service Providers no longer allow finger access, so, +you may find that you get no useful answer for most people.</para> + +<para>Other people use their local <filename>.plan</filename> file to +hold such information as <acronym>PGP</acronym> keys, the fact they are +on vacation, and all sorts of information.</para> + +<para>Use the finger tdeioslave like this: +<userinput>finger://<replaceable>username</replaceable>@<replaceable>hostname</replaceable></userinput></para> + +<para>Read the man page: <ulink url="man:/finger">finger</ulink>. +</para> + +</article> diff --git a/doc/tdeioslave/fish/CMakeLists.txt b/doc/tdeioslave/fish/CMakeLists.txt new file mode 100644 index 000000000..f61201bcb --- /dev/null +++ b/doc/tdeioslave/fish/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/fish ) diff --git a/doc/tdeioslave/fish/Makefile.am b/doc/tdeioslave/fish/Makefile.am new file mode 100644 index 000000000..4a3e8575d --- /dev/null +++ b/doc/tdeioslave/fish/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/fish diff --git a/doc/tdeioslave/fish/index.docbook b/doc/tdeioslave/fish/index.docbook new file mode 100644 index 000000000..c92319319 --- /dev/null +++ b/doc/tdeioslave/fish/index.docbook @@ -0,0 +1,98 @@ +<?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="fish"> +<title>fish</title> + +<articleinfo> +<authorgroup> +<author>&Joerg.Walter;</author> +<author>&Brad.Hards;</author> +<author>&tde-authors;</author> +<!-- TRANS:ROLES_OF_TRANSLATORS --> +</authorgroup> + +<releaseinfo>&tde-release-version;</releaseinfo> +<date>Reviewed: &tde-release-date;</date> + +<copyright> +<year>2005</year> +<holder>&Joerg.Walter;</holder> +<holder>&Brad.Hards;</holder> +</copyright> +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<abstract> +<para> +This handbook describes the fish protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>fish</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para>Allows you to access another computer's files using the Secure Shell (<acronym>SSH</acronym>) protocol. +The remote computer needs to be running the <acronym>SSH</acronym> daemon, but the remainder of the protocol +uses standard command line tools.</para> + +<para>You can use the fish tdeioslave like this: +<userinput>fish://<replaceable>hostname</replaceable></userinput> or <userinput>fish://<replaceable>username +</replaceable>@<replaceable>hostname</replaceable></userinput>.</para> + +<note><para>You need to use double forward slashes.</para></note> + +<para>You can omit the <replaceable>username</replaceable> (and the trailing +@ symbol) when using the same username on both computers.</para> + +<para>You can add a password in the format: +<userinput>fish://<replaceable>username</replaceable>:<replaceable>password</replaceable>@<replaceable> +hostname</replaceable></userinput> but it is not necessary as you will be prompted for one if it is not +supplied.</para> + +<para>When you are running the <acronym>SSH</acronym> daemon on a non-standard +port, you can specify that port using the normal &URL; syntax as shown below: +<userinput>fish://<replaceable>hostname</replaceable>:<replaceable>portnumber</replaceable></userinput>.</para> + +<para>Fish should work with any roughly <acronym>POSIX</acronym> compatible +&UNIX; based remote computer. It uses the shell commands +<command>cat</command>, <command>chgrp</command>, +<command>chmod</command>, <command>chown</command>, +<command>cp</command>, <command>dd</command>, +<command>env</command>, <command>expr</command>, +<command>grep</command>, <command>ls</command>, +<command>mkdir</command>, <command>mv</command>, +<command>rm</command>, <command>rmdir</command>, +<command>sed</command>, +and <command>wc</command>. Fish starts +<command>/bin/sh</command> as its shell and expects it to be a +Bourne shell (or compatible, like <command>bash</command>). +If the <command>sed</command> and +<command>file</command> commands are available, as well as a +<filename>/etc/apache/magic</filename> file with &MIME; type +signatures, these will be used to guess &MIME; types. +</para> + +<para>If <application>Perl</application> is available on the remote +machine, it will be used instead. Then only <command>env</command> and +<command>/bin/sh</command> are needed. Using +<application>Perl</application> has the additional benefit of being +faster.</para> + +<para>Fish might even work on &Windows; machines, if tools like +<application>Cygwin</application> are installed. All the above +utilities must be in the system <envar>PATH</envar>, and the initial +shell must be able to process the command <command>echo +FISH:;/bin/sh</command> correctly.</para> + +</article> diff --git a/doc/tdeioslave/floppy/CMakeLists.txt b/doc/tdeioslave/floppy/CMakeLists.txt new file mode 100644 index 000000000..eb53e2871 --- /dev/null +++ b/doc/tdeioslave/floppy/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/floppy ) diff --git a/doc/tdeioslave/floppy/Makefile.am b/doc/tdeioslave/floppy/Makefile.am new file mode 100644 index 000000000..0ef5c361d --- /dev/null +++ b/doc/tdeioslave/floppy/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/floppy diff --git a/doc/tdeioslave/floppy/index.docbook b/doc/tdeioslave/floppy/index.docbook new file mode 100644 index 000000000..b0bd247eb --- /dev/null +++ b/doc/tdeioslave/floppy/index.docbook @@ -0,0 +1,84 @@ +<?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="floppy"> +<title>floppy</title> + +<articleinfo> + +<authorgroup> +<author>&Alexander.Neundorf;</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>&Alexander.Neundorf;</holder> +</copyright> +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<abstract> +<para> +This handbook describes the floppy protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>floppy</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para> +The floppy ioslave gives you easy access to the floppy disk drives +installed on your system. +</para> + +<para> +The drive letter becomes the first subdirectory +in the floppy &URL;. Let's say there is a file <filename>logo.png</filename> on your floppy +disk in drive A, then the &URL; will be <userinput><command>floppy:</command><replaceable> +/a/logo.png</replaceable></userinput> +</para> + +<para> +If you want to access drive B, <userinput><command>floppy:/b</command></userinput> will do it. +<command>floppy:/</command> is a shortcut for <command>floppy:/a</command>. +</para> + +<note><para>Note that <command>floppy:/logo.png</command> means you have a disk drive +named <filename>logo.png</filename>.</para></note> + +<para> +To use it you need to have the mtools package +installed, and the floppy ioslave supports everything the various mtools +command line utilities support. You don't have to mount your floppy disks, +simply enter <userinput>floppy:/</userinput> in any &tde; 3.x app and you will be able to +read from and write to your floppy drive.</para> + +<para> +It also works with USB sticks, ZIP and JAZ drives. +You can use <command>floppy:/u</command> for the USB stick and <command>floppy:/z</command> for +the zip drive, for example. To make this work, you might need to adjust your +<filename>/etc/mtools</filename> file. Read the manpage for documentation. +</para> + +<para>The ioslave gives read and write access to the floppy drive, but not +simultaneously. While you can read and write to the floppy during the same +session, reading and writing have to happen one after the other, not at the same +time.</para> + +</article> + diff --git a/doc/tdeioslave/fonts/CMakeLists.txt b/doc/tdeioslave/fonts/CMakeLists.txt new file mode 100644 index 000000000..aa1b98494 --- /dev/null +++ b/doc/tdeioslave/fonts/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/fonts ) diff --git a/doc/tdeioslave/fonts/Makefile.am b/doc/tdeioslave/fonts/Makefile.am new file mode 100644 index 000000000..085981d9b --- /dev/null +++ b/doc/tdeioslave/fonts/Makefile.am @@ -0,0 +1,4 @@ + +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/tdeioslave/fonts/index.docbook b/doc/tdeioslave/fonts/index.docbook new file mode 100644 index 000000000..fabc70625 --- /dev/null +++ b/doc/tdeioslave/fonts/index.docbook @@ -0,0 +1,57 @@ +<?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="fonts"> +<title>fonts</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 fonts protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>fonts</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<sect1 id="apologies"> +<title>We Apologize</title> +<para>No documentation has yet been written for this protocol.</para> + +<para>If you need help, please check <ulink url="http://www.trinitydesktop.org">The &tde; +web site</ulink>, submit questions to the <ulink url="http://www.trinitydesktop.org/mailinglist.php"> +&tde; mail lists</ulink>, or file a bug report at the <ulink url="http://bugs.trinitydesktop.org/"> +&tde; bug tracker</ulink>.</para> + +<para>If you are interested in helping, please consider writing the help file. +Submitting a basic text file is acceptable as the &tde-team; will convert the text.</para> + +<para>Thank you for helping and thank you for your patience.</para> + +&underFDL; + +</sect1> + +</article> diff --git a/doc/tdeioslave/ftp/CMakeLists.txt b/doc/tdeioslave/ftp/CMakeLists.txt new file mode 100644 index 000000000..4d236074f --- /dev/null +++ b/doc/tdeioslave/ftp/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/ftp ) diff --git a/doc/tdeioslave/ftp/Makefile.am b/doc/tdeioslave/ftp/Makefile.am new file mode 100644 index 000000000..add273d90 --- /dev/null +++ b/doc/tdeioslave/ftp/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/ftp diff --git a/doc/tdeioslave/ftp/index.docbook b/doc/tdeioslave/ftp/index.docbook new file mode 100644 index 000000000..87bbb5142 --- /dev/null +++ b/doc/tdeioslave/ftp/index.docbook @@ -0,0 +1,77 @@ +<?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="ftp"> +<title>&FTP;</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 &FTP; protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>ftp</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para> +&FTP; is the Internet service used to transfer a data file from the disk of +one computer to the disk of another, regardless of the operating system type. +</para> + +<para> Similar to other Internet applications, &FTP; uses the +client-server approach — a user invokes an &FTP; program on the +computer, instructs it to contact a remote computer, and then requests +the transfer of one or more files. The local &FTP; program becomes a +client that uses <acronym>TCP</acronym> to contact an &FTP; server +program on the remote computer. Each time the user requests a file +transfer, the client and the server programs cooperate to send a copy +of the data across the Internet.</para> + +<para> &FTP; servers which allow <quote>anonymous &FTP;</quote> permit +any user, not only users with accounts on the host, to browse the +<quote>ftp</quote> archives and download files. Some &FTP; servers are +configured to allow users to upload files.</para> + +<para> +&FTP; is commonly used to retrieve information and obtain software stored in +files at &FTP; archive sites throughout the world. +</para> + + +<para> +Original source: Paraphrased from <ulink +url="http://tlc.nlm.nih.gov/resources/tutorials/internetdistlrn/ftpdef.htm"> +http://tlc.nlm.nih.gov/resources/tutorials/internetdistlrn/ftpdef.htm</ulink> +</para> + +<para>Read the man page: <ulink url="man:/ftp">ftp</ulink>.</para> + +</article> diff --git a/doc/tdeioslave/ghelp/CMakeLists.txt b/doc/tdeioslave/ghelp/CMakeLists.txt new file mode 100644 index 000000000..a68f1fe6e --- /dev/null +++ b/doc/tdeioslave/ghelp/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/ghelp ) diff --git a/doc/tdeioslave/ghelp/Makefile.am b/doc/tdeioslave/ghelp/Makefile.am new file mode 100644 index 000000000..085981d9b --- /dev/null +++ b/doc/tdeioslave/ghelp/Makefile.am @@ -0,0 +1,4 @@ + +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/tdeioslave/ghelp/index.docbook b/doc/tdeioslave/ghelp/index.docbook new file mode 100644 index 000000000..037a26554 --- /dev/null +++ b/doc/tdeioslave/ghelp/index.docbook @@ -0,0 +1,57 @@ +<?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="about"> +<title>ghelp</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 ghelp protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>ghelp</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<sect1 id="apologies"> +<title>We Apologize</title> +<para>No documentation has yet been written for this protocol.</para> + +<para>If you need help, please check <ulink url="http://www.trinitydesktop.org">The &tde; +web site</ulink>, submit questions to the <ulink url="http://www.trinitydesktop.org/mailinglist.php"> +&tde; mail lists</ulink>, or file a bug report at the <ulink url="http://bugs.trinitydesktop.org/"> +&tde; bug tracker</ulink>.</para> + +<para>If you are interested in helping, please consider writing the help file. +Submitting a basic text file is acceptable as the &tde-team; will convert the text.</para> + +<para>Thank you for helping and thank you for your patience.</para> + +&underFDL; + +</sect1> + +</article> diff --git a/doc/tdeioslave/gopher/CMakeLists.txt b/doc/tdeioslave/gopher/CMakeLists.txt new file mode 100644 index 000000000..50339b1ae --- /dev/null +++ b/doc/tdeioslave/gopher/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# 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 new file mode 100644 index 000000000..394212568 --- /dev/null +++ b/doc/tdeioslave/gopher/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/gopher diff --git a/doc/tdeioslave/gopher/index.docbook b/doc/tdeioslave/gopher/index.docbook new file mode 100644 index 000000000..aa6c710e0 --- /dev/null +++ b/doc/tdeioslave/gopher/index.docbook @@ -0,0 +1,72 @@ +<?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> diff --git a/doc/tdeioslave/gzip/CMakeLists.txt b/doc/tdeioslave/gzip/CMakeLists.txt new file mode 100644 index 000000000..c117762f2 --- /dev/null +++ b/doc/tdeioslave/gzip/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/gzip ) diff --git a/doc/tdeioslave/gzip/Makefile.am b/doc/tdeioslave/gzip/Makefile.am new file mode 100644 index 000000000..2dc4fdbf7 --- /dev/null +++ b/doc/tdeioslave/gzip/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/gzip diff --git a/doc/tdeioslave/gzip/index.docbook b/doc/tdeioslave/gzip/index.docbook new file mode 100644 index 000000000..1a8ebfcef --- /dev/null +++ b/doc/tdeioslave/gzip/index.docbook @@ -0,0 +1,60 @@ +<?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="gzip"> +<title>gzip</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 gzip protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>gzip</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para><command>gzip</command> is a compression program</para> + +<para>The gzip tdeioslave is not directly usable, and is intended for use +as a filter. For example, the tar tdeioslave can filter a file through +the gzip tdeioslave, in order to display the contents of a <literal +role="extension">tar.gz</literal> file directly in a &konqueror; +window.</para> + +<para>If you click on a file compressed with a <literal +role="extension">gz</literal> extension in &konqueror;, this tdeioslave is +used to uncompress it and display it as a normal (uncompressed) +file.</para> + +<para>Read the man page: <ulink url="man:/gzip">gzip</ulink>. +</para> + +</article> diff --git a/doc/tdeioslave/help/CMakeLists.txt b/doc/tdeioslave/help/CMakeLists.txt new file mode 100644 index 000000000..a27480f34 --- /dev/null +++ b/doc/tdeioslave/help/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/help ) diff --git a/doc/tdeioslave/help/Makefile.am b/doc/tdeioslave/help/Makefile.am new file mode 100644 index 000000000..4f13c4457 --- /dev/null +++ b/doc/tdeioslave/help/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/help diff --git a/doc/tdeioslave/help/index.docbook b/doc/tdeioslave/help/index.docbook new file mode 100644 index 000000000..3e3e433e7 --- /dev/null +++ b/doc/tdeioslave/help/index.docbook @@ -0,0 +1,50 @@ +<?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="help"> +<title>help</title> + +<articleinfo> + +<authorgroup> +<author>&Ferdinand.Gassauer;</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>&Ferdinand.Gassauer;</holder> +</copyright> +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<abstract> +<para> +This handbook describes the help protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>help</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para> +The help system of &tde; +</para> +<para>See <ulink url="help:/khelpcenter">The &khelpcenter;</ulink>. +</para> + +</article> diff --git a/doc/tdeioslave/home/CMakeLists.txt b/doc/tdeioslave/home/CMakeLists.txt new file mode 100644 index 000000000..36689338b --- /dev/null +++ b/doc/tdeioslave/home/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/home ) diff --git a/doc/tdeioslave/home/Makefile.am b/doc/tdeioslave/home/Makefile.am new file mode 100644 index 000000000..085981d9b --- /dev/null +++ b/doc/tdeioslave/home/Makefile.am @@ -0,0 +1,4 @@ + +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/tdeioslave/home/index.docbook b/doc/tdeioslave/home/index.docbook new file mode 100644 index 000000000..648b700cc --- /dev/null +++ b/doc/tdeioslave/home/index.docbook @@ -0,0 +1,44 @@ +<?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"> +]> + +<article lang="&language;"> +<title>home</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 home protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>home</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para>The home protocol provides access to all user home directories. While all user +home directories might be listed, access to each directory depends upon file and +directory permissions configured by the administrator. On many &UNIX; systems, +the default permissions to other user directories usually prohibit access.</para> + +</article> diff --git a/doc/tdeioslave/http/CMakeLists.txt b/doc/tdeioslave/http/CMakeLists.txt new file mode 100644 index 000000000..0630a918e --- /dev/null +++ b/doc/tdeioslave/http/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/http ) diff --git a/doc/tdeioslave/http/Makefile.am b/doc/tdeioslave/http/Makefile.am new file mode 100644 index 000000000..5657bf3ea --- /dev/null +++ b/doc/tdeioslave/http/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/http diff --git a/doc/tdeioslave/http/index.docbook b/doc/tdeioslave/http/index.docbook new file mode 100644 index 000000000..5d463f980 --- /dev/null +++ b/doc/tdeioslave/http/index.docbook @@ -0,0 +1,70 @@ +<?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="http"> +<title>http / https</title> + +<articleinfo> + +<authorgroup> +<author>&Lauri.Watts;</author> +<author>&Ferdinand.Gassauer;</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> +<holder>&Ferdinand.Gassauer;</holder> +</copyright> +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<abstract> +<para> +This handbook describes the http/https protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>http</keyword> +<keyword>https</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para><acronym>http</acronym> is the +<emphasis>H</emphasis>yper<emphasis>T</emphasis>ext +<emphasis>T</emphasis>ransfer <emphasis>P</emphasis>rotocol.</para> + +<para>The http tdeioslave is used by all &tde; applications to handle +connections to http servers, that is, web servers. The most common +usage is to view web pages in the &konqueror; web browser.</para> + +<para>You can use the http tdeioslave in &konqueror; by giving it a +<acronym>URL</acronym>, such as +<userinput>http://<replaceable>www.trinitydesktop.org</replaceable></userinput>.</para> + +<para>HTTPS is HTTP encapsulated in an SSL/TLS stream.</para> + +<para>SSL is the Secure Sockets Layer protocol, a security protocol that +provides communications privacy over the Internet. The protocol allows client/server +applications to communicate in a way that is designed to prevent eavesdropping, tampering, +or message forgery.</para> + +<para>TLS stands for Transport Layer Security</para> + +<para>Read the man page: <ulink url="man:/http">http</ulink>.</para> + +</article> diff --git a/doc/tdeioslave/imap/CMakeLists.txt b/doc/tdeioslave/imap/CMakeLists.txt new file mode 100644 index 000000000..87eabac9b --- /dev/null +++ b/doc/tdeioslave/imap/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/imap ) diff --git a/doc/tdeioslave/imap/Makefile.am b/doc/tdeioslave/imap/Makefile.am new file mode 100644 index 000000000..e21d0f3de --- /dev/null +++ b/doc/tdeioslave/imap/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/imap diff --git a/doc/tdeioslave/imap/index.docbook b/doc/tdeioslave/imap/index.docbook new file mode 100644 index 000000000..dbe077bfe --- /dev/null +++ b/doc/tdeioslave/imap/index.docbook @@ -0,0 +1,63 @@ +<?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="imap"> +<title>imap / imaps</title> + +<articleinfo> + +<authorgroup> +<author>&Michael.Haeckel;</author> +<author>&tde-authors;</author> +<!-- TRANS:ROLES_OF_TRANSLATORS --> +</authorgroup> + +<releaseinfo>&tde-release-version;</releaseinfo> +<date>Reviewed: &tde-release-date;</date> + +<copyright> +<year>2001</year> +<holder>&Michael.Haeckel;</holder> +</copyright> +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<abstract> +<para> +This handbook describes the imap protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>imap</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para>The IMAP4 (rev1) protocol (Internet Message Access Protocol) allows +access to messages in mail folders on a server. Unlike POP3, which is designed +to download the mails and delete them from the server, the purpose of IMAP is +to store all mails on the server to be able to access these mails from +everywhere. Messages can be stored on the server, retrieved from there or +moved between folders.</para> + +<para>This plugin is currently mainly used by KMail, but you can also use it +in other &tde; applications that use tdeioslave plugins.</para> + +<para>For example in &konqueror;, type +<userinput>imap://[email protected]/</userinput> to get your IMAP +folders listed. You can then deal with the folders and mails like with folders +and files on a local file system. +IMAP URLs are defined in <ulink url="http://www.ietf.org/rfc/rfc2192.txt?number=2192">RFC 2192</ulink>. +</para> + +<para>IMAPS is the IMAP protocol encrypted via SSL.</para> + +</article> diff --git a/doc/tdeioslave/info/CMakeLists.txt b/doc/tdeioslave/info/CMakeLists.txt new file mode 100644 index 000000000..8dacd3add --- /dev/null +++ b/doc/tdeioslave/info/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/info ) diff --git a/doc/tdeioslave/info/Makefile.am b/doc/tdeioslave/info/Makefile.am new file mode 100644 index 000000000..fc09b998e --- /dev/null +++ b/doc/tdeioslave/info/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/info diff --git a/doc/tdeioslave/info/index.docbook b/doc/tdeioslave/info/index.docbook new file mode 100644 index 000000000..ea92413d4 --- /dev/null +++ b/doc/tdeioslave/info/index.docbook @@ -0,0 +1,70 @@ +<?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="info"> +<title>info</title> + +<articleinfo> + +<authorgroup> +<author>&Lauri.Watts;</author> +<author> + <firstname>Nicolas</firstname> + <surname>Goutte</surname> +</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> +<holder>Nicolas Goutte</holder> +</copyright> +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<abstract> +<para> +This handbook describes the info protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>info</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para>Info is a type of documentation. The documents are in a file +format called texinfo, and can be read on the command line with the +<command>info</command> program.</para> + +<para>The Info ioslave allows you to read the info pages installed on +your system, from within &konqueror;. You can use it very easily:</para> + +<screen><userinput><command>info:</command><replaceable>gcc</replaceable></userinput></screen> + +<para>This would show you the top level node of the Info documentation +for the &gcc; compiler.</para> + +<para>Info is a &GNU; replacement for +<command>man</command>, but is not widely used outside of +&GNU; software.</para> + +<para>You can quite easily browse the info documentation you have +installed from within the &khelpcenter; application, or you can use the +info ioslave directly from within both &konqueror; and the +mini-cli.</para> + +</article> diff --git a/doc/tdeioslave/iso/CMakeLists.txt b/doc/tdeioslave/iso/CMakeLists.txt new file mode 100644 index 000000000..d9b1866a8 --- /dev/null +++ b/doc/tdeioslave/iso/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/iso ) diff --git a/doc/tdeioslave/iso/Makefile.am b/doc/tdeioslave/iso/Makefile.am new file mode 100644 index 000000000..085981d9b --- /dev/null +++ b/doc/tdeioslave/iso/Makefile.am @@ -0,0 +1,4 @@ + +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/tdeioslave/iso/index.docbook b/doc/tdeioslave/iso/index.docbook new file mode 100644 index 000000000..9a6b7ce50 --- /dev/null +++ b/doc/tdeioslave/iso/index.docbook @@ -0,0 +1,57 @@ +<?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="about"> +<title>iso</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 iso protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>iso</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<sect1 id="apologies"> +<title>We Apologize</title> +<para>No documentation has yet been written for this protocol.</para> + +<para>If you need help, please check <ulink url="http://www.trinitydesktop.org">The &tde; +web site</ulink>, submit questions to the <ulink url="http://www.trinitydesktop.org/mailinglist.php"> +&tde; mail lists</ulink>, or file a bug report at the <ulink url="http://bugs.trinitydesktop.org/"> +&tde; bug tracker</ulink>.</para> + +<para>If you are interested in helping, please consider writing the help file. +Submitting a basic text file is acceptable as the &tde-team; will convert the text.</para> + +<para>Thank you for helping and thank you for your patience.</para> + +&underFDL; + +</sect1> + +</article> diff --git a/doc/tdeioslave/lan/CMakeLists.txt b/doc/tdeioslave/lan/CMakeLists.txt new file mode 100644 index 000000000..fe520e0e9 --- /dev/null +++ b/doc/tdeioslave/lan/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/lan ) diff --git a/doc/tdeioslave/lan/Makefile.am b/doc/tdeioslave/lan/Makefile.am new file mode 100644 index 000000000..cdd303dea --- /dev/null +++ b/doc/tdeioslave/lan/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/lan diff --git a/doc/tdeioslave/lan/index.docbook b/doc/tdeioslave/lan/index.docbook new file mode 100644 index 000000000..67add2117 --- /dev/null +++ b/doc/tdeioslave/lan/index.docbook @@ -0,0 +1,57 @@ +<?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="lan"> +<title>lan</title> + +<articleinfo> + +<authorgroup> +<author>&Ferdinand.Gassauer;</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>&Ferdinand.Gassauer;</holder> +</copyright> +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<abstract> +<para> +This handbook describes the lan protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>lan</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para> +This protocol is intended to provide a kind of <quote>network +neighborhood</quote> but only relying on the TCP/IP protocol stack and with +the ability to use other protocols than just <acronym>SMB</acronym>.</para> + +<para>The lan tdeioslave can use &FTP;, &HTTP;, <acronym>SMB</acronym>, +<acronym>NFS</acronym>, and <acronym>FISH</acronym></para> + +<para>It must first be configured in &kcontrol;, +<menuchoice><guimenu>Internet & Network</guimenu><guimenuitem>Local Network Browsing</guimenuitem> +</menuchoice> and for more information refer to the +<ulink url="help:/lisa">LISa (LAN Information Server) handbook</ulink>.</para> + +</article> diff --git a/doc/tdeioslave/ldap/CMakeLists.txt b/doc/tdeioslave/ldap/CMakeLists.txt new file mode 100644 index 000000000..abbea12ba --- /dev/null +++ b/doc/tdeioslave/ldap/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/ldap ) diff --git a/doc/tdeioslave/ldap/Makefile.am b/doc/tdeioslave/ldap/Makefile.am new file mode 100644 index 000000000..77444dfa8 --- /dev/null +++ b/doc/tdeioslave/ldap/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/ldap diff --git a/doc/tdeioslave/ldap/index.docbook b/doc/tdeioslave/ldap/index.docbook new file mode 100644 index 000000000..7a3d464dc --- /dev/null +++ b/doc/tdeioslave/ldap/index.docbook @@ -0,0 +1,59 @@ +<?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="ldap"> +<title>ldap / ldaps</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 ldap protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>ldap</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para><acronym>ldap</acronym> is the <emphasis>L</emphasis>ightweight <emphasis>D</emphasis>irectory +<emphasis>A</emphasis>ccess <emphasis>P</emphasis>rotocol. It provides access to an X.500 directory, +or to a stand-alone <acronym>LDAP</acronym> server.</para> + +<para>You can use the ldap tdeioslave as follows:</para> + +<para><userinput>ldap://host:port/ou=People,o=where,c=de??sub</userinput> +for a subtree-query</para> + +<para>or +<userinput>ldap://host:port/cn=MM,ou=People,o=where,c=de??base</userinput> +for a complete branch.</para> + +<para>LDAPS is the LDAP protocol encrypted via SSL.</para> + +</article> diff --git a/doc/tdeioslave/mac/CMakeLists.txt b/doc/tdeioslave/mac/CMakeLists.txt new file mode 100644 index 000000000..7f2050fa1 --- /dev/null +++ b/doc/tdeioslave/mac/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/mac ) diff --git a/doc/tdeioslave/mac/Makefile.am b/doc/tdeioslave/mac/Makefile.am new file mode 100644 index 000000000..45904fa63 --- /dev/null +++ b/doc/tdeioslave/mac/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/mac diff --git a/doc/tdeioslave/mac/index.docbook b/doc/tdeioslave/mac/index.docbook new file mode 100644 index 000000000..6f7381726 --- /dev/null +++ b/doc/tdeioslave/mac/index.docbook @@ -0,0 +1,88 @@ +<?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="mac"> +<title>mac</title> + +<articleinfo> + +<authorgroup> +<author><personname><firstname>Johnathan</firstname> +<surname>Riddell</surname></personname> +</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> +<holder>Johnathan Riddell</holder> +</copyright> +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<abstract> +<para> +This handbook describes the mac protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>mac</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para>The mac ioslave lets you read an HFS+ partition from &konqueror; +or any other &tde; file dialog. It uses hfsutils and you will need those +files installed for it to work.</para> + +<para>Enter <userinput>mac:/</userinput> into &konqueror; and you +should see the contents of your &MacOS; partition. If you have not +used tdeio-mac before, you will probably get an error message saying you +have not specified the right partition. Enter something like +<userinput>mac:/<option>?dev=/dev/hda2</option></userinput> to specify +the partition (if you don't know which partition &MacOS; is on, you +can probably guess by changing hda2 to hda3 and so on or use the print +command from <command>mac-fdisk</command>). This partition will be +used the next time, so you do not have to specify it each time.</para> + +<para><application>Hfsutils tools</application> let you see the file and copy +data from the HFS+ partition, but not to copy data to it or change the +filenames.</para> + +<para>HFS+ actually keeps two files for every one you see (called +forks), a resource fork and a data fork. The default copy mode when +you are copying files across to your native drive is raw data, which +means it only copies the data fork. Text files are copied in text mode +(same as raw format but changes the line endings to be &UNIX; friendly +and gets rid of some extra characters - strongly advised for text +files), unless you specify otherwise. You can also copy the files +across in Mac Binary II format or specify text or raw format with +another query: +<userinput>mac:/<option>myfile?mode=b</option></userinput> or +<userinput>mac:/<option>myfile?mode=t</option></userinput>. See the +<command>hpcopy</command> man page for more.</para> + +<para>Note that you need permissions to read your HFS+ partition. How +you get this depends on your distribution. <!-- , do a <command>ls -l +/dev/hdaX</command> on it to see. Under Debian you have to be in the +'disk' group (just add your username to the end of the entry in +/etc/group).--></para> + +<para>For some reason some folders in &MacOS; end in a funny tall +<quote>f</quote> character. This seems to confuse hfstools.</para> + +</article> + diff --git a/doc/tdeioslave/mailto/CMakeLists.txt b/doc/tdeioslave/mailto/CMakeLists.txt new file mode 100644 index 000000000..bf0053523 --- /dev/null +++ b/doc/tdeioslave/mailto/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/mailto ) diff --git a/doc/tdeioslave/mailto/Makefile.am b/doc/tdeioslave/mailto/Makefile.am new file mode 100644 index 000000000..66c5a87d7 --- /dev/null +++ b/doc/tdeioslave/mailto/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/mailto diff --git a/doc/tdeioslave/mailto/index.docbook b/doc/tdeioslave/mailto/index.docbook new file mode 100644 index 000000000..24131e9bf --- /dev/null +++ b/doc/tdeioslave/mailto/index.docbook @@ -0,0 +1,51 @@ +<?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="mailto"> +<title>mailto</title> + +<articleinfo> + +<authorgroup> +<author>&Ferdinand.Gassauer;</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>&Ferdinand.Gassauer;</holder> +</copyright> +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<abstract> +<para> +This handbook describes the mailto protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>mailto</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para>The mailto tdeioslave is used when you click on a mailto link in an +<acronym>HTML</acronym> page. &konqueror; will open the preferred mail +client you have configured, with a composer window. Any information +supplied in the <acronym>URL</acronym> will be filled in for you.</para> + +<para>Read the man page: <ulink url="man:/mailto">mailto</ulink>. +</para> +</article> diff --git a/doc/tdeioslave/man/CMakeLists.txt b/doc/tdeioslave/man/CMakeLists.txt new file mode 100644 index 000000000..4bdfa76b1 --- /dev/null +++ b/doc/tdeioslave/man/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/man ) diff --git a/doc/tdeioslave/man/Makefile.am b/doc/tdeioslave/man/Makefile.am new file mode 100644 index 000000000..a74f9d7a3 --- /dev/null +++ b/doc/tdeioslave/man/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/man diff --git a/doc/tdeioslave/man/index.docbook b/doc/tdeioslave/man/index.docbook new file mode 100644 index 000000000..9530e4608 --- /dev/null +++ b/doc/tdeioslave/man/index.docbook @@ -0,0 +1,116 @@ +<?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="man"> +<title>man</title> + +<articleinfo> + +<authorgroup> +<author>&Lauri.Watts;</author> +<author> + <firstname>Nicolas</firstname> + <surname>Goutte</surname> +</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> +<holder>Nicolas Goutte</holder> +</copyright> +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<abstract> +<para> +This handbook describes the man protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>man</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para> +Using the man ioslave you are able to read the man pages installed +on your system. It is easy to use: +</para> + +<variablelist> +<varlistentry> +<term><userinput><command>man:</command></userinput></term> +<listitem> +<para>See the sections of the manual, click to find the rest. +</para> +</listitem> +</varlistentry> +<varlistentry> +<term><userinput><command>man:</command><replaceable>fopen</replaceable></userinput></term> +<listitem> +<para>See the man page of <command>fopen</command>. +</para> +</listitem> +</varlistentry> +<varlistentry> +<term><userinput><command>man:</command><replaceable>fopen(3)</replaceable></userinput></term> +<listitem> +<para>See the man page of <command>fopen</command> in section 3. +</para> +</listitem> +</varlistentry> +<varlistentry> +<term><userinput><command>man:</command><replaceable>(3)</replaceable></userinput></term> +<listitem> +<para>See the index of section 3. +</para> +</listitem> +</varlistentry> +<varlistentry> +<term><userinput><command>man:</command>intro<replaceable>(3)</replaceable></userinput></term> +<listitem> +<para>See the introduction of section 3. +</para> +</listitem> +</varlistentry> +</variablelist> + +<note><para>If there are more than one man page of the name that you +have entered, you will get a list where you can choose the man page +that you want to see.</para></note> + +<para> +There is also a shortcut: <userinput><command>#fopen</command></userinput>, +which has the same effect as above. +</para> + +<para> +If you do not find all your man pages, adjust the configuration file +<filename>/etc/manpath.config</filename> +(or a file of a similar name depending on your distribution) +or adjust the environment variables +<envar>MANPATH</envar> and <envar>MANSECT</envar>. +</para> + +<para> +As with any other &tde; ioslave, it is possible to enter a &URL;, like +<userinput><command>man:socket</command></userinput> in <emphasis>any</emphasis> +&tde; application. Try it in &kwrite; and you will see the man page in +&HTML; format. +</para> + +</article> diff --git a/doc/tdeioslave/media/CMakeLists.txt b/doc/tdeioslave/media/CMakeLists.txt new file mode 100644 index 000000000..795b3ea66 --- /dev/null +++ b/doc/tdeioslave/media/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/media ) diff --git a/doc/tdeioslave/media/Makefile.am b/doc/tdeioslave/media/Makefile.am new file mode 100644 index 000000000..085981d9b --- /dev/null +++ b/doc/tdeioslave/media/Makefile.am @@ -0,0 +1,4 @@ + +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/tdeioslave/media/index.docbook b/doc/tdeioslave/media/index.docbook new file mode 100644 index 000000000..de9d91d69 --- /dev/null +++ b/doc/tdeioslave/media/index.docbook @@ -0,0 +1,58 @@ +<?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"> +]> + +<article lang="&language;"> +<title>media</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 media protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>KDED</keyword> +<keyword>media</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<sect1 id="apologies"> +<title>We Apologize</title> +<para>No documentation has yet been written for this protocol.</para> + +<para>If you need help, please check <ulink url="http://www.trinitydesktop.org">The &tde; +web site</ulink>, submit questions to the <ulink url="http://www.trinitydesktop.org/mailinglist.php"> +&tde; mail lists</ulink>, or file a bug report at the <ulink url="http://bugs.trinitydesktop.org/"> +&tde; bug tracker</ulink>.</para> + +<para>If you are interested in helping, please consider writing the help file. +Submitting a basic text file is acceptable as the &tde-team; will convert the text.</para> + +<para>Thank you for helping and thank you for your patience.</para> + +&underFDL; + +</sect1> + +</article> diff --git a/doc/tdeioslave/metainfo/CMakeLists.txt b/doc/tdeioslave/metainfo/CMakeLists.txt new file mode 100644 index 000000000..b247d155b --- /dev/null +++ b/doc/tdeioslave/metainfo/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/metainfo ) diff --git a/doc/tdeioslave/metainfo/Makefile.am b/doc/tdeioslave/metainfo/Makefile.am new file mode 100644 index 000000000..085981d9b --- /dev/null +++ b/doc/tdeioslave/metainfo/Makefile.am @@ -0,0 +1,4 @@ + +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/tdeioslave/metainfo/index.docbook b/doc/tdeioslave/metainfo/index.docbook new file mode 100644 index 000000000..cd37c2a1d --- /dev/null +++ b/doc/tdeioslave/metainfo/index.docbook @@ -0,0 +1,57 @@ +<?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="about"> +<title>metainfo</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 metainfo protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>metainfo</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<sect1 id="apologies"> +<title>We Apologize</title> +<para>No documentation has yet been written for this protocol.</para> + +<para>If you need help, please check <ulink url="http://www.trinitydesktop.org">The &tde; +web site</ulink>, submit questions to the <ulink url="http://www.trinitydesktop.org/mailinglist.php"> +&tde; mail lists</ulink>, or file a bug report at the <ulink url="http://bugs.trinitydesktop.org/"> +&tde; bug tracker</ulink>.</para> + +<para>If you are interested in helping, please consider writing the help file. +Submitting a basic text file is acceptable as the &tde-team; will convert the text.</para> + +<para>Thank you for helping and thank you for your patience.</para> + +&underFDL; + +</sect1> + +</article> diff --git a/doc/tdeioslave/mms/CMakeLists.txt b/doc/tdeioslave/mms/CMakeLists.txt new file mode 100644 index 000000000..58b212963 --- /dev/null +++ b/doc/tdeioslave/mms/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/mms ) diff --git a/doc/tdeioslave/mms/Makefile.am b/doc/tdeioslave/mms/Makefile.am new file mode 100644 index 000000000..085981d9b --- /dev/null +++ b/doc/tdeioslave/mms/Makefile.am @@ -0,0 +1,4 @@ + +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/tdeioslave/mms/index.docbook b/doc/tdeioslave/mms/index.docbook new file mode 100644 index 000000000..454164620 --- /dev/null +++ b/doc/tdeioslave/mms/index.docbook @@ -0,0 +1,49 @@ +<?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="about"> +<title>mms / mmst / mmsu</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 mms (Microsoft Media Server) protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>mms</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para>The mms/mmst/mmsu protocols are Microsoft proprietary network-streaming protocols, +previously called NetShow Services. The protocols have been deprecated in favor of the +<ulink url="help:/tdeioslave/rtsp">rtsp (Real Time Streaming Protocol)</ulink> protocol.</para> + +<para>mmst uses tcp and mmsu uses udp.</para> + +<para>Source: <ulink url="https://en.wikipedia.org/wiki/Microsoft_Media_Server">Wikipedia</ulink></para> + +&underFDL; + +</article> diff --git a/doc/tdeioslave/mrml/CMakeLists.txt b/doc/tdeioslave/mrml/CMakeLists.txt new file mode 100644 index 000000000..a30aba1c7 --- /dev/null +++ b/doc/tdeioslave/mrml/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/mrml ) diff --git a/doc/tdeioslave/mrml/Makefile.am b/doc/tdeioslave/mrml/Makefile.am new file mode 100644 index 000000000..a7c94fd06 --- /dev/null +++ b/doc/tdeioslave/mrml/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/mrml diff --git a/doc/tdeioslave/mrml/index.docbook b/doc/tdeioslave/mrml/index.docbook new file mode 100644 index 000000000..6189f37b8 --- /dev/null +++ b/doc/tdeioslave/mrml/index.docbook @@ -0,0 +1,54 @@ +<?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="mrml"> +<title>mrml</title> + +<articleinfo> + +<authorgroup> +<author>&Carsten.Pfeiffer;</author> +<author>&tde-authors;</author> +<!-- TRANS:ROLES_OF_TRANSLATORS --> +</authorgroup> + +<releaseinfo>&tde-release-version;</releaseinfo> +<date>Reviewed: &tde-release-date;</date> + +<copyright> +<year>2003</year> +<holder>&Carsten.Pfeiffer;</holder> +</copyright> +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<abstract> +<para> +This handbook describes the mrml protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>mrml</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para><acronym>MRML</acronym> stands for Multimedia Retrieval Markup Language. <acronym>MRML</acronym> +is an XML-based protocol to provide standardized access to multimedia retrieval software. +</para> + +<para>tdeio_mrml is used for the Image Finding feature in &tde;.</para> + +<para>For example, type <userinput>mrml:/</userinput> or <userinput>mrml:/some.other.server</userinput> +in &konqueror; to start searching for images. +</para> + +</article> diff --git a/doc/tdeioslave/news/CMakeLists.txt b/doc/tdeioslave/news/CMakeLists.txt new file mode 100644 index 000000000..781563299 --- /dev/null +++ b/doc/tdeioslave/news/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/news ) diff --git a/doc/tdeioslave/news/Makefile.am b/doc/tdeioslave/news/Makefile.am new file mode 100644 index 000000000..9d526a265 --- /dev/null +++ b/doc/tdeioslave/news/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/news diff --git a/doc/tdeioslave/news/index.docbook b/doc/tdeioslave/news/index.docbook new file mode 100644 index 000000000..56fbafc8b --- /dev/null +++ b/doc/tdeioslave/news/index.docbook @@ -0,0 +1,53 @@ +<?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="news"> +<title>news</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 news protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>news</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para>The news tdeioslave is used when you click on a news link on a web +page. It will open &knode;, and if the group referred to in the news +link is available from your server, it will subscribe you to the group, in +the first available account you have configured in &knode;</para> + +<para>You can unsubscribe from within &knode; if you decide you don't +want to read the group, by <mousebutton>right</mousebutton> clicking and +selecting <guimenuitem>Unsubscribe from Group</guimenuitem>.</para> + +</article> diff --git a/doc/tdeioslave/nfs/CMakeLists.txt b/doc/tdeioslave/nfs/CMakeLists.txt new file mode 100644 index 000000000..f73b233b4 --- /dev/null +++ b/doc/tdeioslave/nfs/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/nfs ) diff --git a/doc/tdeioslave/nfs/Makefile.am b/doc/tdeioslave/nfs/Makefile.am new file mode 100644 index 000000000..01ceb61fa --- /dev/null +++ b/doc/tdeioslave/nfs/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/nfs diff --git a/doc/tdeioslave/nfs/index.docbook b/doc/tdeioslave/nfs/index.docbook new file mode 100644 index 000000000..44fbaddb9 --- /dev/null +++ b/doc/tdeioslave/nfs/index.docbook @@ -0,0 +1,74 @@ +<?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="nfs"> +<title>nfs</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 nfs protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>nfs</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para> +Sun's <acronym>NFS</acronym> protocol provides transparent remote access to +shared file systems across networks. The <acronym>NFS</acronym> protocol is +designed to be machine, operating system, network architecture, and +transport protocol independent. This independence is achieved through the +use of Remote Procedure Call (<acronym>RPC</acronym>) primitives built on +top of an eXternal Data Representation (<acronym>XDR</acronym>). +</para> + +<para> +The supporting MOUNT protocol performs the operating system-specific +functions that allow clients to attach remote folder trees to a point +within the local file system. The mount process also allows the server to +grant remote access privileges to a restricted set of clients via export +control.</para> + +<para> +The Lock Manager provides support for file locking when used in the +<acronym>NFS</acronym> environment. The Network Lock Manager +(<acronym>NLM</acronym>) protocol isolates the inherently stateful aspects +of file locking into a separate protocol.</para> + +<para> +Source: +<ulink url="http://www.networksorcery.com/enp/protocol/nfs.htm"> +http://www.networksorcery.com/enp/protocol/nfs.htm</ulink> +</para> + +<para>Read the man page: <ulink url="man:/nfs">nfs</ulink>. +</para> +</article> diff --git a/doc/tdeioslave/nntp/CMakeLists.txt b/doc/tdeioslave/nntp/CMakeLists.txt new file mode 100644 index 000000000..084ca0732 --- /dev/null +++ b/doc/tdeioslave/nntp/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/nntp ) diff --git a/doc/tdeioslave/nntp/Makefile.am b/doc/tdeioslave/nntp/Makefile.am new file mode 100644 index 000000000..3b0f1cd90 --- /dev/null +++ b/doc/tdeioslave/nntp/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/nntp diff --git a/doc/tdeioslave/nntp/index.docbook b/doc/tdeioslave/nntp/index.docbook new file mode 100644 index 000000000..c0f4214a5 --- /dev/null +++ b/doc/tdeioslave/nntp/index.docbook @@ -0,0 +1,78 @@ +<?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="nntp"> +<title>nntp / nntps</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 nntp protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>nntp</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<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> + +<para>NNTPS is the NNTP protocol encrypted via SSL.</para> + +</article> 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> diff --git a/doc/tdeioslave/pnm/CMakeLists.txt b/doc/tdeioslave/pnm/CMakeLists.txt new file mode 100644 index 000000000..e1573c400 --- /dev/null +++ b/doc/tdeioslave/pnm/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/pnm ) diff --git a/doc/tdeioslave/pnm/Makefile.am b/doc/tdeioslave/pnm/Makefile.am new file mode 100644 index 000000000..085981d9b --- /dev/null +++ b/doc/tdeioslave/pnm/Makefile.am @@ -0,0 +1,4 @@ + +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/tdeioslave/pnm/index.docbook b/doc/tdeioslave/pnm/index.docbook new file mode 100644 index 000000000..883100e56 --- /dev/null +++ b/doc/tdeioslave/pnm/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="about"> +<title>pnm</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 pnm protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>pnm</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para>The pnm protocol is the former name for the +<ulink url="help:/tdeioslave/rtsp">rtsp (Real Time Streaming Protocol)</ulink> +network-streaming protocol.</para> + +&underFDL; + +</article> diff --git a/doc/tdeioslave/pop3/CMakeLists.txt b/doc/tdeioslave/pop3/CMakeLists.txt new file mode 100644 index 000000000..447e52d51 --- /dev/null +++ b/doc/tdeioslave/pop3/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/pop3 ) diff --git a/doc/tdeioslave/pop3/Makefile.am b/doc/tdeioslave/pop3/Makefile.am new file mode 100644 index 000000000..5348a0231 --- /dev/null +++ b/doc/tdeioslave/pop3/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/pop3 diff --git a/doc/tdeioslave/pop3/index.docbook b/doc/tdeioslave/pop3/index.docbook new file mode 100644 index 000000000..52b1dcac7 --- /dev/null +++ b/doc/tdeioslave/pop3/index.docbook @@ -0,0 +1,50 @@ +<?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="pop3"> +<title>pop3 / pop3s</title> + +<articleinfo> + +<authorgroup> +<author>&Ferdinand.Gassauer;</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>&Ferdinand.Gassauer;</holder> +</copyright> +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<abstract> +<para> +This handbook describes the pop3 protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>pop3</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para> +The Post Office Protocol (POP3) allows a user's workstation to access mail from a mailbox server. +</para> + +<para>POP3S is the POP3 protocol encrypted via SSL.</para> + +</article> diff --git a/doc/tdeioslave/print/CMakeLists.txt b/doc/tdeioslave/print/CMakeLists.txt new file mode 100644 index 000000000..7ebc5b392 --- /dev/null +++ b/doc/tdeioslave/print/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/print ) diff --git a/doc/tdeioslave/print/Makefile.am b/doc/tdeioslave/print/Makefile.am new file mode 100644 index 000000000..00fc813d6 --- /dev/null +++ b/doc/tdeioslave/print/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/print diff --git a/doc/tdeioslave/print/index.docbook b/doc/tdeioslave/print/index.docbook new file mode 100644 index 000000000..4febda243 --- /dev/null +++ b/doc/tdeioslave/print/index.docbook @@ -0,0 +1,190 @@ +<?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="print"> +<title>print</title> + +<articleinfo> +<authorgroup> +<author>&Kurt.Pfeifle;</author> +<author>&tde-authors;</author> +<!-- TRANS:ROLES_OF_TRANSLATORS --> +</authorgroup> + +<releaseinfo>&tde-release-version;</releaseinfo> +<date>Reviewed: &tde-release-date;</date> + +<copyright> +<year>2002</year> +<holder>&Kurt.Pfeifle;</holder> +</copyright> +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<abstract> +<para> +This handbook describes the print protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>print</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para>The <acronym>print</acronym> tdeio slave gives quick access to browse +different &tdeprint; sections via <quote>virtual folders</quote>. +These folders provide some information about and quick access to your print +subsystem.</para> + +<para><command>print:/</command> represents one more of those useful +tdeio slaves implemented by &tde;. To access it, just type <userinput>print:/ + </userinput> into the address field of &konqueror;. <userinput>print:/ + </userinput> doesn't purely provide <quote>read-only</quote> access to + your print subsystem, but it also allows you to change settings + of your printers, of your print system and lets you create new printers + and classes.</para> + +<para>You are asked for the Administrator or root password, if you are +not allowed a view or an operation as a normal user.</para> + +<para>You can bookmark frequently used shortcuts like + <command>print:/manager</command></para> + +<para>Valid syntax is either +<userinput>print:/[path-to-virtual-folder]</userinput> or +<userinput>print:[path-to-virtual-folder]</userinput></para> + +<para>Note that some of the views and actions offered do heavily + depend on the print subsystem that is installed on your box and presently +activated for &tde;. Pages showing printer information display only +those parts that are valid for the &tde; selected print subsystem. +(So if you normally run <acronym>CUPS</acronym>, but switched temporarily to +<quote>Generic UNIX LPD Printing</quote>, which is possible, you will see +less printer info, because LPD is not capable of using the same amount of +print settings as are possible in CUPS).</para> + +<para>Valid syntax to access different virtual folders +and a short explanation of what they represent:</para> + +<variablelist> +<title>Some examples</title> + +<varlistentry> +<term><userinput>print:/ </userinput> (&ie; the root of +print-tdeioslave)</term> +<listitem> +<para> virtual root for browsing your print subsystem. + It displays subfolders <quote>Classes</quote>, + <quote>Jobs</quote>, + <quote>Manager</quote>, <quote>Printers</quote>, + and <quote>Specials</quote></para> +</listitem> +</varlistentry> + +<varlistentry> +<term><userinput>print:/classes</userinput> or +<userinput>print:classes </userinput> +</term> <listitem> +<para> view your printer classes + (supported by and useful for CUPS only) +</para> +</listitem> +</varlistentry> + + +<varlistentry> +<term><userinput>print:/classes/class_name </userinput> or + <userinput>print:classes/class_name </userinput> </term> <listitem> +<para>view all members of the named + printer class (supported by and useful only + for CUPS) </para> +</listitem> +</varlistentry> + + +<varlistentry> +<term><userinput>print:/jobs </userinput> +or <userinput>print:jobs </userinput></term> +<listitem> +<para> lists the current and pending jobs.</para> +</listitem> +</varlistentry> + +<varlistentry> +<term><userinput>print:/printers </userinput> +or <userinput>print:printers </userinput></term> +<listitem> +<para> lists all your printers. Clicking + on a printer name shows more info about that printer. +</para> +</listitem> +</varlistentry> + +<varlistentry> +<term><userinput>print:/printers/printer_name </userinput> +or <userinput>print:printers/printer_name </userinput> </term> +<listitem> +<para>displays useful info about the named + printer </para> +</listitem> +</varlistentry> + +<varlistentry> +<term><userinput>print:/manager </userinput> or +<userinput>print:manager </userinput> +</term> <listitem> +<para>opens a page very similar to the &tdeprint; + Manager module inside the &tde; Control Center. + Switch to a different printing system here or do every + other administrative task.</para> +<para>This is the most important of access points to your printing + system.</para> +</listitem> +</varlistentry> + +<varlistentry> +<term><userinput>print:/specials </userinput> or +<userinput>print:specials </userinput> +</term><listitem> +<para>lists all presently available <quote>special printers</quote>: + Likely you'll see:</para> +<itemizedlist> +<listitem> + <para>The two that let you save a printfile to disk, in + &PostScript; or <acronym>PDF</acronym> format.</para> +</listitem> +<listitem> + <para>One that sends it as a <acronym>PDF</acronym> attachment via +&kmail;.</para> +</listitem> +<listitem> + <para>And last, send it via fax, if you have one of the + supported fax backends active, +<application>Hylafax</application> or +<application>efax</application>.</para> +</listitem> +</itemizedlist> +</listitem> +</varlistentry> + +</variablelist> + +<tip><para>You can also put <command>print:/manager</command> + or similar as the command in + the <quote>Quick Command</quote> utility (started via +<keycombo action="simul">&Alt;<keycap>F2</keycap></keycombo>)</para></tip> + +<para>You can learn more about printing and &tdeprint;'s powerful abilities +by reading the <ulink url="help:/tdeprint">&tdeprint; Handbook</ulink>. +</para> + +</article> diff --git a/doc/tdeioslave/printdb/CMakeLists.txt b/doc/tdeioslave/printdb/CMakeLists.txt new file mode 100644 index 000000000..b56a199ea --- /dev/null +++ b/doc/tdeioslave/printdb/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/printdb ) diff --git a/doc/tdeioslave/printdb/Makefile.am b/doc/tdeioslave/printdb/Makefile.am new file mode 100644 index 000000000..085981d9b --- /dev/null +++ b/doc/tdeioslave/printdb/Makefile.am @@ -0,0 +1,4 @@ + +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/tdeioslave/printdb/index.docbook b/doc/tdeioslave/printdb/index.docbook new file mode 100644 index 000000000..3a025c395 --- /dev/null +++ b/doc/tdeioslave/printdb/index.docbook @@ -0,0 +1,57 @@ +<?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="printdb"> +<title>printdb</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 printdb protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>printdb</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<sect1 id="apologies"> +<title>We Apologize</title> +<para>No documentation has yet been written for this protocol.</para> + +<para>If you need help, please check <ulink url="http://www.trinitydesktop.org">The &tde; +web site</ulink>, submit questions to the <ulink url="http://www.trinitydesktop.org/mailinglist.php"> +&tde; mail lists</ulink>, or file a bug report at the <ulink url="http://bugs.trinitydesktop.org/"> +&tde; bug tracker</ulink>.</para> + +<para>If you are interested in helping, please consider writing the help file. +Submitting a basic text file is acceptable as the &tde-team; will convert the text.</para> + +<para>Thank you for helping and thank you for your patience.</para> + +&underFDL; + +</sect1> + +</article> diff --git a/doc/tdeioslave/programs/CMakeLists.txt b/doc/tdeioslave/programs/CMakeLists.txt new file mode 100644 index 000000000..9c4982d3e --- /dev/null +++ b/doc/tdeioslave/programs/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/programs ) diff --git a/doc/tdeioslave/programs/Makefile.am b/doc/tdeioslave/programs/Makefile.am new file mode 100644 index 000000000..085981d9b --- /dev/null +++ b/doc/tdeioslave/programs/Makefile.am @@ -0,0 +1,4 @@ + +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/tdeioslave/programs/index.docbook b/doc/tdeioslave/programs/index.docbook new file mode 100644 index 000000000..ca5ed614f --- /dev/null +++ b/doc/tdeioslave/programs/index.docbook @@ -0,0 +1,44 @@ +<?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="programs"> +<title>programs</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 programs protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>programs</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para>The programs protocol provides access to most of the main menu items listed +in the launcher menu, similar to the <ulink url="help:/tdeioslave/applications"> +applications</ulink> protocol. The primary difference is the applications protocol +includes the Settings menu and the programs protocol does not.</para> + +</article> diff --git a/doc/tdeioslave/remote/CMakeLists.txt b/doc/tdeioslave/remote/CMakeLists.txt new file mode 100644 index 000000000..7edf18ade --- /dev/null +++ b/doc/tdeioslave/remote/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/remote ) diff --git a/doc/tdeioslave/remote/Makefile.am b/doc/tdeioslave/remote/Makefile.am new file mode 100644 index 000000000..085981d9b --- /dev/null +++ b/doc/tdeioslave/remote/Makefile.am @@ -0,0 +1,4 @@ + +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/tdeioslave/remote/index.docbook b/doc/tdeioslave/remote/index.docbook new file mode 100644 index 000000000..992aa45c8 --- /dev/null +++ b/doc/tdeioslave/remote/index.docbook @@ -0,0 +1,47 @@ +<?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"> +]> + +<article lang="&language;"> +<title>remote</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 remote protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>remote</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para>The remote protocol provides access to various network protocols, such as network shares +through <ulink url="help:/tdeioslave/nfs">NFS</ulink>, or +<ulink url="help:/tdeioslave/smb">Samba</ulink>, or other network services such as +<ulink url="help:/tdeioslave/zeroconf">Zeroconf</ulink>, +<ulink url="help:/tdeioslave/ftp">FTP</ulink>, +<ulink url="help:/tdeioslave/ssh">SSH</ulink>, +<ulink url="help:/tdeioslave/webdav">Webdav</ulink>, etc.</para> + +</article> diff --git a/doc/tdeioslave/rlan/CMakeLists.txt b/doc/tdeioslave/rlan/CMakeLists.txt new file mode 100644 index 000000000..74fbb07f8 --- /dev/null +++ b/doc/tdeioslave/rlan/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/rlan ) diff --git a/doc/tdeioslave/rlan/Makefile.am b/doc/tdeioslave/rlan/Makefile.am new file mode 100644 index 000000000..cdd303dea --- /dev/null +++ b/doc/tdeioslave/rlan/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/lan diff --git a/doc/tdeioslave/rlan/index.docbook b/doc/tdeioslave/rlan/index.docbook new file mode 100644 index 000000000..7825e1f53 --- /dev/null +++ b/doc/tdeioslave/rlan/index.docbook @@ -0,0 +1,44 @@ +<?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="lan"> +<title>rlan</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 rlan protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>rlan</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para>The rlan protocol is similar to the <ulink url="help:/tdeioslave/lan">lan</ulink> +protocol but intended for sessions on a remote server. Whereas the +<ulink url="help:/tdeioslave/lan">lan</ulink> protocol is used with the LAN Information +Service (LISa), rlan is used with the restricted LISa service (resLISa).</para> + +</article> diff --git a/doc/tdeioslave/rlogin/CMakeLists.txt b/doc/tdeioslave/rlogin/CMakeLists.txt new file mode 100644 index 000000000..2a19348a6 --- /dev/null +++ b/doc/tdeioslave/rlogin/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/rlogin ) diff --git a/doc/tdeioslave/rlogin/Makefile.am b/doc/tdeioslave/rlogin/Makefile.am new file mode 100644 index 000000000..44751e92f --- /dev/null +++ b/doc/tdeioslave/rlogin/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/rlogin diff --git a/doc/tdeioslave/rlogin/index.docbook b/doc/tdeioslave/rlogin/index.docbook new file mode 100644 index 000000000..215e14436 --- /dev/null +++ b/doc/tdeioslave/rlogin/index.docbook @@ -0,0 +1,63 @@ +<?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="rlogin"> +<title>rlogin</title> + +<articleinfo> + +<authorgroup> +<author><personname><firstname>Christian</firstname><surname>Bunting</surname></personname></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>Christian Bunting</holder> +</copyright> +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<abstract> +<para> +This handbook describes the rlogin protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>rlogin</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para>Using &konqueror; you can start up an <command>rlogin</command> +session with a server hosting the rlogin service.</para> + +<para>To use this tdeioslave feature, in the &konqueror; +<acronym>URL</acronym> bar, type +<userinput>rlogin:/host_to_connect_to</userinput></para> + +<para>This will initialize &konsole; with an <command>rlogin</command> +session, prompting you for your password.</para> + +<para>The <command>rlogin</command> tdeioslave uses the username of the +account you are currently using in &tde;.</para> + +<para>After you have successfully entered your password, you can begin +your remote session.</para> + +<para>Read the man page: <ulink url="man:/rlogin">rlogin</ulink>. +</para> + +</article> diff --git a/doc/tdeioslave/rtsp/CMakeLists.txt b/doc/tdeioslave/rtsp/CMakeLists.txt new file mode 100644 index 000000000..4fe25d41f --- /dev/null +++ b/doc/tdeioslave/rtsp/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/rtsp ) diff --git a/doc/tdeioslave/rtsp/Makefile.am b/doc/tdeioslave/rtsp/Makefile.am new file mode 100644 index 000000000..085981d9b --- /dev/null +++ b/doc/tdeioslave/rtsp/Makefile.am @@ -0,0 +1,4 @@ + +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/tdeioslave/rtsp/index.docbook b/doc/tdeioslave/rtsp/index.docbook new file mode 100644 index 000000000..ae92527cb --- /dev/null +++ b/doc/tdeioslave/rtsp/index.docbook @@ -0,0 +1,47 @@ +<?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="about"> +<title>rtsp / rtspt / rtspu</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 rtsp (Real Time Streaming Protocol) protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>rtsp</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para>The rtsp/rtspt/rtspu protocols are Microsoft proprietary network-streaming protocols.</para> + +<para>rtspt uses tcp and rtspu uses udp.</para> + +<para>Source: <ulink url="https://en.wikipedia.org/wiki/RTSP">Wikipedia</ulink></para> + +&underFDL; + +</article> diff --git a/doc/tdeioslave/settings/CMakeLists.txt b/doc/tdeioslave/settings/CMakeLists.txt new file mode 100644 index 000000000..14ce99933 --- /dev/null +++ b/doc/tdeioslave/settings/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/settings ) diff --git a/doc/tdeioslave/settings/Makefile.am b/doc/tdeioslave/settings/Makefile.am new file mode 100644 index 000000000..085981d9b --- /dev/null +++ b/doc/tdeioslave/settings/Makefile.am @@ -0,0 +1,4 @@ + +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/tdeioslave/settings/index.docbook b/doc/tdeioslave/settings/index.docbook new file mode 100644 index 000000000..59bf95f59 --- /dev/null +++ b/doc/tdeioslave/settings/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 % English "INCLUDE" > <!-- change language only here --> +]> + +<article lang="&language;" id="settings"> +<title>settings</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 settings protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>settings</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para>The settings protocol provides direct access to &kcontrol; modules. The settings +protocol is used by the optional Control Center menu.</para> + +</article> diff --git a/doc/tdeioslave/sftp/CMakeLists.txt b/doc/tdeioslave/sftp/CMakeLists.txt new file mode 100644 index 000000000..a02ff4efd --- /dev/null +++ b/doc/tdeioslave/sftp/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/sftp ) diff --git a/doc/tdeioslave/sftp/Makefile.am b/doc/tdeioslave/sftp/Makefile.am new file mode 100644 index 000000000..7ff5ffd40 --- /dev/null +++ b/doc/tdeioslave/sftp/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/sftp diff --git a/doc/tdeioslave/sftp/index.docbook b/doc/tdeioslave/sftp/index.docbook new file mode 100644 index 000000000..a2ca20005 --- /dev/null +++ b/doc/tdeioslave/sftp/index.docbook @@ -0,0 +1,54 @@ +<?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="sftp"> +<title>sftp</title> + +<articleinfo> + +<authorgroup> +<author>&Ferdinand.Gassauer;</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>&Ferdinand.Gassauer;</holder> +</copyright> +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<abstract> +<para> +This handbook describes the sftp protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>sftp</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para><acronym>SFTP</acronym> is a Secure file transfer protocol. +<command>sftp</command> is an interactive file transfer program, +similar to ftp, but it performs all operations over an encrypted +<command>ssh</command> transport. It may use many of the features of +<command>ssh</command>, including public key authentication and +compression.</para> + +<para>Read the man page: <ulink url="man:/sftp">sftp</ulink>. +</para> + +</article> diff --git a/doc/tdeioslave/smb/CMakeLists.txt b/doc/tdeioslave/smb/CMakeLists.txt new file mode 100644 index 000000000..cb27bbf45 --- /dev/null +++ b/doc/tdeioslave/smb/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/smb ) diff --git a/doc/tdeioslave/smb/Makefile.am b/doc/tdeioslave/smb/Makefile.am new file mode 100644 index 000000000..11b1b83c4 --- /dev/null +++ b/doc/tdeioslave/smb/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/smb diff --git a/doc/tdeioslave/smb/index.docbook b/doc/tdeioslave/smb/index.docbook new file mode 100644 index 000000000..10bf302af --- /dev/null +++ b/doc/tdeioslave/smb/index.docbook @@ -0,0 +1,85 @@ +<?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="smb"> +<title>smb</title> + +<articleinfo> + +<authorgroup> +<author>&Alexander.Neundorf;</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>&Alexander.Neundorf;</holder> +</copyright> +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<abstract> +<para> +This handbook describes the smb protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>smb</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para> +The smb ioslave enables you to browse the shares of a &Windows; (or Samba) +network. +</para> + +<para> +To see the workgroups, enter +<userinput><command>smb:/</command></userinput>. +</para> +<para> +<userinput><command>smb://</command><replaceable>a_workgroup</replaceable></userinput> +will list the hosts in this workgroup. +</para> +<para> +To see the shares of a host, enter +<userinput><command>smb://</command><replaceable>the_host</replaceable></userinput> +or +<userinput><command>smb:/</command><replaceable>a_workgroup</replaceable>/<replaceable>the_host +</replaceable></userinput>. +</para> +<para> +To access a share directly enter +<userinput><command>smb://</command><replaceable>the_host/the_share</replaceable></userinput> +or +<userinput><command>smb:/</command><replaceable>a_workgroup</replaceable>/<replaceable>the_host +</replaceable>/<replaceable>the_share</replaceable></userinput> +</para> + +<para> +The smb ioslave requires that you have libsmbclient to use this ioslave. +</para> + +<para> +You can set your default user name and password in the &kcontrol; in +<menuchoice><guisubmenu>Network</guisubmenu><guimenuitem>Windows +Shares</guimenuitem></menuchoice>. This is especially useful if you are a +member of a &Windows; domain. There you can also set your +workgroup name, but in most cases this is not required. The tdeioslave will ask for your username +and password if a default is not set. +</para> + +</article> diff --git a/doc/tdeioslave/smtp/CMakeLists.txt b/doc/tdeioslave/smtp/CMakeLists.txt new file mode 100644 index 000000000..dd134a13e --- /dev/null +++ b/doc/tdeioslave/smtp/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/smtp ) diff --git a/doc/tdeioslave/smtp/Makefile.am b/doc/tdeioslave/smtp/Makefile.am new file mode 100644 index 000000000..e98036c1a --- /dev/null +++ b/doc/tdeioslave/smtp/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/smtp diff --git a/doc/tdeioslave/smtp/index.docbook b/doc/tdeioslave/smtp/index.docbook new file mode 100644 index 000000000..39c1c06bb --- /dev/null +++ b/doc/tdeioslave/smtp/index.docbook @@ -0,0 +1,53 @@ +<?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="smtp"> +<title>smtp / smtps</title> + +<articleinfo> + +<authorgroup> +<author>&Ferdinand.Gassauer;</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>&Ferdinand.Gassauer;</holder> +</copyright> +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<abstract> +<para> +This handbook describes the smtp protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>smtp</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para> +A protocol to send mail from a client workstation to a mail server. +</para> + +<para>SMTPS is the SMTP protocol encrypted via SSL.</para> + +<para>Refer to: <ulink url="http://cr.yp.to/smtp.html">Simple Mail Transfer Protocol </ulink>. +</para> + +</article> diff --git a/doc/tdeioslave/ssh/CMakeLists.txt b/doc/tdeioslave/ssh/CMakeLists.txt new file mode 100644 index 000000000..731c4ec62 --- /dev/null +++ b/doc/tdeioslave/ssh/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/ssh ) diff --git a/doc/tdeioslave/ssh/Makefile.am b/doc/tdeioslave/ssh/Makefile.am new file mode 100644 index 000000000..085981d9b --- /dev/null +++ b/doc/tdeioslave/ssh/Makefile.am @@ -0,0 +1,4 @@ + +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/tdeioslave/ssh/index.docbook b/doc/tdeioslave/ssh/index.docbook new file mode 100644 index 000000000..9ecb03062 --- /dev/null +++ b/doc/tdeioslave/ssh/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="about"> +<title>ssh</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 ssh protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>ssh</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para>The ssh protocol is the Secure Shell protocol, indended for secure (encrypted) communications +across networks.The ssh protocol was developed to overcome shortcomings of similar protocols that do +not encrypt, such as <ulink url="help:/tdeioslave/telnet">telnet</ulink></para> + +&underFDL; + +</article> diff --git a/doc/tdeioslave/system/CMakeLists.txt b/doc/tdeioslave/system/CMakeLists.txt new file mode 100644 index 000000000..7d2cee57e --- /dev/null +++ b/doc/tdeioslave/system/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/system ) diff --git a/doc/tdeioslave/system/Makefile.am b/doc/tdeioslave/system/Makefile.am new file mode 100644 index 000000000..085981d9b --- /dev/null +++ b/doc/tdeioslave/system/Makefile.am @@ -0,0 +1,4 @@ + +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/tdeioslave/system/index.docbook b/doc/tdeioslave/system/index.docbook new file mode 100644 index 000000000..58868e424 --- /dev/null +++ b/doc/tdeioslave/system/index.docbook @@ -0,0 +1,82 @@ +<?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"> +]> + +<article lang="&language;"> +<title>system</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 system protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>system</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para>The system protocol provides direct access to several &tde; system related protocols: + +<itemizedlist> +<listitem> +<para><guilabel>Documents Folder</guilabel>. This is the same as the special +<guilabel>My Documents</guilabel> desktop icon.</para> +</listitem> +</itemizedlist> +<itemizedlist> +<listitem> +<para><guilabel>Home Folder</guilabel>. This is the same as $HOME or selecting +the Home button in &konqueror;.</para> +</listitem> +</itemizedlist> +<itemizedlist> +<listitem> +<para><guilabel>Remote Places</guilabel>. This is the same as the special +<guilabel>My Network Places</guilabel> desktop icon or using the +<ulink url="help:/tdeioslave/remote">remote</ulink> protocol.</para> +</listitem> +</itemizedlist> +<itemizedlist> +<listitem> +<para><guilabel>Storage Media</guilabel>. This is the same as the special +<guilabel>My Computer</guilabel> desktop icon.</para> +</listitem> +</itemizedlist> +<itemizedlist> +<listitem> +<para><guilabel>Trash</guilabel>. This is the same as the special +<guilabel>Trash</guilabel> desktop icon or panel applet, or using the +<ulink url="help:/tdeioslave/trash">trash</ulink> protocol.</para> +</listitem> +</itemizedlist> +<itemizedlist> +<listitem> +<para><guilabel>User Folders</guilabel>. This is the same as using the +<ulink url="help:/tdeioslave/home">home</ulink> protocol.</para> +</listitem> +</itemizedlist> + +</para> + +</article> diff --git a/doc/tdeioslave/tar/CMakeLists.txt b/doc/tdeioslave/tar/CMakeLists.txt new file mode 100644 index 000000000..8fa354c76 --- /dev/null +++ b/doc/tdeioslave/tar/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/tar ) diff --git a/doc/tdeioslave/tar/Makefile.am b/doc/tdeioslave/tar/Makefile.am new file mode 100644 index 000000000..e2b4850e4 --- /dev/null +++ b/doc/tdeioslave/tar/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/tar diff --git a/doc/tdeioslave/tar/index.docbook b/doc/tdeioslave/tar/index.docbook new file mode 100644 index 000000000..65b19a5e4 --- /dev/null +++ b/doc/tdeioslave/tar/index.docbook @@ -0,0 +1,53 @@ +<?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="tar"> +<title>tar</title> + +<articleinfo> + +<authorgroup> +<author>&Ferdinand.Gassauer;</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>&Ferdinand.Gassauer;</holder> +</copyright> +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<abstract> +<para> +This handbook describes the tar protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>tar</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para> +An archiving program designed to store and extract files from an archive +file known as a tarfile. A tarfile may be made on a tape drive, however, it +is also common to write a tarfile to a normal file. +</para> + +<para>Read the man page: <ulink url="man:/tar">tar</ulink>. +</para> + +</article> diff --git a/doc/tdeioslave/telnet/CMakeLists.txt b/doc/tdeioslave/telnet/CMakeLists.txt new file mode 100644 index 000000000..e2b411f0e --- /dev/null +++ b/doc/tdeioslave/telnet/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/telnet ) diff --git a/doc/tdeioslave/telnet/Makefile.am b/doc/tdeioslave/telnet/Makefile.am new file mode 100644 index 000000000..a8f7937a9 --- /dev/null +++ b/doc/tdeioslave/telnet/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/telnet diff --git a/doc/tdeioslave/telnet/index.docbook b/doc/tdeioslave/telnet/index.docbook new file mode 100644 index 000000000..5b61cf63b --- /dev/null +++ b/doc/tdeioslave/telnet/index.docbook @@ -0,0 +1,53 @@ +<?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="telnet"> +<title>telnet</title> + +<articleinfo> + +<authorgroup> +<author>&Ferdinand.Gassauer;</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>&Ferdinand.Gassauer;</holder> +</copyright> +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<abstract> +<para> +This handbook describes the telnet protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>telnet</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para> +The network terminal protocol (TELNET) allows a user to log in on any other computer on the +network supporting TELNET. + +</para> + +<para>Read the man page: <ulink url="man:/telnet">telnet</ulink>. +</para> + +</article> diff --git a/doc/tdeioslave/thumbnail/CMakeLists.txt b/doc/tdeioslave/thumbnail/CMakeLists.txt new file mode 100644 index 000000000..0edab25bd --- /dev/null +++ b/doc/tdeioslave/thumbnail/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/thumbnail ) diff --git a/doc/tdeioslave/thumbnail/Makefile.am b/doc/tdeioslave/thumbnail/Makefile.am new file mode 100644 index 000000000..adf70192f --- /dev/null +++ b/doc/tdeioslave/thumbnail/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/thumbnail diff --git a/doc/tdeioslave/thumbnail/index.docbook b/doc/tdeioslave/thumbnail/index.docbook new file mode 100644 index 000000000..82686625e --- /dev/null +++ b/doc/tdeioslave/thumbnail/index.docbook @@ -0,0 +1,63 @@ +<?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="thumbnail"> +<title>thumbnail</title> + +<articleinfo> + +<authorgroup> +<author>&Carsten.Pfeiffer;</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>&Carsten.Pfeiffer;</holder> +</copyright> +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<abstract> +<para> +This handbook describes the thumbnail protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>thumbnail</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para>The thumbnail tdeioslave is used by &tde; for network transparent +and persistent generation of thumbnails.</para> + +<para>The thumbnail tdeioslave uses plugins to generate the actual +thumbnails. You can enable viewing of these thumbnails from the +<menuchoice><guimenu>View</guimenu> +<guisubmenu>Preview</guisubmenu></menuchoice> submenu, available in +&konqueror; in file manager mode.</para> + +<para>The thumbnail tdeioslave is not directly useful to a user, but if +you are a developer, you can use it within your own applications to +create file previews.</para> + +<para>See the documentation in the sources for more information. You +will find these at +<filename>$<envar>TDEDIR</envar>/include/tdeio/thumbcreator.h</filename> or +in the source folder <filename +class="directory">tdebase/tdeioslave/thumbnail</filename></para> + +</article> diff --git a/doc/tdeioslave/trash/CMakeLists.txt b/doc/tdeioslave/trash/CMakeLists.txt new file mode 100644 index 000000000..6fb32b214 --- /dev/null +++ b/doc/tdeioslave/trash/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/trash ) diff --git a/doc/tdeioslave/trash/Makefile.am b/doc/tdeioslave/trash/Makefile.am new file mode 100644 index 000000000..085981d9b --- /dev/null +++ b/doc/tdeioslave/trash/Makefile.am @@ -0,0 +1,4 @@ + +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/tdeioslave/trash/index.docbook b/doc/tdeioslave/trash/index.docbook new file mode 100644 index 000000000..e65765a67 --- /dev/null +++ b/doc/tdeioslave/trash/index.docbook @@ -0,0 +1,44 @@ +<?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"> +]> +<article id="trash" lang="&language;"> +<title>trash</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 trash protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>trash</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para>The trash protocol provides direct access to the user's Trash folder. Files and +directories deleted through this protocol are stored in $HOME/.local/share/Trash. Files +and directories deleted through the trash protocol can be restored to their original +location.</para> + +</article> diff --git a/doc/tdeioslave/webdav/CMakeLists.txt b/doc/tdeioslave/webdav/CMakeLists.txt new file mode 100644 index 000000000..f1613fed7 --- /dev/null +++ b/doc/tdeioslave/webdav/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/webdav ) diff --git a/doc/tdeioslave/webdav/Makefile.am b/doc/tdeioslave/webdav/Makefile.am new file mode 100644 index 000000000..aa9d8a089 --- /dev/null +++ b/doc/tdeioslave/webdav/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/webdav diff --git a/doc/tdeioslave/webdav/index.docbook b/doc/tdeioslave/webdav/index.docbook new file mode 100644 index 000000000..afd15909a --- /dev/null +++ b/doc/tdeioslave/webdav/index.docbook @@ -0,0 +1,93 @@ +<?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="webdav"> +<title>webdav / webdavs</title> + +<articleinfo> + +<authorgroup> +<author>&Hamish.Rodda;</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>&Hamish.Rodda;</holder> +</copyright> +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<abstract> +<para> +This handbook describes the webdav protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>webdav</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para><acronym>WebDAV</acronym> is a <emphasis>D</emphasis>istributed +<emphasis>A</emphasis>uthoring and <emphasis>V</emphasis>ersioning +protocol for the World Wide Web. It allows for easy management of +documents and scripts on a <ulink +url="help:/tdeioslave/http">http</ulink> server, and has +additional features designed to simplify version management amongst +multiple authors.</para> + +<para>Usage of this protocol is simple. Type the location you want to +view, similar to a <acronym>http</acronym> URL except for the +webdav:// protocol name at the start. An example is +<userinput>webdav://<replaceable>www.hostname.com/path/</replaceable></userinput>. +If you specify a folder name, a list of files and folders will be +displayed, and you can manipulate these folders and files just as you +would with any other filesystem.</para> + +<variablelist> +<title>WebDAV Features</title> +<varlistentry> +<term>Locking</term> +<listitem> +<para>File locking allows users to lock a file, informing others that they +are currently working on this file. This way, editing can be done without fear +that the changes may be overwritten by another person who is also editing the +same document.</para> +</listitem> +</varlistentry> +<varlistentry> +<term>Source file access</term> +<listitem> +<para><acronym>WebDAV</acronym> allows access to the script which is called +to produce a specific page, so changes can be made to the script itself.</para> +</listitem> +</varlistentry> +<varlistentry> +<term>Per-document property support</term> +<listitem> +<para>Arbitrary properties may be set to assist identification of a +document, such as the author.</para> +</listitem> +</varlistentry> +</variablelist> + +<para>To take advantage of these additional capabilities, you will need an +application which supports them. No application currently supports them +through this tdeioslave.</para> + +<para>WebDAVS is the WebDAV protocol encrypted via SSL.</para> + +</article> diff --git a/doc/tdeioslave/xz/CMakeLists.txt b/doc/tdeioslave/xz/CMakeLists.txt new file mode 100644 index 000000000..505b8d597 --- /dev/null +++ b/doc/tdeioslave/xz/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/xz ) diff --git a/doc/tdeioslave/xz/Makefile.am b/doc/tdeioslave/xz/Makefile.am new file mode 100644 index 000000000..b466bd505 --- /dev/null +++ b/doc/tdeioslave/xz/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/xz diff --git a/doc/tdeioslave/xz/index.docbook b/doc/tdeioslave/xz/index.docbook new file mode 100644 index 000000000..13a5b80e2 --- /dev/null +++ b/doc/tdeioslave/xz/index.docbook @@ -0,0 +1,58 @@ +<?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="xz"> +<title>xz / lzma</title> + +<articleinfo> +<authorgroup> +<author><firstname>Per Øyvind</firstname><surname> Karlsen</surname></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>Per Øyvind Karlsen</holder> +</copyright> +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<abstract> +<para> +This handbook describes the xz protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>xz</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para>Xz is a compression program</para> + +<para>The xz slave is not directly usable and is intended for use +as a filter. For example, the tar slave can filter a file through +the xz slave, in order to display the contents of a <literal +role="extension">tar.lzma</literal> or <literal role="extension">tar.xz</literal> +file directly in a &konqueror; window.</para> + +<para>If you click on a file compressed with a <literal +role="extension">.lzma</literal> or <literal role="extension">tar.xz</literal> +in &konqueror;, this slave is used to +uncompress it and display it as a normal (uncompressed) file.</para> + +<para>Read the man page: <ulink url="man:/xz">xz</ulink>.</para> + +</article> diff --git a/doc/tdeioslave/zeroconf/CMakeLists.txt b/doc/tdeioslave/zeroconf/CMakeLists.txt new file mode 100644 index 000000000..04c3a35f5 --- /dev/null +++ b/doc/tdeioslave/zeroconf/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/zeroconf ) diff --git a/doc/tdeioslave/zeroconf/Makefile.am b/doc/tdeioslave/zeroconf/Makefile.am new file mode 100644 index 000000000..cdd303dea --- /dev/null +++ b/doc/tdeioslave/zeroconf/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/lan diff --git a/doc/tdeioslave/zeroconf/index.docbook b/doc/tdeioslave/zeroconf/index.docbook new file mode 100644 index 000000000..823d07406 --- /dev/null +++ b/doc/tdeioslave/zeroconf/index.docbook @@ -0,0 +1,47 @@ +<?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="lan"> +<title>zeroconf</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 zeroconf protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>zeroconf</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para>The zeroconf protocol is used in network device discovery, commonly known as +DNS Service Discovery (DNSSD). To be useful &tde; must be compiled with zeroconf support. +Typically that means installing the <ulink url="http://www.avahi.org/">avahi</ulink> +service before compiling &tde;.</para> + +<para>DNS-SD is defined in <ulink url="https://tools.ietf.org/html/rfc6763">RFC 6763</ulink>. +</para> + +</article> diff --git a/doc/tdeioslave/zip/CMakeLists.txt b/doc/tdeioslave/zip/CMakeLists.txt new file mode 100644 index 000000000..10814113f --- /dev/null +++ b/doc/tdeioslave/zip/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/zip ) diff --git a/doc/tdeioslave/zip/Makefile.am b/doc/tdeioslave/zip/Makefile.am new file mode 100644 index 000000000..e2b4850e4 --- /dev/null +++ b/doc/tdeioslave/zip/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/tar diff --git a/doc/tdeioslave/zip/index.docbook b/doc/tdeioslave/zip/index.docbook new file mode 100644 index 000000000..e564a3f58 --- /dev/null +++ b/doc/tdeioslave/zip/index.docbook @@ -0,0 +1,47 @@ +<?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="zip"> +<title>zip</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 zip protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>zip</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para> +An archiving program designed to store and extract files from an archive +file known as a zip file. +</para> + +<para>Read the man page: <ulink url="man:/zip">zip</ulink>. +</para> + +</article> |