[kde-doc-english] [kio-extras] doc/kcontrol: Initial import from the monolithic kde-workspace.

Aleix Pol aleixpol at kde.org
Fri Apr 25 11:34:10 UTC 2014


Git commit 09cd27cca7daa2339960efa0ab852ad492b5ac97 by Aleix Pol.
Committed on 25/04/2014 at 11:31.
Pushed by apol into branch 'master'.

Initial import from the monolithic kde-workspace.

This is the beginning of revision history for this module. If you
want to look at revision history older than this, please refer to the
techbase wiki for how to use Git history grafting. At the time of
writing, this wiki is located here:

http://community.kde.org/Frameworks/GitOldHistory

If you have already performed the grafting and you don't see any
history beyond this commit, try running "git log" with the "--follow"
argument.

Branched from the monolithic repo kde-workspace, frameworks  branch, at commit
049113e719dd2fc4446d054fa1a3aada330094f0

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

http://commits.kde.org/kio-extras/09cd27cca7daa2339960efa0ab852ad492b5ac97

diff --git a/doc/kcontrol/kcmcgi/CMakeLists.txt b/doc/kcontrol/kcmcgi/CMakeLists.txt
new file mode 100644
index 0000000..37af3f3
--- /dev/null
+++ b/doc/kcontrol/kcmcgi/CMakeLists.txt
@@ -0,0 +1,2 @@
+########### install files ###############
+kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR kcontrol/kcmcgi)
diff --git a/doc/kcontrol/kcmcgi/index.docbook b/doc/kcontrol/kcmcgi/index.docbook
new file mode 100644
index 0000000..b5d6d7f
--- /dev/null
+++ b/doc/kcontrol/kcmcgi/index.docbook
@@ -0,0 +1,44 @@
+<?xml version="1.0" ?>
+<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN"
+"dtd/kdedbx45.dtd" [
+<!ENTITY % addindex "IGNORE">
+<!ENTITY % English "INCLUDE" > <!-- change language only here -->
+]>
+
+<article id="kcmcgi" lang="&language;">
+<articleinfo>
+
+<title>CGI Scripts</title>
+<authorgroup>
+<author><personname><firstname>Burkhard</firstname><surname>Lück</surname></personname>
+<email>lueck at hube-lueck.de</email>
+</author>
+<!-- TRANS:ROLES_OF_TRANSLATORS -->
+</authorgroup>
+
+<date>2009-11-20</date>
+<releaseinfo>&kde; 4.4</releaseinfo>
+
+<keywordset>
+<keyword>KDE</keyword>
+<keyword>Systemsettings</keyword>
+<keyword>cgi</keyword>
+</keywordset>
+</articleinfo>
+
+<para>
+The CGI KIO slave lets you execute local CGI programs 
+without the need to run a web server.</para> 
+
+<para>In this system settings module you can 
+configure the paths that are searched for CGI scripts.
+</para>
+
+<para>Paths to CGI scripts are displayed in the list box at the
+bottom of this dialog.
+</para>
+
+<para>Use the buttons below the list box to add or remove paths from the search.
+</para>
+
+</article>
diff --git a/doc/kcontrol/trash/CMakeLists.txt b/doc/kcontrol/trash/CMakeLists.txt
new file mode 100644
index 0000000..6790c61
--- /dev/null
+++ b/doc/kcontrol/trash/CMakeLists.txt
@@ -0,0 +1,2 @@
+########### install files ###############
+kdoctools_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..d550b1b
--- /dev/null
+++ b/doc/kcontrol/trash/index.docbook
@@ -0,0 +1,65 @@
+<?xml version="1.0" ?>
+<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN"
+"dtd/kdedbx45.dtd" [
+  <!ENTITY % addindex "IGNORE">
+  <!ENTITY % English "INCLUDE">
+]>
+<article id="trash" 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