Update of permissions, added .htaccess to allow free access to life website.
This commit is contained in:
commit
80045a3f54
Notes:
subgit
2018-03-07 17:59:04 +01:00
r736 www/branches/life
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -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
1
scripts/mkEvents.csh
Executable 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
1
www/.htaccess
Normal file
@ -0,0 +1 @@
|
||||
Allow from all
|
Loading…
Reference in New Issue
Block a user