aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorDavid Aspinall2000-09-29 17:33:57 +0000
committerDavid Aspinall2000-09-29 17:33:57 +0000
commit8c4e7dac5c76cdb6edee6ed307e08dfd32025c7b (patch)
treece1d8963944c1a77a1fcf595f7f5e7c0833cd8ac /html
parent1003dad6f0840aded5b9439bb53ea9b717771100 (diff)
Links for shortcut URLs.
Diffstat (limited to 'html')
-rw-r--r--html/about9
-rw-r--r--html/devel9
-rw-r--r--html/doc9
-rw-r--r--html/download9
-rw-r--r--html/features9
-rw-r--r--html/links9
-rw-r--r--html/main9
-rw-r--r--html/news9
-rw-r--r--html/screenshot9
9 files changed, 81 insertions, 0 deletions
diff --git a/html/about b/html/about
new file mode 100644
index 00000000..f0cbe7a1
--- /dev/null
+++ b/html/about
@@ -0,0 +1,9 @@
+<?php require('functions.php3'); ?>
+<html>
+<?php include('head.html'); ?>
+<?php
+ include('header.html');
+ include($WANTED . '.html');
+ footer();
+?>
+
diff --git a/html/devel b/html/devel
new file mode 100644
index 00000000..f0cbe7a1
--- /dev/null
+++ b/html/devel
@@ -0,0 +1,9 @@
+<?php require('functions.php3'); ?>
+<html>
+<?php include('head.html'); ?>
+<?php
+ include('header.html');
+ include($WANTED . '.html');
+ footer();
+?>
+
diff --git a/html/doc b/html/doc
new file mode 100644
index 00000000..f0cbe7a1
--- /dev/null
+++ b/html/doc
@@ -0,0 +1,9 @@
+<?php require('functions.php3'); ?>
+<html>
+<?php include('head.html'); ?>
+<?php
+ include('header.html');
+ include($WANTED . '.html');
+ footer();
+?>
+
diff --git a/html/download b/html/download
new file mode 100644
index 00000000..f0cbe7a1
--- /dev/null
+++ b/html/download
@@ -0,0 +1,9 @@
+<?php require('functions.php3'); ?>
+<html>
+<?php include('head.html'); ?>
+<?php
+ include('header.html');
+ include($WANTED . '.html');
+ footer();
+?>
+
diff --git a/html/features b/html/features
new file mode 100644
index 00000000..f0cbe7a1
--- /dev/null
+++ b/html/features
@@ -0,0 +1,9 @@
+<?php require('functions.php3'); ?>
+<html>
+<?php include('head.html'); ?>
+<?php
+ include('header.html');
+ include($WANTED . '.html');
+ footer();
+?>
+
diff --git a/html/links b/html/links
new file mode 100644
index 00000000..f0cbe7a1
--- /dev/null
+++ b/html/links
@@ -0,0 +1,9 @@
+<?php require('functions.php3'); ?>
+<html>
+<?php include('head.html'); ?>
+<?php
+ include('header.html');
+ include($WANTED . '.html');
+ footer();
+?>
+
diff --git a/html/main b/html/main
new file mode 100644
index 00000000..f0cbe7a1
--- /dev/null
+++ b/html/main
@@ -0,0 +1,9 @@
+<?php require('functions.php3'); ?>
+<html>
+<?php include('head.html'); ?>
+<?php
+ include('header.html');
+ include($WANTED . '.html');
+ footer();
+?>
+
diff --git a/html/news b/html/news
new file mode 100644
index 00000000..f0cbe7a1
--- /dev/null
+++ b/html/news
@@ -0,0 +1,9 @@
+<?php require('functions.php3'); ?>
+<html>
+<?php include('head.html'); ?>
+<?php
+ include('header.html');
+ include($WANTED . '.html');
+ footer();
+?>
+
diff --git a/html/screenshot b/html/screenshot
new file mode 100644
index 00000000..f0cbe7a1
--- /dev/null
+++ b/html/screenshot
@@ -0,0 +1,9 @@
+<?php require('functions.php3'); ?>
+<html>
+<?php include('head.html'); ?>
+<?php
+ include('header.html');
+ include($WANTED . '.html');
+ footer();
+?>
+