From 4e85f8ec5d5d0753dbc757818f1b476d3aa1bbd4 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Tue, 21 Jan 2014 14:54:56 -0600 Subject: Rename docbook blockdevices->storagedevices for consistency with kcontrol. --- doc/kinfocenter/blockdevices/CMakeLists.txt | 14 ----- doc/kinfocenter/blockdevices/Makefile.am | 3 - doc/kinfocenter/blockdevices/index.docbook | 89 --------------------------- doc/kinfocenter/storagedevices/CMakeLists.txt | 14 +++++ doc/kinfocenter/storagedevices/Makefile.am | 3 + doc/kinfocenter/storagedevices/index.docbook | 89 +++++++++++++++++++++++++++ 6 files changed, 106 insertions(+), 106 deletions(-) delete mode 100644 doc/kinfocenter/blockdevices/CMakeLists.txt delete mode 100644 doc/kinfocenter/blockdevices/Makefile.am delete mode 100644 doc/kinfocenter/blockdevices/index.docbook create mode 100644 doc/kinfocenter/storagedevices/CMakeLists.txt create mode 100644 doc/kinfocenter/storagedevices/Makefile.am create mode 100644 doc/kinfocenter/storagedevices/index.docbook (limited to 'doc') diff --git a/doc/kinfocenter/blockdevices/CMakeLists.txt b/doc/kinfocenter/blockdevices/CMakeLists.txt deleted file mode 100644 index 9f469fe..0000000 --- a/doc/kinfocenter/blockdevices/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/blockdevices ) - diff --git a/doc/kinfocenter/blockdevices/Makefile.am b/doc/kinfocenter/blockdevices/Makefile.am deleted file mode 100644 index 36550bf..0000000 --- a/doc/kinfocenter/blockdevices/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ - -KDE_LANG= en -KDE_DOCS = kinfocenter/blockdevices diff --git a/doc/kinfocenter/blockdevices/index.docbook b/doc/kinfocenter/blockdevices/index.docbook deleted file mode 100644 index e6c44db..0000000 --- a/doc/kinfocenter/blockdevices/index.docbook +++ /dev/null @@ -1,89 +0,0 @@ - - - -]> - -
- - - - -Mike -McBride - - - - -2002-02-12 -3.00.00 - - -KDE -KControl -Block Devices -Disk space - - - - -Block Devices - - -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. - - - -Normally, the following pieces of information are shown in this tab: - - - -an icon depicting the type of storage -file format -total size -mount point -free disk space -the percentage of space used as a number and as a -graph. - - - -Left clicking on the header of a particular -column sorts the devices according to that variable. A second -left click sorts in the opposite order. - - - -Right clicking on a row pops up a menu. If -that device is not currently mounted, the Mount -device option is available. If the device is mounted, it -can be unmounted by choosing Unmount -device. Selecting Open -filemanager opens a new window with a graphical view of -the files on that device. - - - -The appropriate mount and unmount commands, and how the file manager is -opened from the context menu, can be configured from the &kdiskfree; -application. - - - -Section Author - -This section is modified from the kdf -documentation which was authored by Jonathan Singer -jsinger@leeta.net - -Modified for KDE 2.0 by Mike McBride -mpmcbride7@yahoo.com - - - - -
- diff --git a/doc/kinfocenter/storagedevices/CMakeLists.txt b/doc/kinfocenter/storagedevices/CMakeLists.txt new file mode 100644 index 0000000..b358ce6 --- /dev/null +++ b/doc/kinfocenter/storagedevices/CMakeLists.txt @@ -0,0 +1,14 @@ +################################################# +# +# (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 new file mode 100644 index 0000000..0ffa481 --- /dev/null +++ b/doc/kinfocenter/storagedevices/Makefile.am @@ -0,0 +1,3 @@ + +KDE_LANG= en +KDE_DOCS = kinfocenter/storagedevices diff --git a/doc/kinfocenter/storagedevices/index.docbook b/doc/kinfocenter/storagedevices/index.docbook new file mode 100644 index 0000000..e9a8534 --- /dev/null +++ b/doc/kinfocenter/storagedevices/index.docbook @@ -0,0 +1,89 @@ + + + +]> + +
+ + + + +Mike +McBride + + + + +2002-02-12 +3.00.00 + + +KDE +KControl +Storage Devices +Disk space + + + + +Storage Devices + + +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. + + + +Normally, the following pieces of information are shown in this tab: + + + +an icon depicting the type of storage +file format +total size +mount point +free disk space +the percentage of space used as a number and as a +graph. + + + +Left clicking on the header of a particular +column sorts the devices according to that variable. A second +left click sorts in the opposite order. + + + +Right clicking on a row pops up a menu. If +that device is not currently mounted, the Mount +device option is available. If the device is mounted, it +can be unmounted by choosing Unmount +device. Selecting Open +filemanager opens a new window with a graphical view of +the files on that device. + + + +The appropriate mount and unmount commands, and how the file manager is +opened from the context menu, can be configured from the &kdiskfree; +application. + + + +Section Author + +This section is modified from the kdf +documentation which was authored by Jonathan Singer +jsinger@leeta.net + +Modified for KDE 2.0 by Mike McBride +mpmcbride7@yahoo.com + + + + +
+ -- cgit v1.2.1