diff options
Diffstat (limited to 'www-apps/rpi-monitor/files/about.html-2.10.patch')
-rw-r--r-- | www-apps/rpi-monitor/files/about.html-2.10.patch | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/www-apps/rpi-monitor/files/about.html-2.10.patch b/www-apps/rpi-monitor/files/about.html-2.10.patch new file mode 100644 index 00000000..7dae584c --- /dev/null +++ b/www-apps/rpi-monitor/files/about.html-2.10.patch @@ -0,0 +1,35 @@ +--- rpimonitor/web/addons/about/about.html.dist 2015-03-14 19:20:02.249612000 +0000 ++++ rpimonitor/web/addons/about/about.html 2015-03-14 19:25:14.059612000 +0000 +@@ -10,23 +10,20 @@ + <h3 class="panel-title">About addons</h3> + </div> + <div class="panel-body"> +- <b>Addon</b> is design to let you add more functionnality to ++ <b>Addons</b> are designed to allow you to extend the functionnality of + <b>RPi-Monitor</b>.<br> + <br> +- The realease of <b>RPi-Monitor</b> provides the following addons:<br> ++ This release of <b>RPi-Monitor</b> includes the following addons:<br> + <ul> +- <li><b>about</b> - this addons</li> +- <li><b>custom</b> - custom addons using <code><iframe></code> to display external html page</li> +- <li><b>example</b> - expamle of addons showing how to develop and addons fully integrated to <b>RPi-Monitor</b></li> +- <li><b>shellinabox</b> - Allow ssh access to your computer through your browser</li> +- <li><b>top3</b> - Show the top 3 processes using cpu and rpimonitord cpu usage</li> ++ <li><b>about</b> - this addon</li> ++ <li><b>custom</b> - a template for custom addons allowing the use of <code><iframe></code>s to display external HTML content</li> ++ <li><b>example</b> - a sample addon demonstrating how to develop and fully integrate addons into <b>RPi-Monitor</b></li> ++ <li><b>shellinabox</b> - Allow ssh access to your Raspberry Pi through your browser</li> ++ <li><b>top3</b> - Show the three processes using the most CPU time and monitor rpimonitord CPU usage</li> + </ul> + <br> +- Addons are configured into <code>/etc/rpimonitor/data.conf</code>. You can customise +- <b>RPi-Monitor</b> configuration to add or remove addons.<br> +- <br> +- Refer to manage and/or comments in configuration file to see in detail how to use addons. ++ Addons are loaded and configured from <code>/etc/rpimonitor/data.conf</code>. ++ See the comments in this file for details of how to use Addons. + </div> + </body> + </html> +- |