summaryrefslogtreecommitdiffstats
path: root/projects/index.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'projects/index.mdwn')
-rw-r--r--projects/index.mdwn82
1 files changed, 82 insertions, 0 deletions
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 @@
+<!--#set var="title" value="Projects" -->
+<!--#include virtual="/includes/header.html" -->
+
+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.
+
+<!--#include virtual="/includes/footer.html" -->