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/opkhelper | |
parent | 252d2475e7198c48f7d2a923c9ee82760bc2de1e (diff) | |
download | www-920a68d8971fd61b9fa2f58b604b472731d936bb.zip www-920a68d8971fd61b9fa2f58b604b472731d936bb.tar.gz www-920a68d8971fd61b9fa2f58b604b472731d936bb.tar.bz2 |
Remove old HTML files.
Diffstat (limited to 'projects/opkhelper')
-rwxr-xr-x | projects/opkhelper/index.html | 27 |
1 files changed, 0 insertions, 27 deletions
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" --> |