summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2016-09-04 17:02:37 +0200
committernicolargo <nicolashennion@gmail.com>2016-09-04 17:02:37 +0200
commitbdd7d625c7e847e7370e8b759c6c8254b1235172 (patch)
tree124c4e6fd22110767798aeb993a35b344d38bc57
parente6078b0cd9c3c49e0046d6d41802648572829ca9 (diff)
Update Glances web site for version 2.7
-rw-r--r--.gitignore1
-rw-r--r--index.html9
2 files changed, 6 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index d6fa5b7e..aa4cd17c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+*.pyc
*.map
/node_modules/
/bower_components/
diff --git a/index.html b/index.html
index e242fdc7..01de1173 100644
--- a/index.html
+++ b/index.html
@@ -46,8 +46,7 @@
<div class="col-md-12">
<p class="ad">An Eye on your system</p>
<br/>
- <p>Glances is a cross-platform curses-based system monitoring tool written in Python.</p>
- <img src="https://img.shields.io/pypi/dm/glances.svg"/>
+ <p>Glances is a cross-platform system monitoring tool written in Python.</p>
<img src="https://img.shields.io/pypi/v/glances.svg"/>
<br/>
<br/>
@@ -79,7 +78,7 @@
<li>Process list</li>
<li>Network interface</li>
<li>Disk I/O</li>
- <li>Raid</li>
+ <li>IRQ / Raid</li>
<li>Sensors</li>
<li>Filesystem<span class="hidden-xs"> (and folders)</span></li>
<li>Docker</li>
@@ -105,7 +104,7 @@
<div class="feature-text">
<h3><span class="fa fa-cogs" aria-hidden="true"></span>&nbsp;API</h3>
<p>
- Glances includes a XML-RPC server and a RESTFUL-JSON API which can be used by another client software.
+ Glances includes a XML-RPC server and a RESTful JSON API which can be used by another client software.
</p>
</div>
</li>
@@ -153,6 +152,8 @@
<p>To install, simply use pip:</p>
<pre>$ pip install glances</pre>
+
+ <p>Other istallation methods ? Read the <a href="https://github.com/nicolargo/glances/blob/master/README.rst">official installation documentation</a>.</p>
</div>
</div>
</div>