Git commit 705447017f960c87f1b2de78fb9faf3a637d511d by Aleix Pol. Committed on 25/04/2014 at 11:33. Pushed by apol into branch 'master'.
Moved some documentation to kio-extras, with the documented components M +0 -2 doc/kcontrol/CMakeLists.txt D +0 -2 doc/kcontrol/kcmcgi/CMakeLists.txt D +0 -44 doc/kcontrol/kcmcgi/index.docbook D +0 -2 doc/kcontrol/trash/CMakeLists.txt D +0 -65 doc/kcontrol/trash/index.docbook http://commits.kde.org/plasma-desktop/705447017f960c87f1b2de78fb9faf3a637d511d diff --git a/doc/kcontrol/CMakeLists.txt b/doc/kcontrol/CMakeLists.txt index c6715af..7eb3706 100644 --- a/doc/kcontrol/CMakeLists.txt +++ b/doc/kcontrol/CMakeLists.txt @@ -35,7 +35,6 @@ if ( Q_WS_X11 ) add_subdirectory(cache) add_subdirectory(filemanager) add_subdirectory(filetypes) - add_subdirectory(kcmcgi) add_subdirectory(kcmcss) add_subdirectory(kcmlaunch) add_subdirectory(kcmnotify) @@ -46,7 +45,6 @@ if ( Q_WS_X11 ) add_subdirectory(spellchecking) add_subdirectory(componentchooser) add_subdirectory(kded) - add_subdirectory(trash) add_subdirectory(history) add_subdirectory(solid-device-automounter) add_subdirectory(phonon) diff --git a/doc/kcontrol/kcmcgi/CMakeLists.txt b/doc/kcontrol/kcmcgi/CMakeLists.txt deleted file mode 100644 index 37af3f3..0000000 --- a/doc/kcontrol/kcmcgi/CMakeLists.txt +++ /dev/null @@ -1,2 +0,0 @@ -########### 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 deleted file mode 100644 index b5d6d7f..0000000 --- a/doc/kcontrol/kcmcgi/index.docbook +++ /dev/null @@ -1,44 +0,0 @@ -<?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 deleted file mode 100644 index 6790c61..0000000 --- a/doc/kcontrol/trash/CMakeLists.txt +++ /dev/null @@ -1,2 +0,0 @@ -########### 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 deleted file mode 100644 index d550b1b..0000000 --- a/doc/kcontrol/trash/index.docbook +++ /dev/null @@ -1,65 +0,0 @@ -<?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>
