Warning, /network/kio-extras/doc/kioworker/zstd/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="zstd">
0009 <title>zstd</title>
0010 <articleinfo>
0011 <authorgroup>
0012 <author><firstname>Friedrich</firstname><othername>W. H.</othername><surname>Kossebau</surname></author>
0013 <!-- TRANS:ROLES_OF_TRANSLATORS -->
0014 </authorgroup>
0015 </articleinfo>
0016 
0017 <para><command>zstd</command> is a compression program.</para>
0018 
0019 <para>The zstd 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 zstd KIO worker, in order to display the contents of a <literal
0022 role="extension">tar.zst</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">zst</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 zstd 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:/zstd">zstd</ulink>.
0035 </para>
0036 
0037 </article>