From cf29488c587334874cf491a01a1f74ba3ac7de45 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 30 Sep 2013 13:46:59 -0400 Subject: Merge branch 'new'. --- (limited to 'projects/index.mdwn') diff --git a/projects/index.mdwn b/projects/index.mdwn new file mode 100644 index 0000000..4a0c664 --- /dev/null +++ b/projects/index.mdwn @@ -0,0 +1,82 @@ + + + +Following is a list of free/libre and open source software projects that I +maintain. + +Active or Otherwise Interesting +=============================== + +[ProteanOS](http://www.proteanos.com/) +-------------------------------------- + +ProteanOS is a fully-free BusyBox/Linux-libre operating system binary +distribution designed for embedded applications. + +Within this project, I've also developed a number of programs, including: + + * [opkbuild](http://git.proteanos.com/opkbuild/opkbuild.git/) + * [opkhelper](http://git.proteanos.com/opkhelper/opkhelper.git/) + * [markdownbook](http://git.proteanos.com/markdownbook/markdownbook.git/) + * [pro-archman](http://www.proteanos.com/dev/pro-archman/) + +[ssic (Server Side Includes Compiler)](ssic/) +--------------------------------------------- + +ssic processes HTML documents with SSI directives formatted as SGML comments. +It can be used to process documents without an HTTP server for local browsing or +to generate static HTML documents to be efficiently served by an HTTP server. +Documents could even be preprocessed, e.g. by a Markdown processor, before being +parsed with ssic. + +[cgol (Curses Game of Life)](cgol/) +----------------------------------- + +An implementation of Conway's Game of Life written in C and using the curses +interface. + +[screen-batt](screen-batt/) +--------------------------- + +A simple battery status indicator for GNU Screen. + + +Dead +==== + +[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. + +[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)][hidrect] +---------------------------------------------------------------------------- + +A simple event-based capture tool for human interface devices. + +[hidrect]: https://gitorious.org/hidrect + +[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. + + -- cgit v0.9.1