Update of permissions, added .htaccess to allow free access to life website.

This commit is contained in:
Kasper D. Fischer 2014-09-16 09:53:47 +00:00
commit 80045a3f54
Notes: subgit 2018-03-07 17:59:04 +01:00
r736 www/branches/life
3 changed files with 4 additions and 0 deletions

2
.gitattributes vendored
View File

@ -1,4 +1,6 @@
* text=auto !eol
scripts/mkEvents.csh -text
www/.htaccess -text
www/copyright.inc.de -text
www/external/TileLayer.Grayscale.js -text
www/external/css/dvf.css -text

1
scripts/mkEvents.csh Executable file
View File

@ -0,0 +1 @@
curl -o events.xml "https://ariadne.geophysik.ruhr-uni-bochum.de/fdsnws/event/1/query?starttime=2014-01-01&orderby=time-asc&minlat=50.92&maxlat=52.76&minlon=4.26&maxlon=9.74&minmag=1.1"

1
www/.htaccess Normal file
View File

@ -0,0 +1 @@
Allow from all