Warning, /network/kio-extras/doc/kioworker/bzip2/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="bzip2"> 0009 <title>bzip2 / bzip</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>bzip2</command> is a compression program.</para> 0018 0019 <para>The bzip2 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 bzip2 KIO worker, in order to display the contents of a <literal 0022 role="extension">tar.bz2</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">.bz2</literal> in &konqueror;, this KIO worker is used to 0027 uncompress it and display it as a normal (uncompressed) file.</para> 0028 0029 <para>If you are a developer, and would like to use the bzip2 filter, 0030 you can find documentation on using KIO workers at <ulink 0031 url="http://techbase.kde.org">http://techbase.kde.org</ulink></para> 0032 0033 <para> See the manual: <ulink url="man:/bzip2">bzip2</ulink>. 0034 </para> 0035 0036 <para><command>bzip</command> is the ancestor of bzip2. It is rarely 0037 used today, having been replaced with bzip2, which offers much better 0038 compression.</para> 0039 0040 </article>