diff options
author | P. J. McDermott <pjm@nac.net> | 2013-11-01 11:22:34 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-11-01 11:22:34 (EDT) |
commit | 28333cb5601225f4b458e61428343529397fb231 (patch) | |
tree | 88e5d25b3d45d5dc561d05671a37f3acaea73086 /projects | |
parent | 6e0f93ef7bc5210fabe7d107dd18d6556786c28c (diff) | |
download | www-28333cb5601225f4b458e61428343529397fb231.zip www-28333cb5601225f4b458e61428343529397fb231.tar.gz www-28333cb5601225f4b458e61428343529397fb231.tar.bz2 |
projects/index.mdwn: Describe ProteanOS programs.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/index.mdwn | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/projects/index.mdwn b/projects/index.mdwn index f84495f..3121b3e 100644 --- a/projects/index.mdwn +++ b/projects/index.mdwn @@ -14,11 +14,26 @@ Active or Otherwise Interesting ProteanOS is a fully-free BusyBox/Linux-libre operating system binary distribution designed for embedded applications. Within this project, I'm also developing 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/) - - [prokit](http://git.proteanos.com/prokit/prokit.git/) + - [opkbuild](http://git.proteanos.com/opkbuild/opkbuild.git/): + opkbuild is a distibution build system – a set of tools for building + software packages. From source packages it builds binary packages for use + with the [opkg package manager](https://code.google.com/p/opkg/). + - [opkhelper](http://git.proteanos.com/opkhelper/opkhelper.git/): + opkhelper is a collection of utilities to help build software packages + using opkbuild. opkhelper is inspired by + [debhelper](http://kitenet.net/~joey/code/debhelper/), a similar set of + programs written primarily by Joey Hess for Debian. + - [markdownbook](http://git.proteanos.com/markdownbook/markdownbook.git/): + The Text::MarkdownBook Perl distribution builds HTML and plain text books + with multiple chapters and appendices from Markdown-formatted source + files. It supports HTML templating, intersection links, and automatic + generation of tables of contents. + - [pro-archman](http://www.proteanos.com/dev/pro-archman/): + This is pro-archman, the ProteanOS Archive Manager. + pro-archman manages packages in an archive laid out as explained in the + [specification](http://www.proteanos.com/dev/archive/layout/). + - [prokit](http://git.proteanos.com/prokit/prokit.git/): + This is prokit, the ProteanOS Development Kit. * [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 |