summaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2016-09-04 16:53:32 +0200
committernicolargo <nicolashennion@gmail.com>2016-09-04 16:53:32 +0200
commit9d8719283952f1eed7ffa17ad4208eb24f17208d (patch)
tree13de24c36c4b502b9320c222f6e68c0cb0053eb6 /docs/index.rst
parent8fa75b254add6e94dad17f3ad7a728c6879800bb (diff)
Update Glances global description
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst15
1 files changed, 7 insertions, 8 deletions
diff --git a/docs/index.rst b/docs/index.rst
index b8796d6f..13b3d5fd 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -3,14 +3,13 @@ Glances
.. image:: _static/screenshot-wide.png
-Glances is a cross-platform curses-based monitoring tool which aims to
-present a maximum of information in a minimum of space, ideally to fit
-in a classical 80x24 terminal or higher to have additional information.
-It can adapt dynamically the displayed information depending on the
-terminal size.
-
-It can also work in client/server mode. Remote monitoring
-could be done via terminal or Web interface.
+Glances is a cross-platform monitoring tool which aims to present a
+maximum of information in a minimum of space through a curses or Web
+based interface. It can adapt dynamically the displayed information
+depending on the terminal size.
+
+It can also work in client/server mode. Remote monitoring could be
+done via terminal, Web interface or API (XMLRPC and RESTful).
Glances is written in Python and uses the `psutil`_ library to get
information from your system.