diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-24 14:13:00 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-24 14:13:00 -0600 |
commit | 3a673dc158811a446bf1d2aa64c757ab461d5e07 (patch) | |
tree | a66adaee78d8168b88fcac586d9a97c1bb9e6745 /doc/kinfocenter | |
parent | 4e85f8ec5d5d0753dbc757818f1b476d3aa1bbd4 (diff) | |
download | tdeutils-3a673dc158811a446bf1d2aa64c757ab461d5e07.tar.gz tdeutils-3a673dc158811a446bf1d2aa64c757ab461d5e07.zip |
Finish moving kinfocenter files to kcontrol.
This resolves bug report 289.
Diffstat (limited to 'doc/kinfocenter')
-rw-r--r-- | doc/kinfocenter/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/kinfocenter/Makefile.am | 6 | ||||
-rw-r--r-- | doc/kinfocenter/storagedevices/CMakeLists.txt | 14 | ||||
-rw-r--r-- | doc/kinfocenter/storagedevices/Makefile.am | 3 | ||||
-rw-r--r-- | doc/kinfocenter/storagedevices/index.docbook | 89 |
5 files changed, 0 insertions, 124 deletions
diff --git a/doc/kinfocenter/CMakeLists.txt b/doc/kinfocenter/CMakeLists.txt deleted file mode 100644 index dc6bb77..0000000 --- a/doc/kinfocenter/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ -################################################# -# -# (C) 2012 Golubev Alexander -# fatzer2 (AT) gmail.com -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# - -tde_auto_add_subdirectories( ) diff --git a/doc/kinfocenter/Makefile.am b/doc/kinfocenter/Makefile.am deleted file mode 100644 index 251280f..0000000 --- a/doc/kinfocenter/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ - -SUBDIRS = $(AUTODIRS) - -KDE_LANG= en -KDE_DOCS = AUTO - diff --git a/doc/kinfocenter/storagedevices/CMakeLists.txt b/doc/kinfocenter/storagedevices/CMakeLists.txt deleted file mode 100644 index b358ce6..0000000 --- a/doc/kinfocenter/storagedevices/CMakeLists.txt +++ /dev/null @@ -1,14 +0,0 @@ -################################################# -# -# (C) 2012 Golubev Alexander -# fatzer2 (AT) gmail.com -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# - -tde_create_handbook( DESTINATION - kinfocenter/storagedevices ) - diff --git a/doc/kinfocenter/storagedevices/Makefile.am b/doc/kinfocenter/storagedevices/Makefile.am deleted file mode 100644 index 0ffa481..0000000 --- a/doc/kinfocenter/storagedevices/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ - -KDE_LANG= en -KDE_DOCS = kinfocenter/storagedevices diff --git a/doc/kinfocenter/storagedevices/index.docbook b/doc/kinfocenter/storagedevices/index.docbook deleted file mode 100644 index e9a8534..0000000 --- a/doc/kinfocenter/storagedevices/index.docbook +++ /dev/null @@ -1,89 +0,0 @@ -<?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;"> -<articleinfo> - -<authorgroup> -<author> -<firstname>Mike</firstname> -<surname>McBride</surname> -</author> -<!-- TRANS:ROLES_OF_TRANSLATORS --> -</authorgroup> - -<date>2002-02-12</date> -<releaseinfo>3.00.00</releaseinfo> - -<keywordset> -<keyword>KDE</keyword> -<keyword>KControl</keyword> -<keyword>Storage Devices</keyword> -<keyword>Disk space</keyword> -</keywordset> -</articleinfo> - -<sect1> -<title>Storage Devices</title> - -<para> -The module window displays the available file devices and some -information about each device. It also allows you to control mount -points, and mount/unmount devices. -</para> - -<para> -Normally, the following pieces of information are shown in this tab: -</para> - -<itemizedlist> -<listitem><para>an icon depicting the type of storage</para></listitem> -<listitem><para>file format</para></listitem> -<listitem><para>total size</para></listitem> -<listitem><para>mount point</para></listitem> -<listitem><para>free disk space</para></listitem> -<listitem><para>the percentage of space used as a number and as a -graph.</para></listitem> -</itemizedlist> - -<para> -<mousebutton>Left</mousebutton> clicking on the header of a particular -column sorts the devices according to that variable. A second -<mousebutton>left</mousebutton> click sorts in the opposite order. -</para> - -<para> -<mousebutton>Right</mousebutton> clicking on a row pops up a menu. If -that device is not currently mounted, the <guimenuitem>Mount -device</guimenuitem> option is available. If the device is mounted, it -can be unmounted by choosing <guimenuitem>Unmount -device</guimenuitem>. Selecting <guimenuitem>Open -filemanager</guimenuitem> opens a new window with a graphical view of -the files on that device. -</para> - -<para> -The appropriate mount and unmount commands, and how the file manager is -opened from the context menu, can be configured from the &kdiskfree; -application. -</para> - -<sect2> -<title>Section Author</title> - -<para>This section is modified from the <application>kdf</application> -documentation which was authored by Jonathan Singer -<email>jsinger@leeta.net</email></para> - -<para>Modified for KDE 2.0 by Mike McBride -<email>mpmcbride7@yahoo.com</email></para> -<!-- TRANS:CREDIT_FOR_TRANSLATORS --> - -</sect2> -</sect1> -</article> - |