diff options
author | P. J. McDermott <pjm@nac.net> | 2013-09-25 14:39:11 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-09-25 14:39:11 (EDT) |
commit | 4defb5fde7bbad0c332eb574c2e91c0120c4012b (patch) | |
tree | 9a42a8cd437ff6d8dbf16f0ea89c063ccfd2c2c8 | |
parent | 23e6b74a7138d00a5586644b2028e4e3f354d9f1 (diff) | |
download | www-4defb5fde7bbad0c332eb574c2e91c0120c4012b.zip www-4defb5fde7bbad0c332eb574c2e91c0120c4012b.tar.gz www-4defb5fde7bbad0c332eb574c2e91c0120c4012b.tar.bz2 |
projects/screen-batt/index.mdwn: New file.
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | projects/screen-batt/index.mdwn | 20 |
2 files changed, 22 insertions, 1 deletions
@@ -5,7 +5,8 @@ SSIFLAGS = -D DOCUMENT_BASE=$(DOCUMENT_BASE) -D MEDIA_BASE=$(MEDIA_BASE) srcs = \ projects/index.mdwn \ projects/cgol/index.mdwn \ - projects/changelog-gen/index.mdwn + projects/changelog-gen/index.mdwn \ + projects/screen-batt/index.mdwn objs = $(srcs:.mdwn=.html) .SUFFIXES: diff --git a/projects/screen-batt/index.mdwn b/projects/screen-batt/index.mdwn new file mode 100644 index 0000000..368e10f --- /dev/null +++ b/projects/screen-batt/index.mdwn @@ -0,0 +1,20 @@ +<!--#set var="title" value="screen-batt" --> +<!--#include virtual="/includes/header.html" --> + +screen-batt +=========== + +A simple battery status indicator for GNU Screen. + +Getting screen-batt +------------------- + +Download or browse the repository currently hosted on Gitorious: +<<https://gitorious.org/pehjotas-tools/screen-batt>> + +See the "README" file for help with screen-batt. + +You may share and modify this software under the terms of the Expat license. +See "screen-batt" for details. + +<!--#include virtual="/includes/footer.html" --> |