Warning, /network/kio-extras/doc/kioworker/gzip/index.docbook is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" ?>
0002 <!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN"
0003 "dtd/kdedbx45.dtd" [
0004 <!ENTITY % addindex "IGNORE">
0005 <!ENTITY % English "INCLUDE" > <!-- change language only here -->
0006 ]>
0007         
0008 <article lang="&language;" id="gzip">
0009 <title>gzip</title>
0010 <articleinfo>
0011 <authorgroup>
0012 <author>&Lauri.Watts; &Lauri.Watts.mail;</author>
0013 <!-- TRANS:ROLES_OF_TRANSLATORS -->
0014 </authorgroup>
0015 </articleinfo>
0016 
0017 <para><command>gzip</command> is a compression program</para>
0018 
0019 <para>The gzip KIO worker is not directly usable, and is intended for use
0020 as a filter.  For example, the tar KIO worker can filter a file through
0021 the gzip KIO worker, in order to display the contents of a <literal
0022 role="extension">tar.gz</literal> file directly in a &konqueror;
0023 window.</para>
0024 
0025 <para>If you click on a file compressed with a <literal
0026 role="extension">gz</literal> extension in &konqueror;, this KIO worker is
0027 used to uncompress it and display it as a normal (uncompressed)
0028 file.</para>
0029 
0030 <para>If you are a developer, and would like to use the gzip filter, you
0031 can find documentation on using KIO workers at <ulink
0032 url="http://techbase.kde.org">http://techbase.kde.org</ulink></para>
0033 
0034 <para> See the manual: <ulink url="man:/gzip">gzip</ulink>.
0035 </para>
0036 
0037 </article>