Warning, /network/kio-extras/doc/kioworker/xz/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="xz"> 0009 <title>xz / lzma</title> 0010 <articleinfo> 0011 <authorgroup> 0012 <author><firstname>Per Øyvind</firstname><surname> Karlsen</surname></author> 0013 <!-- TRANS:ROLES_OF_TRANSLATORS --> 0014 </authorgroup> 0015 </articleinfo> 0016 0017 <para>Xz is a compression program</para> 0018 0019 <para>The xz 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 xz KIO worker, in order to display the contents of a <literal 0022 role="extension">tar.lzma</literal> or <literal role="extension">tar.xz</literal> 0023 file directly in a &konqueror; window.</para> 0024 0025 <para>If you click on a file compressed with a <literal 0026 role="extension">.lzma</literal> or <literal role="extension">tar.xz</literal> 0027 in &konqueror;, this KIO worker is used to 0028 uncompress it and display it as a normal (uncompressed) file.</para> 0029 0030 <para>If you are a developer, and would like to use the xz filter, 0031 you 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:/xz">xz</ulink>. 0035 </para> 0036 0037 </article>