diff options
author | P. J. McDermott <pjm@nac.net> | 2013-09-30 10:35:39 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-09-30 10:35:39 (EDT) |
commit | 920a68d8971fd61b9fa2f58b604b472731d936bb (patch) | |
tree | e4131c6a3b519b4ea1dadb0b8f9925b8b54a9c97 /projects | |
parent | 252d2475e7198c48f7d2a923c9ee82760bc2de1e (diff) | |
download | www-920a68d8971fd61b9fa2f58b604b472731d936bb.zip www-920a68d8971fd61b9fa2f58b604b472731d936bb.tar.gz www-920a68d8971fd61b9fa2f58b604b472731d936bb.tar.bz2 |
Remove old HTML files.
Diffstat (limited to 'projects')
-rwxr-xr-x | projects/cgol/index.html | 25 | ||||
-rwxr-xr-x | projects/changelog-gen/index.html | 43 | ||||
-rwxr-xr-x | projects/index.html | 64 | ||||
-rwxr-xr-x | projects/opkhelper/index.html | 27 | ||||
-rwxr-xr-x | projects/screen-batt/index.html | 19 |
5 files changed, 0 insertions, 178 deletions
diff --git a/projects/cgol/index.html b/projects/cgol/index.html deleted file mode 100755 index a3fadd9..0000000 --- a/projects/cgol/index.html +++ /dev/null @@ -1,25 +0,0 @@ -<!--#set var="title" value="cgol (Curses Game of Life)" --> -<!--#include virtual="/includes/header.html" --> -<h2>cgol (Curses Game of Life)</h2> -<p> - 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' option is supplied). -</p> -<p> - It was written simply for its hack value. Game of Life is a magnificent - hack of a game: there is no gameplay beyond the initial state, yet it can - still provide hours of fun. -</p> -<h3>Getting cgol</h3> -<p> - Download or browse the repository hosted on this server:<br> - <a href="http://odin1.pehjota.net/git/cgol/"><http://odin1.pehjota.net/git/cgol/></a> -</p> -<p> - You may share and modify this software under the terms of the GNU General - Public License, version 3 or later. See "COPYING" in the source tree for - details. -</p> -<!--#include virtual="/includes/footer.html" --> diff --git a/projects/changelog-gen/index.html b/projects/changelog-gen/index.html deleted file mode 100755 index 0e29235..0000000 --- a/projects/changelog-gen/index.html +++ /dev/null @@ -1,43 +0,0 @@ -<!--#set var="title" value="changelog-gen" --> -<!--#include virtual="/includes/header.html" --> -<h2>changelog-gen</h2> -<p> - A UNIX shell script to generate a change log from "CHANGE:" tags found in - Git commit messages. -</p> -<h3>Getting changelog-gen</h3> -<p> - Download or browse the repository currently hosted on Gitorious:<br> - <a href="https://gitorious.org/pehjotas-tools/changelog-gen"><https://gitorious.org/pehjotas-tools/changelog-gen></a> -</p> -<p> - See the "README" file for help with changelog-gen. -</p> -<p> - You may share and modify this software under the terms of the Expat license. - See "changelog-gen.sh" for details. -</p> -<h3>Changes</h3> -<p>Version 0.2.1:</p> -<ul> - <li>Fixed: Commits contained by multiple tags can pollute the changelog.</li> - <li>Accept an optional filename (or "-" for standard output) as an - argument.</li> -</ul> -<p>Version 0.2.0:</p> -<ul> - <li>Add help and version options.</li> - <li>Group changelog entries by formatted Git tags.</li> -</ul> -<p>Version 0.1.0:</p> -<ul> - <li>Initial release.</li> -</ul> -<h3>Planned Improvements</h3> -<ul> - <li>Possibly switch to licensing under the terms of the GNU LGPL</li> - <li>Use here-doc to print long blocks of information instead of a mass of - printf commands.</li> - <li>Maybe offer HTML output.</li> -</ul> -<!--#include virtual="/includes/footer.html" --> diff --git a/projects/index.html b/projects/index.html deleted file mode 100755 index cff8e36..0000000 --- a/projects/index.html +++ /dev/null @@ -1,64 +0,0 @@ -<!--#set var="title" value="Projects" --> -<!--#include virtual="/includes/header.html" --> -<h2>Projects</h2> -<p> - 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 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="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="https://gitorious.org/cowbell">Cowbell</a></h3> -<p> - "Curses, I'm up already!" A feature-packed alarm clock with a curses - interface. -</p> -<h3><a href="screen-batt/">screen-batt</a></h3> -<p> - A simple battery status indicator for GNU Screen. -</p> -<h3><a href="changelog-gen/">changelog-gen</a></h3> -<p> - 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 - 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="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="http://odin1.pehjota.net/git/testbuild/">testbuild</a></h3> -<p> - A simple script to automate build testing for software managed with Git. -</p> -<h3><a href="cgol/">cgol (Curses Game of Life)</a></h3> -<p> - An implementation of Conway's Game of Life written in C and using the curses - interface. -</p> -<h3><a href="opkhelper/">opkhelper (opkg Build Helper Tools)</a></h3> -<p> - 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 designed to build source packages that comply with draft - version 1.0 of - <a href="http://specs.os.pehjota.net/source-package-format-1.0.html">this source package format</a>. -</p> -<!--#include virtual="/includes/footer.html" --> diff --git a/projects/opkhelper/index.html b/projects/opkhelper/index.html deleted file mode 100755 index 4fe870f..0000000 --- a/projects/opkhelper/index.html +++ /dev/null @@ -1,27 +0,0 @@ -<!--#set var="title" value="opkhelper (opkg Build Helper Tools)" --> -<!--#include virtual="/includes/header.html" --> -<h2>opkhelper (opkg Build Helper Tools)</h2> -<p> - 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 designed to build source packages that comply with draft - version 1.0 of - <a href="http://specs.os.pehjota.net/source-package-format-1.0.html">this source package format</a>. -</p> -<h3>Getting opkhelper</h3> -<p> - Download the latest version of opkhelper from this Web site:<br> - <a href="opkhelper-1.0.0.tar.gz">opkhelper-1.0.0.tar.gz</a><br> - <a href="opkhelper-1.0.0.tar.bz2">opkhelper-1.0.0.tar.bz2</a> -</p> -<p> - Download or browse the repository hosted on this server:<br> - <a href="http://odin1.pehjota.net/git/opkhelper/"><http://odin1.pehjota.net/git/opkhelper/></a> -</p> -<p> - You may share and modify this software under the terms of the GNU General - Public License, version 3 or later. See "COPYING" in the source tree for - details. -</p> -<!--#include virtual="/includes/footer.html" --> diff --git a/projects/screen-batt/index.html b/projects/screen-batt/index.html deleted file mode 100755 index 79d08fe..0000000 --- a/projects/screen-batt/index.html +++ /dev/null @@ -1,19 +0,0 @@ -<!--#set var="title" value="screen-batt" --> -<!--#include virtual="/includes/header.html" --> -<h2>screen-batt</h2> -<p> - A simple battery status indicator for GNU Screen. -</p> -<h3>Getting screen-batt</h3> -<p> - Download or browse the repository currently hosted on Gitorious:<br> - <a href="https://gitorious.org/pehjotas-tools/screen-batt"><https://gitorious.org/pehjotas-tools/screen-batt></a> -</p> -<p> - See the "README" file for help with screen-batt. -</p> -<p> - You may share and modify this software under the terms of the Expat license. - See "screen-batt" for details. -</p> -<!--#include virtual="/includes/footer.html" --> |