diff options
Diffstat (limited to 'doc/tdeioslave/gzip.docbook')
-rw-r--r-- | doc/tdeioslave/gzip.docbook | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/tdeioslave/gzip.docbook b/doc/tdeioslave/gzip.docbook new file mode 100644 index 000000000..03a6b9964 --- /dev/null +++ b/doc/tdeioslave/gzip.docbook @@ -0,0 +1,30 @@ +<article lang="&language;" id="gzip"> +<title>gzip</title> +<articleinfo> +<authorgroup> +<author>&Lauri.Watts; &Lauri.Watts.mail;</author> +<!-- TRANS:ROLES_OF_TRANSLATORS --> +</authorgroup> +</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>If you are a developer, and would like to use the gzip filter, you +can find documentation on using tdeioslaves at <ulink +url="http://developer.kde.org">http://developer.kde.org</ulink></para> + +<para> See the manual: <ulink url="man:/gzip">gzip</ulink>. +</para> + +</article> |