summaryrefslogtreecommitdiffstats
path: root/projects
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2011-11-09 03:52:30 (EST)
committer P. J. McDermott <pjm@nac.net>2011-11-09 03:52:30 (EST)
commit817515557297feee3543c81dd2d807a41600d085 (patch)
treeeab8698321c06c08ade8d664ab6c6a35bd0fa3c2 /projects
parentfcdde5d8298ff221da30764e62312ec5b74884e2 (diff)
downloadwww-817515557297feee3543c81dd2d807a41600d085.zip
www-817515557297feee3543c81dd2d807a41600d085.tar.gz
www-817515557297feee3543c81dd2d807a41600d085.tar.bz2
Take the lazy way out with project hyperlinks.
I don't have time right now to write project pages, so I'm temporarily pointing most hyperlinks on the "Projects" document to repository Web interfaces.
Diffstat (limited to 'projects')
-rwxr-xr-xprojects/index.html16
1 files changed, 11 insertions, 5 deletions
diff --git a/projects/index.html b/projects/index.html
index 9fe60c5..64d2aae 100755
--- a/projects/index.html
+++ b/projects/index.html
@@ -8,12 +8,14 @@
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>
+<!-- h3><a href="librcio/">libRCIO</a></h3 -->
+<h3><a href="https://gitorious.org/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>
+<!-- h3><a href="cowbell/">Cowbell</a></h3 -->
+<h3><a href="https://gitorious.org/cowbell">Cowbell</a></h3>
<p>
"Curses, I'm up already!" A feature-packed alarm clock with a curses
interface.
@@ -27,17 +29,21 @@
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
+<!-- h3><a href="hidrect/">HIDRECT (Human Interface Device Reverse Engineering
+ Capture Tool)</a></h3 -->
+<h3><a href="https://gitorious.org/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>
+<!-- h3><a href="vhc/">VHC (Virtual Host Config)</a></h3 -->
+<h3><a href="https://gitorious.org/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>
+<!-- h3><a href="testbuild/">testbuild</a></h3 -->
+<h3><a href="http://odin1.pehjota.net/git/testbuild/">testbuild</a></h3>
<p>
A simple script to automate build testing for software managed with Git.
</p>