summaryrefslogtreecommitdiffstats
path: root/projects/index.mdwn
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-09-26 15:00:36 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-09-26 15:00:36 (EDT)
commit0a68458fac297c5ce577ef9973d3a291bf616490 (patch)
tree73d6e808f4053d36f76435f69aa7a03b1f7d20cc /projects/index.mdwn
parent7eb245d428c37fc026228f5f907b9af73355cdd3 (diff)
downloadwww-0a68458fac297c5ce577ef9973d3a291bf616490.zip
www-0a68458fac297c5ce577ef9973d3a291bf616490.tar.gz
www-0a68458fac297c5ce577ef9973d3a291bf616490.tar.bz2
Remove page titles from pages.
Diffstat (limited to 'projects/index.mdwn')
-rw-r--r--projects/index.mdwn21
1 files changed, 9 insertions, 12 deletions
diff --git a/projects/index.mdwn b/projects/index.mdwn
index fd3212a..eec8cbd 100644
--- a/projects/index.mdwn
+++ b/projects/index.mdwn
@@ -1,9 +1,6 @@
<!--#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
@@ -11,51 +8,51 @@ 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