From 43843869f4ec44c398bef7750874d60ff398075c Mon Sep 17 00:00:00 2001
From: Ben Roberts
Date: Mon, 28 Apr 2008 20:42:58 +0000
Subject: [PATCH] Added 3yp and qmc pages. Removed .htaccess (sites upgrading
past this revision will need to backup and restore their customised .htaccess
files)
---
.htaccess | 19 -------------------
page-sources/3yp.php | 27 +++++++++++++++++++++++++++
page-sources/projects.php | 6 +++++-
page-sources/qmc.php | 13 +++++++++++++
4 files changed, 45 insertions(+), 20 deletions(-)
delete mode 100644 .htaccess
create mode 100644 page-sources/3yp.php
create mode 100644 page-sources/qmc.php
diff --git a/.htaccess b/.htaccess
deleted file mode 100644
index 1dd9fb2..0000000
--- a/.htaccess
+++ /dev/null
@@ -1,19 +0,0 @@
-# Magic Quotes are the Root-of-all-Evil and must be burned at the stake.
-php_flag magic_quotes_gpc off
-
-
-
- # Enable mod_rewrite for pretty urls
- RewriteEngine on
- # Treat all rules as starting from this directory
- RewriteBase /ecs/
-
- # Redirect rating requests specifically to the image generator
- RewriteRule ratings/([0-9\.]*) resources/rating.php?r=$1 [L,NC,NS]
-
- # If the requeted item doesnt already exist, redirect it to our dispatch page
- RewriteCond %{REQUEST_FILENAME} !-f
- RewriteCond %{REQUEST_FILENAME} !-d
- RewriteRule (.*) index.php [L,NC,NS]
-
-
diff --git a/page-sources/3yp.php b/page-sources/3yp.php
new file mode 100644
index 0000000..ead74d9
--- /dev/null
+++ b/page-sources/3yp.php
@@ -0,0 +1,27 @@
+
+
+ I am still working on my project, but in the mean time I have some binaries available for user testing.
+ Please report any bugs you might find to my bug tracker.
+ (Note: The provider of my ssl certificates does not
+ distribute their root CA certificate with firefox, so if you need to, please install their certificate.)
+
+
+ These binaries are solely for testing purposes, and may not be redistributed from anywhere other than this site.
+ I am in the process of packaging a source distribution.
+
+
+
+
\ No newline at end of file
diff --git a/page-sources/projects.php b/page-sources/projects.php
index 43f2b43..316d8d3 100644
--- a/page-sources/projects.php
+++ b/page-sources/projects.php
@@ -9,5 +9,9 @@
?>
- I have not yet written up the list of projects I am working on
+ Some of the projects I have worked on:
+
\ No newline at end of file
diff --git a/page-sources/qmc.php b/page-sources/qmc.php
new file mode 100644
index 0000000..703da09
--- /dev/null
+++ b/page-sources/qmc.php
@@ -0,0 +1,13 @@
+
+
+ Details of this project have not been released yet.
+
\ No newline at end of file