diff options
author | P. J. McDermott <pjm@nac.net> | 2013-09-24 21:35:33 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-09-24 21:35:33 (EDT) |
commit | b14fd61896aee6b86c3cebe97c9fd1b14018e297 (patch) | |
tree | 1f13690151785a26989c5c265d7564dc1c2e5851 /projects | |
parent | 8bbd1a60d94f83d26cc0dc60269e9ef615f27cd1 (diff) | |
download | www-b14fd61896aee6b86c3cebe97c9fd1b14018e297.zip www-b14fd61896aee6b86c3cebe97c9fd1b14018e297.tar.gz www-b14fd61896aee6b86c3cebe97c9fd1b14018e297.tar.bz2 |
Remove "../" from "<!--#include virtual...".
Diffstat (limited to 'projects')
-rwxr-xr-x | projects/cgol/index.html | 4 | ||||
-rwxr-xr-x | projects/changelog-gen/index.html | 4 | ||||
-rwxr-xr-x | projects/index.html | 4 | ||||
-rwxr-xr-x | projects/opkhelper/index.html | 4 | ||||
-rwxr-xr-x | projects/screen-batt/index.html | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/projects/cgol/index.html b/projects/cgol/index.html index 30a4a74..a3fadd9 100755 --- a/projects/cgol/index.html +++ b/projects/cgol/index.html @@ -1,5 +1,5 @@ <!--#set var="title" value="cgol (Curses Game of Life)" --> -<!--#include virtual="../../includes/header.html" --> +<!--#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 @@ -22,4 +22,4 @@ Public License, version 3 or later. See "COPYING" in the source tree for details. </p> -<!--#include virtual="../../includes/footer.html" --> +<!--#include virtual="/includes/footer.html" --> diff --git a/projects/changelog-gen/index.html b/projects/changelog-gen/index.html index 2357b84..0e29235 100755 --- a/projects/changelog-gen/index.html +++ b/projects/changelog-gen/index.html @@ -1,5 +1,5 @@ <!--#set var="title" value="changelog-gen" --> -<!--#include virtual="../../includes/header.html" --> +<!--#include virtual="/includes/header.html" --> <h2>changelog-gen</h2> <p> A UNIX shell script to generate a change log from "CHANGE:" tags found in @@ -40,4 +40,4 @@ printf commands.</li> <li>Maybe offer HTML output.</li> </ul> -<!--#include virtual="../../includes/footer.html" --> +<!--#include virtual="/includes/footer.html" --> diff --git a/projects/index.html b/projects/index.html index a0958d8..cff8e36 100755 --- a/projects/index.html +++ b/projects/index.html @@ -1,5 +1,5 @@ <!--#set var="title" value="Projects" --> -<!--#include virtual="../includes/header.html" --> +<!--#include virtual="/includes/header.html" --> <h2>Projects</h2> <p> The following is a list of projects that I maintain. All of these works are @@ -61,4 +61,4 @@ 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" --> +<!--#include virtual="/includes/footer.html" --> diff --git a/projects/opkhelper/index.html b/projects/opkhelper/index.html index 3e9b56a..4fe870f 100755 --- a/projects/opkhelper/index.html +++ b/projects/opkhelper/index.html @@ -1,5 +1,5 @@ <!--#set var="title" value="opkhelper (opkg Build Helper Tools)" --> -<!--#include virtual="../../includes/header.html" --> +<!--#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 @@ -24,4 +24,4 @@ Public License, version 3 or later. See "COPYING" in the source tree for details. </p> -<!--#include virtual="../../includes/footer.html" --> +<!--#include virtual="/includes/footer.html" --> diff --git a/projects/screen-batt/index.html b/projects/screen-batt/index.html index b1b2fbd..79d08fe 100755 --- a/projects/screen-batt/index.html +++ b/projects/screen-batt/index.html @@ -1,5 +1,5 @@ <!--#set var="title" value="screen-batt" --> -<!--#include virtual="../../includes/header.html" --> +<!--#include virtual="/includes/header.html" --> <h2>screen-batt</h2> <p> A simple battery status indicator for GNU Screen. @@ -16,4 +16,4 @@ 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" --> +<!--#include virtual="/includes/footer.html" --> |