diff --git a/.gitattributes b/.gitattributes index fd7ecf9..5029e53 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/scripts/mkEvents.csh b/scripts/mkEvents.csh new file mode 100755 index 0000000..3ce16d2 --- /dev/null +++ b/scripts/mkEvents.csh @@ -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" diff --git a/www/.htaccess b/www/.htaccess new file mode 100644 index 0000000..605d2f4 --- /dev/null +++ b/www/.htaccess @@ -0,0 +1 @@ +Allow from all