summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. 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)
commitb14fd61896aee6b86c3cebe97c9fd1b14018e297 (patch)
tree1f13690151785a26989c5c265d7564dc1c2e5851
parent8bbd1a60d94f83d26cc0dc60269e9ef615f27cd1 (diff)
downloadwww-b14fd61896aee6b86c3cebe97c9fd1b14018e297.zip
www-b14fd61896aee6b86c3cebe97c9fd1b14018e297.tar.gz
www-b14fd61896aee6b86c3cebe97c9fd1b14018e297.tar.bz2
Remove "../" from "<!--#include virtual...".
-rwxr-xr-xessays/commercial-free-software.html4
-rwxr-xr-xessays/index.html4
-rwxr-xr-xessays/social-networking.html4
-rwxr-xr-xguides/index.html4
-rwxr-xr-xguides/shell-workshop/index.html4
-rwxr-xr-xprojects/cgol/index.html4
-rwxr-xr-xprojects/changelog-gen/index.html4
-rwxr-xr-xprojects/index.html4
-rwxr-xr-xprojects/opkhelper/index.html4
-rwxr-xr-xprojects/screen-batt/index.html4
-rwxr-xr-xtalks/index.html4
-rwxr-xr-xtalks/software-contracts/index.html4
12 files changed, 24 insertions, 24 deletions
diff --git a/essays/commercial-free-software.html b/essays/commercial-free-software.html
index 2a9c724..4b9c489 100755
--- a/essays/commercial-free-software.html
+++ b/essays/commercial-free-software.html
@@ -1,5 +1,5 @@
<!--#set var="title" value="Commercial Free Software: Not an Oxymoron" -->
-<!--#include virtual="../includes/header.html" -->
+<!--#include virtual="/includes/header.html" -->
<h2>Commercial Free Software: Not an Oxymoron</h2>
<p>
TODO: Clean up some wording, consider removing reference to Sencha Inc.,
@@ -348,4 +348,4 @@
<a href="http://www.gnu.org/philosophy/selling.html">&lt;http://www.gnu.org/philosophy/selling.html&gt;</a>.
</li>
</ol>
-<!--#include virtual="../includes/footer.html" -->
+<!--#include virtual="/includes/footer.html" -->
diff --git a/essays/index.html b/essays/index.html
index 81a2ff6..6bc7f9d 100755
--- a/essays/index.html
+++ b/essays/index.html
@@ -1,5 +1,5 @@
<!--#set var="title" value="Essays" -->
-<!--#include virtual="../includes/header.html" -->
+<!--#include virtual="/includes/header.html" -->
<h2>Essays</h2>
<p>
Here you will find essays containing facts and opinions about computing
@@ -12,4 +12,4 @@
<li>Software as a Service: Lost in the Cloud</li>
</ul>
<h3>Copyright Law</h3>
-<!--#include virtual="../includes/footer.html" -->
+<!--#include virtual="/includes/footer.html" -->
diff --git a/essays/social-networking.html b/essays/social-networking.html
index 47acb13..22fec5b 100755
--- a/essays/social-networking.html
+++ b/essays/social-networking.html
@@ -1,5 +1,5 @@
<!--#set var="title" value="On Facebook, Google+, and Ethical Social Networking" -->
-<!--#include virtual="../includes/header.html" -->
+<!--#include virtual="/includes/header.html" -->
<h2>On Facebook, Google+, and Ethical Social Networking</h2>
<p>
TO COME: An introduction and a section on Google+.
@@ -347,4 +347,4 @@
<a href="http://blogs.fsfe.org/greve/?p=452">&lt;http://blogs.fsfe.org/greve/?p=452&gt;</a>.
</li>
</ol>
-<!--#include virtual="../includes/footer.html" -->
+<!--#include virtual="/includes/footer.html" -->
diff --git a/guides/index.html b/guides/index.html
index d603d64..066acb1 100755
--- a/guides/index.html
+++ b/guides/index.html
@@ -1,5 +1,5 @@
<!--#set var="title" value="Technical Guides" -->
-<!--#include virtual="../includes/header.html" -->
+<!--#include virtual="/includes/header.html" -->
<h2>Technical Guides</h2>
<p>
Here you will find technical guides, tutorials, and workshop notes on
@@ -8,4 +8,4 @@
<ul>
<li><a href="shell-workshop/">UNIX&reg; Shell Scripting Workshop</a></li>
</ul>
-<!--#include virtual="../includes/footer.html" -->
+<!--#include virtual="/includes/footer.html" -->
diff --git a/guides/shell-workshop/index.html b/guides/shell-workshop/index.html
index 3b85b6c..9bca500 100755
--- a/guides/shell-workshop/index.html
+++ b/guides/shell-workshop/index.html
@@ -1,5 +1,5 @@
<!--#set var="title" value="UNIX Shell Scripting Workshop" -->
-<!--#include virtual="../../includes/header.html" -->
+<!--#include virtual="/includes/header.html" -->
<h2>UNIX&reg; Shell Scripting Workshop</h2>
<h3>Introduction to the UNIX Shell Language and Environment</h3>
<p>
@@ -78,4 +78,4 @@
<a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons
Attribution 3.0 Unported license</a>.<br>
</p>
-<!--#include virtual="../../includes/footer.html" -->
+<!--#include virtual="/includes/footer.html" -->
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" -->
diff --git a/talks/index.html b/talks/index.html
index d8d59d6..67b770b 100755
--- a/talks/index.html
+++ b/talks/index.html
@@ -1,5 +1,5 @@
<!--#set var="title" value="Talks" -->
-<!--#include virtual="../includes/header.html" -->
+<!--#include virtual="/includes/header.html" -->
<h2>Talks</h2>
<p>
Here you will find information about some of the talks and presentations
@@ -8,4 +8,4 @@
<ul>
<li><a href="software-contracts/">Legal Validity of Software Contracts</a></li>
</ul>
-<!--#include virtual="../includes/footer.html" -->
+<!--#include virtual="/includes/footer.html" -->
diff --git a/talks/software-contracts/index.html b/talks/software-contracts/index.html
index 158810f..bf878d8 100755
--- a/talks/software-contracts/index.html
+++ b/talks/software-contracts/index.html
@@ -1,5 +1,5 @@
<!--#set var="title" value="Legal Validity of Software Contracts" -->
-<!--#include virtual="../../includes/header.html" -->
+<!--#include virtual="/includes/header.html" -->
<h2>Legal Validity of Software Contracts</h2>
<p>
This is a presentation that I gave in a law-related course at the New Jersey
@@ -46,4 +46,4 @@
<a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons
Attribution-ShareAlike 3.0 Unported license</a>.
</p>
-<!--#include virtual="../../includes/footer.html" -->
+<!--#include virtual="/includes/footer.html" -->