summaryrefslogtreecommitdiffstats
path: root/doc/en/index.docbook
diff options
context:
space:
mode:
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>