diff options
-rwxr-xr-x | projects/screen-batt/index.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/projects/screen-batt/index.html b/projects/screen-batt/index.html new file mode 100755 index 0000000..b1b2fbd --- /dev/null +++ b/projects/screen-batt/index.html @@ -0,0 +1,19 @@ +<!--#set var="title" value="screen-batt" --> +<!--#include virtual="../../includes/header.html" --> +<h2>screen-batt</h2> +<p> + A simple battery status indicator for GNU Screen. +</p> +<h3>Getting screen-batt</h3> +<p> + Download or browse the repository currently hosted on Gitorious:<br> + <a href="https://gitorious.org/pehjotas-tools/screen-batt"><https://gitorious.org/pehjotas-tools/screen-batt></a> +</p> +<p> + See the "README" file for help with screen-batt. +</p> +<p> + You may share and modify this software under the terms of the Expat license. + See "screen-batt" for details. +</p> +<!--#include virtual="../../includes/footer.html" --> |