summaryrefslogtreecommitdiffstats
path: root/projects
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
parent7eb245d428c37fc026228f5f907b9af73355cdd3 (diff)
downloadwww-0a68458fac297c5ce577ef9973d3a291bf616490.zip
www-0a68458fac297c5ce577ef9973d3a291bf616490.tar.gz
www-0a68458fac297c5ce577ef9973d3a291bf616490.tar.bz2
Remove page titles from pages.
Diffstat (limited to 'projects')
-rw-r--r--projects/cgol/index.mdwn5
-rw-r--r--projects/changelog-gen/index.mdwn9
-rw-r--r--projects/index.mdwn21
-rw-r--r--projects/opkhelper/index.mdwn5
-rw-r--r--projects/screen-batt/index.mdwn5
5 files changed, 15 insertions, 30 deletions
diff --git a/projects/cgol/index.mdwn b/projects/cgol/index.mdwn
index 80413ac..7bec380 100644
--- a/projects/cgol/index.mdwn
+++ b/projects/cgol/index.mdwn
@@ -1,9 +1,6 @@
<!--#set var="title" value="cgol (Curses Game of Life)" -->
<!--#include virtual="/includes/header.html" -->
-cgol (Curses Game of Life)
-==========================
-
cgol is an implementation of Conway's Game of Life written in C and using the
curses interface. Upon start, it generates a finite grid with a random seed
pattern. It then iterates through generations indefinitely (unless the '-n'
@@ -14,7 +11,7 @@ a game: there is no gameplay beyond the initial state, yet it can still provide
hours of fun.
Getting cgol
-------------
+============
Download or browse the repository hosted on this server:
&lt;<http://odin1.pehjota.net/git/cgol/>&gt;
diff --git a/projects/changelog-gen/index.mdwn b/projects/changelog-gen/index.mdwn
index c01bd29..e8eca01 100644
--- a/projects/changelog-gen/index.mdwn
+++ b/projects/changelog-gen/index.mdwn
@@ -1,14 +1,11 @@
<!--#set var="title" value="changelog-gen" -->
<!--#include virtual="/includes/header.html" -->
-changelog-gen
-=============
-
A UNIX shell script to generate a change log from "CHANGE:" tags found in Git
commit messages.
Getting changelog-gen
----------------------
+=====================
Download or browse the repository currently hosted on Gitorious:
&lt;<https://gitorious.org/pehjotas-tools/changelog-gen>&gt;
@@ -19,7 +16,7 @@ You may share and modify this software under the terms of the Expat license.
See "changelog-gen.sh" for details.
Changes
--------
+=======
Version 0.2.1:
@@ -36,7 +33,7 @@ Version 0.1.0:
* Initial release.
Planned Improvements
---------------------
+====================
* Possibly switch to licensing under the terms of the GNU LGPL
* Use here-doc to print long blocks of information instead of a mass of printf
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
diff --git a/projects/opkhelper/index.mdwn b/projects/opkhelper/index.mdwn
index 9258817..fab6134 100644
--- a/projects/opkhelper/index.mdwn
+++ b/projects/opkhelper/index.mdwn
@@ -1,9 +1,6 @@
<!--#set var="title" value="opkhelper (opkg Build Helper Tools)" -->
<!--#include virtual="/includes/header.html" -->
-opkhelper (opkg Build Helper Tools)
-===================================
-
A set of programs to assist in building binary packages installable by the
lightweight package manager "opkg". These tools are inspired by "debhelper", a
similar set of programs written primarily by Joey Hess for Debian. They are
@@ -13,7 +10,7 @@ source package format][spf].
[spf]: http://specs.os.pehjota.net/source-package-format-1.0.html
Getting opkhelper
------------------
+=================
Download the latest version of opkhelper from this Web site:
diff --git a/projects/screen-batt/index.mdwn b/projects/screen-batt/index.mdwn
index 368e10f..01b2132 100644
--- a/projects/screen-batt/index.mdwn
+++ b/projects/screen-batt/index.mdwn
@@ -1,13 +1,10 @@
<!--#set var="title" value="screen-batt" -->
<!--#include virtual="/includes/header.html" -->
-screen-batt
-===========
-
A simple battery status indicator for GNU Screen.
Getting screen-batt
--------------------
+===================
Download or browse the repository currently hosted on Gitorious:
&lt;<https://gitorious.org/pehjotas-tools/screen-batt>&gt;