diff options
Diffstat (limited to 'doc/kinfocenter/cdinfo')
-rw-r--r-- | doc/kinfocenter/cdinfo/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/kinfocenter/cdinfo/Makefile.am | 3 | ||||
-rw-r--r-- | doc/kinfocenter/cdinfo/index.docbook | 51 |
3 files changed, 0 insertions, 66 deletions
diff --git a/doc/kinfocenter/cdinfo/CMakeLists.txt b/doc/kinfocenter/cdinfo/CMakeLists.txt deleted file mode 100644 index b71abcb30..000000000 --- a/doc/kinfocenter/cdinfo/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ -################################################# -# -# (C) 2010-2011 Serghei Amelian -# serghei (DOT) amelian (AT) gmail.com -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# - -tde_create_handbook( DESTINATION kinfocenter/cdinfo ) diff --git a/doc/kinfocenter/cdinfo/Makefile.am b/doc/kinfocenter/cdinfo/Makefile.am deleted file mode 100644 index e4070c171..000000000 --- a/doc/kinfocenter/cdinfo/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ - -KDE_LANG= en -KDE_DOCS = kinfocenter/cdinfo diff --git a/doc/kinfocenter/cdinfo/index.docbook b/doc/kinfocenter/cdinfo/index.docbook deleted file mode 100644 index 6048e5873..000000000 --- a/doc/kinfocenter/cdinfo/index.docbook +++ /dev/null @@ -1,51 +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;"> -<title>CD-ROM Information/Capabilities</title> -<articleinfo> - -<authorgroup> -<author> -<firstname>Jahshan</firstname> -<surname>Bhatti</surname> -<affiliation><address><email>jabhatti91@gmail.com</email></address></affiliation> -</author> -<!-- TRANS:ROLES_OF_TRANSLATORS --> -</authorgroup> - -<date>2006-06-13</date> -<releaseinfo>3.00.00</releaseinfo> - -<keywordset> -<keyword>KDE</keyword> -<keyword>KControl</keyword> -<keyword>cd-rom</keyword> -<keyword>capabilities information</keyword> -</keywordset> -</articleinfo> - -<sect1> -<title>CD-ROM Information/Capabilities</title> - -<para> -This page displays information about the attached CD-ROM drives and their capabilites, -</para> - -<para> -On &Linux;, this information is read from <filename -class="devicefile">/proc/sys/dev/cdrom/info</filename>, which are only available if -the <filename class="directory">/proc</filename> pseudo-filesystem is -compiled into the kernel. -</para> - -<para> -The user cannot modify any settings on this page. -</para> - -</sect1> -</article> |