diff options
author | P. J. McDermott <pjm@nac.net> | 2011-11-07 19:23:53 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2011-11-07 19:23:53 (EST) |
commit | 5087582adff8557622cf3e986dd776bfeee93980 (patch) | |
tree | d1f9b59b815fc3bcc25817a92a185d3558eb12e0 /projects | |
parent | 3b45aff02c4531cb66704ef95bf53ec378b90b2a (diff) | |
download | www-5087582adff8557622cf3e986dd776bfeee93980.zip www-5087582adff8557622cf3e986dd776bfeee93980.tar.gz www-5087582adff8557622cf3e986dd776bfeee93980.tar.bz2 |
Add "Projects" document.
Diffstat (limited to 'projects')
-rwxr-xr-x | projects/index.html | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/projects/index.html b/projects/index.html new file mode 100755 index 0000000..5269472 --- /dev/null +++ b/projects/index.html @@ -0,0 +1,44 @@ +<!--#set var="title" value="Projects" --> +<!--#include virtual="../includes/header.html" --> +<h2>Projects</h2> +<p> + 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. +</p> +<h3><a href="librcio/">libRCIO</a></h3> +<p> + A library written in ISO C to read and write UNIX-style run + control (configuration) files. +</p> +<h3><a href="cowbell/">Cowbell</a></h3> +<p> + "Curses, I'm up already!" A feature-packed alarm clock with a curses + interface. +</p> +<h3><a href="screen-batt/">screen-batt</a></h3> +<p> + A simple battery status indicator for GNU Screen. +</p> +<h3><a href="changelog-gen/">changelog-gen</a></h3> +<p> + A UNIX shell script to generate a change log from “CHANGE:” tags found in + Git commit messages. +</p> +<h3><a href="hidrect/">HIDRECT (Human Interface Device Reverse Engineering + Capture Tool)</a></h3> +<p> + A simple event-based capture tool for human interface devices. +</p> +<h3><a href="vhc/">VHC (Virtual Host Config)</a></h3> +<p> + A collection of scripts to manage hosted users, domains, Web roots, and + mailboxes. +</p> +<h3><a href="testbuild/">testbuild</a></h3> +<p> + A simple script to automate build testing for software managed with Git. +</p> +<!--#include virtual="../includes/footer.html" --> |