copy current state of medienstaatsvertrag.org, to be verified

This commit is contained in:
Milan
2017-12-18 10:58:50 +01:00
parent 8b35e7c5c2
commit 69e5d0e4c6
401 changed files with 74197 additions and 0 deletions

3
website/agenda/cache/.htaccess vendored Normal file
View File

@@ -0,0 +1,3 @@
Order deny,allow
deny from all

View File

@@ -0,0 +1,2 @@
# racalmas
radio calendar management system

View File

@@ -0,0 +1,2 @@
# racalmas
radio calendar management system

38
website/agenda/cache/programm/.htaccess vendored Normal file
View File

@@ -0,0 +1,38 @@
<IfModule mod_rewrite.c>
RewriteBase /programm
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule (.*) $1 [L]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule (.*) $1 [L]
#controller
RewriteRule ^kalender/(\d{4}-\d{2}-\d{2})_(\d{4}-\d{2}-\d{2})\.html[\?]?(.*)$ /agenda/aggregate.cgi?from_date=$1&till_date=$2&$3 [L]
RewriteRule ^kalender/(\d{4}-\d{2}-\d{2})\.html[\?]?(.*)$ /agenda/aggregate.cgi?date=$1&$2 [L]
RewriteRule ^sendungen/(\d{4}-\d{2}-\d{2})\.html[\?]?(.*)$ /agenda/aggregate.cgi?date=$1&$2 [L]
# RewriteRule ^sendung/(\d+)\.html/[^&]*(&.*)?$ /agenda/aggregate.cgi?event_id=$1&$2 [L]
RewriteRule ^sendung/(\d+)\.html[\?]?(.*)$ /agenda/aggregate.cgi?event_id=$1&$2 [L]
RewriteRule ^sendung/serie_plus/(\d+)\.html[\?]?(.*)$ /agenda/aggregate.cgi?next_series=$1&$2 [L]
RewriteRule ^sendung/serie_minus/(\d+)\.html[\?]?(.*)$ /agenda/aggregate.cgi?previous_series=$1&$2 [L]
#controller end
</IfModule>
Options -Indexes +FollowSymLinks +MultiViews +ExecCGI
<IfModule mod_perl.c>
<FilesMatch "\.cgi$">
SetHandler perl-script
PerlHandler ModPerl::RegistryPrefork
PerlSendHeader On
Options +ExecCGI
</FilesMatch>
</IfModule>
<IfModule !mod_perl.c>
AddHandler cgi-script .cgi .pl
</IfModule>
#Order allow,deny
#allow from all
Require all granted

View File

@@ -0,0 +1,2 @@
# racalmas
radio calendar management system

View File

@@ -0,0 +1,2 @@
# racalmas
radio calendar management system

View File

@@ -0,0 +1,2 @@
# racalmas
radio calendar management system

View File

@@ -0,0 +1,2 @@
# racalmas
radio calendar management system

View File

@@ -0,0 +1,2 @@
# racalmas
radio calendar management system

View File

@@ -0,0 +1,2 @@
# racalmas
radio calendar management system