[kde-doc-english] [kio-extras] doc/kioslave/xz: - Added remaining xz/lzma patch approved on core-devel

Aleix Pol aleixpol at kde.org
Wed Apr 9 16:57:27 UTC 2014


Git commit 15257648823cf6d1bed29e643fcd9d9f6c0581f9 by Aleix Pol, on behalf of Helio Castro.
Committed on 29/05/2009 at 20:53.
Pushed by apol into branch 'master'.

- Added remaining xz/lzma patch approved on core-devel

svn path=/trunk/KDE/kdebase/runtime/; revision=975319

A  +3    -0    doc/kioslave/xz/CMakeLists.txt
A  +37   -0    doc/kioslave/xz/index.docbook

http://commits.kde.org/kio-extras/15257648823cf6d1bed29e643fcd9d9f6c0581f9

diff --git a/doc/kioslave/xz/CMakeLists.txt b/doc/kioslave/xz/CMakeLists.txt
new file mode 100644
index 0000000..6d422ad
--- /dev/null
+++ b/doc/kioslave/xz/CMakeLists.txt
@@ -0,0 +1,3 @@
+########### install files ###############
+kde4_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR kioslave/xz)
+
diff --git a/doc/kioslave/xz/index.docbook b/doc/kioslave/xz/index.docbook
new file mode 100644
index 0000000..9a9167e
--- /dev/null
+++ b/doc/kioslave/xz/index.docbook
@@ -0,0 +1,37 @@
+<?xml version="1.0" ?>
+<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
+"dtd/kdex.dtd" [
+<!ENTITY % addindex "IGNORE">
+<!ENTITY % English "INCLUDE" > <!-- change language only here -->
+]>
+	
+<article lang="&language;" id="xz">
+<title>xz / lzma</title>
+<articleinfo>
+<authorgroup>
+<author>Per Øyvind Karlsen;</author>
+<!-- TRANS:ROLES_OF_TRANSLATORS -->
+</authorgroup>
+</articleinfo>
+
+<para>Xz is a compression program</para>
+
+<para>The xz kioslave is not directly usable, and is intended for use
+as a filter.  For example, the tar kioslave can filter a file through
+the xz kioslave, in order to display the contents of a <literal
+role="extension">tar.lzma</literal> or <literal role="extension">tar.xz
+</literal> file directly in a &konqueror; window.</para>
+
+<para>If you click on a file compressed with a <literal
+role="extension">.lzma</literal> or <literal role="extension">tar.xz
+</literal> in &konqueror;, this kioslave 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 xz filter,
+you can find documentation on using kioslaves at <ulink
+url="http://developer.kde.org">http://developer.kde.org</ulink></para>
+
+<para> See the manual: <ulink url="man:/xz">xz</ulink>.
+</para>
+
+</article>



More information about the kde-doc-english mailing list