summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2019-10-21 12:47:12 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-10-23 23:06:31 +0900
commit594d814515c55dec7315567ba40e20db1256fcc2 (patch)
treef635ae2a64cc0cd488a45a9ff821dffd9864d5f0 /doc
parent50508b192c56693818ea5c8622223d02c847c854 (diff)
downloadknetstats-594d814515c55dec7315567ba40e20db1256fcc2.tar.gz
knetstats-594d814515c55dec7315567ba40e20db1256fcc2.zip
Drop automake build support.
Add basic cmake instructions in an INSTALL file. Rework of the README file as well as the help page. The knetstats.desktop file has been moved to the "src" folder. Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit e7dbd05dac9173bb57af5ab5e2f1eadb267a8121)
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am1
-rw-r--r--doc/en/Makefile.am2
-rw-r--r--doc/en/index.docbook12
-rw-r--r--doc/man/Makefile.am3
4 files changed, 6 insertions, 12 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
deleted file mode 100644
index 8bd0272..0000000
--- a/doc/Makefile.am
+++ /dev/null
@@ -1 +0,0 @@
-SUBDIRS = en man
diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am
deleted file mode 100644
index 8f050ec..0000000
--- a/doc/en/Makefile.am
+++ /dev/null
@@ -1,2 +0,0 @@
-KDE_LANG = en
-KDE_DOCS = knetstats
diff --git a/doc/en/index.docbook b/doc/en/index.docbook
index 55b829b..4d7a532 100644
--- a/doc/en/index.docbook
+++ b/doc/en/index.docbook
@@ -48,7 +48,7 @@ Do NOT change these in the translation. -->
<abstract>
<para>
-&knetstats; Is a simple KDE network monitor that show rx/tx LEDs of any network interface on a system tray icon.
+&knetstats; Is a simple TDE network monitor that show rx/tx LEDs of any network interface on a system tray icon.
</para>
</abstract>
@@ -57,7 +57,7 @@ Please at least include KDE, the KDE package it is in, the name
of your application, and a few relevant keywords. -->
<keywordset>
-<keyword>KDE</keyword>
+<keyword>TDE</keyword>
<keyword>knetstats</keyword>
<keyword>network</keyword>
<keyword>monitor</keyword>
@@ -73,7 +73,7 @@ document, and if there is no ID, the name of the generated HTML files will vary
from time to time making it hard to manage for maintainers and for the CVS
system. Any chapter labelled (OPTIONAL) may be left out at the author's
discretion. Other chapters should not be left out in order to maintain a
-consistent documentation style across all KDE apps. -->
+consistent documentation style across all TDE apps. -->
<chapter id="Using-KnetStats">
<title>Using &knetstats;</title>
@@ -89,7 +89,7 @@ your application. -->
<!-- Include credits for the programmers, documentation writers, and
contributors here. The license for your software should then be included below
-the credits with a reference to the appropriate license file included in the KDE
+the credits with a reference to the appropriate license file included in the TDE
distribution. -->
<title>Credits and License</title>
@@ -99,10 +99,10 @@ distribution. -->
</para>
<para>Hugo Parente Lima - original author.</para>
<para>Thomas Windheuser - SCons help, Debian packages, etc.</para>
-<para><ulink url="http://kde-apps.org/content/show.php?content=12956">KNemo</ulink> - Icon themes</para>
+<para><ulink url="https://www.linux-apps.com/content/show.php?content=12956">KNemo</ulink> - Icon themes</para>
<para>Ilyas Bakirov, Roberto Leandrini, Carlos Ortiz, Henrik Gebauer, Edward Romantsov, Wiktor Wandachowicz, Guillaume Savaton, Petar Toushkov, Liu Di - KNetStats translation to other languages</para>
-<para>You can find more info on <ulink url="http://knetstats.sourceforge.net">KNetStats website</ulink>.</para>
+<para>You can find more info on <ulink url="http://trinitydesktop.org">Trinity Desktop Environment</ulink>.</para>
<!-- TRANS:CREDIT_FOR_TRANSLATORS -->
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
deleted file mode 100644
index 5894f60..0000000
--- a/doc/man/Makefile.am
+++ /dev/null
@@ -1,3 +0,0 @@
-man_MANS = knetstats.1
-
-EXTRA_DIST = $(man_MANS)