summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. 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)
commit4defb5fde7bbad0c332eb574c2e91c0120c4012b (patch)
tree9a42a8cd437ff6d8dbf16f0ea89c063ccfd2c2c8
parent23e6b74a7138d00a5586644b2028e4e3f354d9f1 (diff)
downloadwww-4defb5fde7bbad0c332eb574c2e91c0120c4012b.zip
www-4defb5fde7bbad0c332eb574c2e91c0120c4012b.tar.gz
www-4defb5fde7bbad0c332eb574c2e91c0120c4012b.tar.bz2
projects/screen-batt/index.mdwn: New file.
-rw-r--r--Makefile3
-rw-r--r--projects/screen-batt/index.mdwn20
2 files changed, 22 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bced666..941dd38 100644
--- a/Makefile
+++ b/Makefile
@@ -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:
+&lt;<https://gitorious.org/pehjotas-tools/screen-batt>&gt;
+
+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" -->