summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-02-01 00:16:06 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-02-01 00:16:06 -0600
commitf71b5c2b3de9bb9e7f23a06c4c5da9a2270ae01b (patch)
tree656455cffef41ca7a9d20394b4c99b234deb217f
parent947bc0ba96b2a42ea56c24c494df53c22c1fef3c (diff)
downloadknemo-f71b5c2b.tar.gz
knemo-f71b5c2b.zip
Add new help handbook.
-rw-r--r--doc/Makefile.am3
-rw-r--r--doc/en/Makefile.am3
-rw-r--r--doc/en/index.docbook62
-rw-r--r--src/kcm/kcm_knemo.desktop5
-rw-r--r--subdirs1
5 files changed, 71 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
new file mode 100644
index 0000000..ca3384a
--- /dev/null
+++ b/doc/Makefile.am
@@ -0,0 +1,3 @@
+KDE_LANG = en
+KDE_DOCS = knemo
+SUBDIRS = $(AUTODIRS)
diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am
new file mode 100644
index 0000000..523871e
--- /dev/null
+++ b/doc/en/Makefile.am
@@ -0,0 +1,3 @@
+KDE_LANG = en
+KDE_DOCS = kcontrol/knemo
+
diff --git a/doc/en/index.docbook b/doc/en/index.docbook
new file mode 100644
index 0000000..36ac0f8
--- /dev/null
+++ b/doc/en/index.docbook
@@ -0,0 +1,62 @@
+<?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">
+]>
+
+<!-- Note: When updating this empty handbook, remember that usually most handbooks -->
+<!-- use the book model rather than article. Feel free to use article if the new handbook -->
+<!-- remains really short. -->
+
+<article lang="&language;">
+<title>Network Monitor</title>
+
+<articleinfo>
+
+<authorgroup>
+<corpauthor>&tde-team;</corpauthor>
+<!-- TRANS:ROLES_OF_TRANSLATORS -->
+</authorgroup>
+
+<releaseinfo>&tde-release-version;</releaseinfo>
+<date>Reviewed: &tde-release-date;</date>
+
+<copyright>
+<year>&tde-copyright-date;</year>
+<holder>&tde-team;</holder>
+</copyright>
+
+<abstract>
+<para>
+This handbook describes the Network Monitor module.
+</para>
+</abstract>
+
+<keywordset>
+<keyword>TDE</keyword>
+<keyword>network</keyword>
+<keyword>monitor</keyword>
+</keywordset>
+
+</articleinfo>
+
+<sect1 id="apologies">
+<title>We Apologize</title>
+<para>No documentation has yet been written for this module.</para>
+
+<para>If you need help, please check <ulink url="http://www.trinitydesktop.org">The &tde;
+web site</ulink>, submit questions to the <ulink url="http://www.trinitydesktop.org/mailinglist.php">
+&tde; mail lists</ulink>, or file a bug report at the <ulink url="http://bugs.trinitydesktop.org/">
+&tde; bug tracker</ulink>.</para>
+
+<para>If you are interested in helping, please consider writing the help file.
+Submitting a basic text file is acceptable as the &tde-team; will convert the text.</para>
+
+<para>Thank you for helping and thank you for your patience.</para>
+
+&underFDL;
+
+</sect1>
+
+&documentation.index;
+</article>
diff --git a/src/kcm/kcm_knemo.desktop b/src/kcm/kcm_knemo.desktop
index b07382c..af95a7a 100644
--- a/src/kcm/kcm_knemo.desktop
+++ b/src/kcm/kcm_knemo.desktop
@@ -3,11 +3,12 @@ Encoding=UTF-8
Type=Application
Exec=tdecmshell kcm_knemo
Icon=knemo
-
+DocPath=kcontrol/knemo/index.html
X-TDE-ModuleType=Library
X-TDE-Library=knemo
X-TDE-FactoryName=knemo
X-TDE-ParentApp=kcontrol
+Categories=Qt;TDE;X-TDE-settings-network;X-TDE-systemsettings-network
Name=Network Monitor
Name[bg]=Монитор на мрежата
@@ -85,5 +86,3 @@ Keywords[sv]=knemo,nätverksövervakning,WLAN-övervakning,WIFI-övervakning,Eth
Keywords[uk]=knemo,network monitor,wlan monitor,wifi monitor,ethernet monitor,wireless monitor,systray,мережа,монітор,системний лоток,монітор wifi
Keywords[xx]=xxknemo,network monitor,wlan monitor,wifi monitor,ethernet monitor,wireless monitor,systrayxx
Keywords[zh_CN]=knemo,network monitor,wlan monitor,wifi monitor,ethernet monitor,wireless monitor,systray,网络监视器,无限局域网监视器,wifi 监视器以太网监视器,无线网络监视器,系统托盘
-
-Categories=Qt;TDE;X-TDE-settings-network;X-TDE-systemsettings-network
diff --git a/subdirs b/subdirs
index 34efd98..51d9b55 100644
--- a/subdirs
+++ b/subdirs
@@ -1,2 +1,3 @@
+doc
src
translations