[kio] doc/kcontrol/trash: add trash docs

Burkhard Lück lueck at hube-lueck.de
Sat Nov 12 14:13:16 UTC 2016


Git commit c4a64a5a06891a08986ff41c1991a3ab960a4e70 by Burkhard Lück.
Committed on 09/11/2016 at 07:04.
Pushed by lueck into branch 'master'.

add trash docs

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

A  +2    -0    doc/kcontrol/trash/CMakeLists.txt
A  +65   -0    doc/kcontrol/trash/index.docbook

http://commits.kde.org/kio/c4a64a5a06891a08986ff41c1991a3ab960a4e70

diff --git a/doc/kcontrol/trash/CMakeLists.txt b/doc/kcontrol/trash/CMakeLists.txt
new file mode 100644
index 0000000..559f8e3
--- /dev/null
+++ b/doc/kcontrol/trash/CMakeLists.txt
@@ -0,0 +1,2 @@
+########### install files ###############
+kde4_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR kcontrol/trash)
diff --git a/doc/kcontrol/trash/index.docbook b/doc/kcontrol/trash/index.docbook
new file mode 100644
index 0000000..0b4f199
--- /dev/null
+++ b/doc/kcontrol/trash/index.docbook
@@ -0,0 +1,65 @@
+<?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">
+]>
+<article lang="&language;">
+<title>Trash</title>
+<articleinfo>
+<authorgroup>
+<author>&Burkhard.Lueck;</author>
+<!-- TRANS:ROLES_OF_TRANSLATORS -->
+</authorgroup>
+
+<date>2009-11-24</date>
+<releaseinfo>&kde; 4.4</releaseinfo>
+
+<keywordset>
+<keyword>KDE</keyword>
+<keyword>Systemsettings</keyword>
+<keyword>trash</keyword>
+</keywordset>
+</articleinfo>
+
+<para>
+This module allows you to configure the settings for the trash.
+</para>
+
+<variablelist>
+<varlistentry><term><guilabel>Delete files older than</guilabel></term>
+<listitem><para>
+Check this box to allow automatic deletion of files that are 
+older than the value specified. Leave this disabled to <emphasis>not</emphasis> 
+automatically delete any items after a certain timespan.
+Set the number of days that files can remain in the trash. Any files 
+older than this will be automatically deleted.
+</para></listitem>
+</varlistentry>
+
+<varlistentry><term><guilabel>Limit to maximum size</guilabel></term>
+<listitem><para>
+Check this box to limit the trash to the maximum amount of disk space 
+that you specify below. Otherwise, it will be unlimited.
+</para></listitem>
+</varlistentry>
+
+<varlistentry><term><guilabel>Maximum size</guilabel></term>
+<listitem><para>
+This is the maximum percent of disk space that will be used for the 
+trash. The calculated amount of disk space that will be allowed for 
+the trash is displayed right of the spinbox.
+</para></listitem>
+</varlistentry>
+
+<varlistentry><term><guilabel>When limit reached</guilabel></term>
+<listitem><para>
+When the size limit is reached, the selected action will be performed, 
+either the oldest or biggest files will be deleted automatically
+or you will be warned.
+</para></listitem>
+</varlistentry>
+
+</variablelist>
+
+</article>



More information about the kde-doc-english mailing list