Skip to content

Commit 1cf94cf

Browse files
author
Simon Antony Roberts
committed
first commit
0 parents  commit 1cf94cf

10 files changed

+2895
-0
lines changed

.htaccess

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
php_value error_reporting 2
2+
php_value display_errors 1
3+
4+
RewriteEngine On
5+
RewriteCond %{REQUEST_FILENAME} !-f
6+
RewriteCond %{REQUEST_FILENAME} !-d
7+
8+
RewriteRule ^(docs|code-docs|phpdocs)/(.*?)$ docs/$1
9+
10+
RewriteRule ^(.*?)/(GMT|DST|UTC|gmt|dst|utc)/-([0-9]+).([0-9]+)$ index.php?path=$1$2&$3=-$4.$5
11+
RewriteRule ^(.*?)/(GMT|DST|UTC|gmt|dst|utc)/([0-9]+).([0-9]+)$ index.php?path=$1$2&$3=$4.$5
12+
RewriteRule ^(.*?)/(GMT|DST|UTC|gmt|dst|utc)/-([0-9]+)$ index.php?path=$1$2&$3=-$4
13+
RewriteRule ^(.*?)/(GMT|DST|UTC|gmt|dst|utc)/([0-9]+)$ index.php?path=$1$2&$3=$4
14+
RewriteRule ^/(GMT|DST|UTC|gmt|dst|utc)/-([0-9]+).([0-9]+)$ index.php?path=$1&$2=-$3.$4
15+
RewriteRule ^/(GMT|DST|UTC|gmt|dst|utc)/([0-9]+).([0-9]+)$ index.php?path=$1&$2=$3.$4
16+
RewriteRule ^/(GMT|DST|UTC|gmt|dst|utc)/-([0-9]+)$ index.php?path=$1&$2=-$3
17+
RewriteRule ^/(GMT|DST|UTC|gmt|dst|utc)/([0-9]+)$ index.php?path=$1&$2=$3
18+
RewriteRule ^([a-zA-Z0-9\-\_\\\+]+)/([a-zA-Z0-9\-\_\\\+]+)$ index.php?area=$1&place=$2
19+
RewriteRule ^$ index.php?path=$1

500.shtml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<!-- SHTML Wrapper - 500 Server Error -->
2+
<!--#exec cgi="/500.php" -->

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Chronolabs Cooperative ~ RSS Calendar Feed ~ Multiple Calendars Here and Now ~ http://time.labs.coop

0 commit comments

Comments
 (0)