summaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2023-12-21 15:53:27 +0100
committernicolargo <nicolas@nicolargo.com>2023-12-21 15:53:27 +0100
commit70250981b9ebabd3212c9e3d01c1fced49e1a33e (patch)
tree09569f96e0a7c0dfa2cd851e597f96379964e8a4 /docs/index.rst
parente936a38dde886f151d75977b4ec947a8f5da2259 (diff)
parent380888a5648d914439f9b221dfd5ce589b2ffd54 (diff)
Merge branch 'develop' into issue2183issue2183
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/index.rst b/docs/index.rst
index f0fcfeb8..61e92a65 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -3,13 +3,13 @@ Glances
.. image:: _static/screenshot-wide.png
-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.
+Glances is a cross-platform monitoring tool that aims to present
+maximum information in minimal space through either a curses-based
+or Web-based interface. It can dynamically adapt 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).
+It can also work in client/server mode. Remote monitoring can 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.