summaryrefslogtreecommitdiffstats
path: root/projects/index.mdwn
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-09-25 13:55:19 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-09-25 13:55:19 (EDT)
commite7df60785b2a0ead68b68a86d8b7667848f291b2 (patch)
tree89a4057d1ec7f365aee4a780353f4fff93db3bbc /projects/index.mdwn
parent1118cf361a8e065958726971f115fa586deea720 (diff)
downloadwww-e7df60785b2a0ead68b68a86d8b7667848f291b2.zip
www-e7df60785b2a0ead68b68a86d8b7667848f291b2.tar.gz
www-e7df60785b2a0ead68b68a86d8b7667848f291b2.tar.bz2
projects/index.mdwn: New file.
Diffstat (limited to 'projects/index.mdwn')
-rw-r--r--projects/index.mdwn67
1 files changed, 67 insertions, 0 deletions
diff --git a/projects/index.mdwn b/projects/index.mdwn
new file mode 100644
index 0000000..fd3212a
--- /dev/null
+++ b/projects/index.mdwn
@@ -0,0 +1,67 @@
+<!--#set var="title" value="Projects" -->
+<!--#include virtual="/includes/header.html" -->
+
+Projects
+========
+
+The following is a list of projects that I maintain. All of these works are
+freely-licensed and may be shared and modified under the terms of their
+respective licenses. I offer my work with hope that some may find it useful, but
+without any warranty. If it breaks, you're free to fix it (or find someone who
+can) -- unlike the case with non-free software.
+
+[libRCIO](https://gitorious.org/librcio)
+----------------------------------------
+
+A library written in ISO C to read and write UNIX-style run control
+(configuration) files.
+
+[Cowbell](https://gitorious.org/cowbell)
+----------------------------------------
+
+"Curses, I'm up already!" A feature-packed alarm clock with a curses interface.
+
+[screen-batt](screen-batt/)
+---------------------------
+
+A simple battery status indicator for GNU Screen.
+
+[changelog-gen](changelog-gen/)
+-------------------------------
+
+A UNIX shell script to generate a change log from "CHANGE:" tags found in Git
+commit messages.
+
+[HIDRECT (Human Interface Device Reverse Engineering Capture Tool)](https://gitorious.org/hidrect)
+--------------------------------------------------------------------------------
+
+A simple event-based capture tool for human interface devices.
+
+[VHC (Virtual Host Config)](https://gitorious.org/vhc)
+------------------------------------------------------
+
+A collection of scripts to manage hosted users, domains, Web roots, and
+mailboxes.
+
+[testbuild](http://odin1.pehjota.net/git/testbuild/)
+----------------------------------------------------
+
+A simple script to automate build testing for software managed with Git.
+
+[cgol (Curses Game of Life)](cgol/)
+-----------------------------------
+
+An implementation of Conway's Game of Life written in C and using the curses
+interface.
+
+[opkhelper (opkg Build Helper Tools)](opkhelper/)
+-------------------------------------------------
+
+A set of programs to assist in building binary packages installable by the
+lightweight package manager "opkg". These tools are inspired by "debhelper", a
+similar set of programs written primarily by Joey Hess for Debian. They are
+designed to build source packages that comply with draft version 1.0 of [this
+source package
+format](http://specs.os.pehjota.net/source-package-format-1.0.html).
+
+<!--#include virtual="/includes/footer.html" -->