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