new upstream 2.8.0
This commit is contained in:
parent
fc7f4b43c1
commit
b2b0c9995a
836 changed files with 137090 additions and 30018 deletions
|
|
@ -1,7 +1,55 @@
|
|||
NUT-Monitor is a graphical application to access and manager UPSes connected to
|
||||
NUT-Monitor
|
||||
===========
|
||||
|
||||
NUT-Monitor is a graphical application to access and manage UPSes connected to
|
||||
a NUT (Network UPS Tools) server.
|
||||
|
||||
This application (written in Python + GTK) uses the python-pynut class
|
||||
(available at http://www.lestat.st)
|
||||
Dependencies
|
||||
------------
|
||||
|
||||
David Goncalves <david@lestat.st>
|
||||
This application (variants written in Python 2 + GTK2, and in Python 3 + Qt5)
|
||||
uses the python-pynut class (available at http://www.lestat.st), delivered
|
||||
as PyNUT in the NUT source tree.
|
||||
|
||||
Refer to your OS packaging and/or install custom modules with `pip` (or `pip3`)
|
||||
to get required dependencies (GTK + GObject or QT5).
|
||||
|
||||
Path to PyNUT module
|
||||
--------------------
|
||||
|
||||
For quick tests (e.g. during development), you can run the clients like this:
|
||||
````
|
||||
:; PYTHONPATH=../module/ python2 ./NUT-Monitor-py2gtk2.in
|
||||
````
|
||||
or:
|
||||
````
|
||||
:; PYTHONPATH=../module/ python3 ./NUT-Monitor-py3qt5.in
|
||||
````
|
||||
|
||||
Localization
|
||||
------------
|
||||
|
||||
For localized UI, also `export LANG=fr_FR.UTF-8` or `export LANG=ru_RU.UTF-8`
|
||||
(see and feel welcome to improve the choice of languages in `locale` directory).
|
||||
|
||||
NOTE: Currently localization only works for Python 2 client, PRs are welcome.
|
||||
|
||||
Desktop menu integration
|
||||
------------------------
|
||||
|
||||
This component ships both implementation-specific `nut-monitor-py2gtk2.desktop`
|
||||
and `nut-monitor-py3qt5.desktop` files which allows a user to have icons for
|
||||
both variants separately, as well as the legacy-named `nut-monitor.desktop`
|
||||
for running the wrapper script `NUT-Monitor` which picks an implementation best
|
||||
suited for current run-time circumstances.
|
||||
|
||||
Kudos
|
||||
-----
|
||||
|
||||
NUT-Monitor and PyNUT (for Python 2 syntax) were originally authored
|
||||
by David Goncalves <david@lestat.st>
|
||||
|
||||
NUT-Monitor was converted to Python 3 + QT5 by Luke Dashjr
|
||||
|
||||
PyNUT was extended, and two variants of NUT-Monitor converged and wrapped
|
||||
for Python 2+3 dual support by Jim Klimov
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue