summaryrefslogtreecommitdiffstats
path: root/doc/en/index.docbook
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2019-12-30 14:08:45 +0100
committergregory guy <gregory-tde@laposte.net>2019-12-31 14:01:22 +0100
commit6ca05fe5e859a5f276453085fe4d89e662741a54 (patch)
tree2255926d9c5145455225aa1ec4ee606d4726a62c /doc/en/index.docbook
parentc70d0dd138d856266ad3990c4d7cf6c0dd0a43c4 (diff)
downloadknutclient-6ca05fe5e859a5f276453085fe4d89e662741a54.tar.gz
knutclient-6ca05fe5e859a5f276453085fe4d89e662741a54.zip
Drop automake build support.
Add basic build instructions to the INSTALL file. Remove empty files NEWS and TODO. Remove "specs" folder as well as several shell scripts (Deb, Fedora, Mandriva...) Rework of the REAME file and the help page. Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'doc/en/index.docbook')
-rw-r--r--doc/en/index.docbook57
1 files changed, 23 insertions, 34 deletions
diff --git a/doc/en/index.docbook b/doc/en/index.docbook
index 3b242f7..aabf33f 100644
--- a/doc/en/index.docbook
+++ b/doc/en/index.docbook
@@ -37,14 +37,7 @@ as Authors, publish date, the abstract, and Keywords -->
<copyright>
-<year>2001</year>
-<year>2002</year>
-<year>2003</year>
-<year>2004</year>
-<year>2006</year>
-<year>2007</year>
-<year>2008</year>
-<year>2009</year>
+<year>2001 - 2009</year>
<holder>Daniel Prynych</holder>
</copyright>
@@ -90,7 +83,7 @@ This document describes &knutclient; version 0.9.5
<title>Introduction</title>
<para>
-The &knutclient; is the application that watches state of UPS for system NUT.
+The &knutclient; is a GUI application that watches the state of UPS for system NUT.
</para>
</chapter>
@@ -106,9 +99,9 @@ The &knutclient; is the application that watches state of UPS for system NUT.
Main window applications &knutclient;
</para>
<para>
-The &knutclient; is the client graphics application for system NUT
-"Network Ups Tools". It enables to watch the state of UPS and to show
-values of variables which the choice UPS a its driver are supporting.
+The &knutclient; is the graphic client application for system NUT
+"Network Ups Tools" for TDE. It watches the states of the UPS and displays
+the values of the variables for which the UPS device can support.
</para>
<para>
@@ -134,10 +127,13 @@ From version 0.9.0 &knutclient; doesn't support protocol UDP.
Main window is divided in two parts.
</para>
<para>
-The left part "Main panel" includes next dates which show the state of the UPS choice.
-On line, on battery, overload,replace battery,battery low, calibration,runtime.
-There are unchangeable dates in this panel, name of UPS, serial number,
-manufactured. This dates are reading only once, when you UPS choose.
+The bottom of the Main panel displays the day dates.
+The left part of that panel shows the state of the UPS (On line, On battery,
+Overload, Battery low, etc).
+
+Some parameters can't be changed in this panel, such as the name of the UPS
+and its serial number. Those parameters are read only once (when you choose
+the UPS).
</para>
<para>
The right part includes analog panels. These panels show values of variables like
@@ -1235,24 +1231,15 @@ Translations done by:
<title>How to obtain KNutClient</title>
<para>
-&knutclient; is not part of the KDE project
-<ulink url="http://www.kde.org">http://www.kde.org</ulink>.
-&knutclient; can be found on
-<ulink
-url="ftp://ftp.buzuluk.cz/pub/alo/knutclient/">ftp://ftp.buzuluk.cz/pub/alo/knutclient/</ulink>, the
-main ftp site of the A.L.O. </para>
+The source code is available at <ulink url="https://mirror.git.trinitydesktop.org/gitea/TDE/knutclient">https://mirror.git.trinitydesktop.org/gitea/TDE/knutclient</ulink> .
+</para>
</sect1>
<sect1 id="requirements">
<title>Requirements</title>
<para>
-In order to successfully use &knutclient;, you need KDE 3.x
-</para>
-
-<para>
-You can find a list of changes at <ulink
-url="http://www.knut.noveradsl.cz/knutclient/">http://www.knut.noveradsl.cz/knutclient/</ulink>.
+In order to successfully use &knutclient;, you will need the TDE libraries (tdelibs)
</para>
</sect1>
@@ -1260,19 +1247,21 @@ url="http://www.knut.noveradsl.cz/knutclient/">http://www.knut.noveradsl.cz/knut
<title>Compilation and installation</title>
<para>
-In order to compile and install &knutclient; on your system, type the following
-in the base
-directory of.
+In order to compile and install &knutclient; on your system, you will need cmake.
+
<screen width="40">
-<prompt>%</prompt> <userinput>./configure</userinput>
-<prompt>%</prompt> <userinput>make</userinput>
+<prompt>%</prompt> <userinput>mkdir -p build</userinput>
+<prompt>%</prompt> <userinput>cd build</userinput>
+<prompt>%</prompt> <userinput>cmake ..</userinput>
<prompt>%</prompt> <userinput>make install</userinput>
</screen>
+
+For further instructions, please, read the INSTALL file.
</para>
<para>Since KApp uses autoconf and automake you should have not trouble
compiling it.
-Should you run into problems please report them to the KDE mailing lists.</para>
+Should you run into problems please report them to the TDE mailing lists.</para>
</sect1>
</appendix>