From 736009b75ddb6d76dad2f6c3e24c06d326f0cf1b Mon Sep 17 00:00:00 2001 From: "Kasper D. Fischer" Date: Mon, 17 Apr 2023 14:38:31 +0200 Subject: [PATCH] prepare new reelease v1.3 add parameter zoom --- Dockerfile | 2 +- nginx/default.conf | 2 +- nginx/nginx.conf | 2 +- scripts/fetchEvents.sh | 2 +- scripts/mkGeolocationTable.py | 4 ++-- scripts/patchVersion.sh | 2 +- www/events.js | 2 +- www/events.js.en | 2 +- www/index.html.de | 2 +- www/index.html.en | 2 +- www/map.js | 2 +- www/map.js.en | 2 +- www/misc.js | 2 +- www/stations.js | 2 +- www/stations.js.en | 2 +- 15 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9dabf6f..e0a6796 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# Version: VVVVV +# Version: v1.3 (2023-04-17) FROM nginx:alpine # set labels diff --git a/nginx/default.conf b/nginx/default.conf index 71d9cf7..e453c1d 100644 --- a/nginx/default.conf +++ b/nginx/default.conf @@ -1,4 +1,4 @@ -# Version: VVVVV +# Version: v1.3 (2023-04-17) server { listen 80; listen [::]:80; diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 9aba6f6..afad672 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -1,4 +1,4 @@ -# Version: VVVVV +# Version: v1.3 (2023-04-17) user nginx; worker_processes 1; diff --git a/scripts/fetchEvents.sh b/scripts/fetchEvents.sh index f033650..f38b98c 100755 --- a/scripts/fetchEvents.sh +++ b/scripts/fetchEvents.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Version: VVVVV +# Version: v1.3 (2023-04-17) # get starting date # find gdate or date command ( OSX: brew install coreutils) diff --git a/scripts/mkGeolocationTable.py b/scripts/mkGeolocationTable.py index c5125fd..91bf29e 100755 --- a/scripts/mkGeolocationTable.py +++ b/scripts/mkGeolocationTable.py @@ -12,7 +12,7 @@ AJAX calls to the Nominatim service small, e. g. : curl -s "https://fdsnws.geophysik.ruhr-uni-bochum.de/fdsnws/event/1/query?minlat=50&maxlat=54&minlon=3&maxlon=10&minmag=1" | mkGeolocationTable.py > geolocationTable.js - Version: VVVVV + Version: v1.3 (2023-04-17) License Copyright 2020-2021 Kasper D. Fischer @@ -125,7 +125,7 @@ if __name__ == "__main__": # parse arguments import argparse - versionText = 'VVVVV' + versionText = 'v1.3 (2023-04-17)' parser = argparse.ArgumentParser( description='Reverse geocoding lookup of events in xml format (stdin).', epilog=versionText) diff --git a/scripts/patchVersion.sh b/scripts/patchVersion.sh index f7d982f..be5fbd4 100755 --- a/scripts/patchVersion.sh +++ b/scripts/patchVersion.sh @@ -1,5 +1,5 @@ #!/bin/bash -# version: VVVVV +# version: v1.3 (2023-04-17) function fail { printf '%s\n' "$1" >&2 ## Send message to stderr. exit "${2-1}" ## Return a code specified by $2, or 1 by default. diff --git a/www/events.js b/www/events.js index 5902b45..2d57f8a 100644 --- a/www/events.js +++ b/www/events.js @@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. - Version VVVVV + Version v1.3 (2023-04-17) */ /* adding row(s) to a table and format date strings afterwards */ diff --git a/www/events.js.en b/www/events.js.en index 51506cc..0e6a5cf 100644 --- a/www/events.js.en +++ b/www/events.js.en @@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. - Version VVVVV + Version v1.3 (2023-04-17) */ /* adding row(s) to a table and format date strings afterwards */ diff --git a/www/index.html.de b/www/index.html.de index 40f0633..805c955 100755 --- a/www/index.html.de +++ b/www/index.html.de @@ -1,5 +1,5 @@ - + diff --git a/www/index.html.en b/www/index.html.en index 8fadf92..cd67eba 100755 --- a/www/index.html.en +++ b/www/index.html.en @@ -1,5 +1,5 @@ - + diff --git a/www/map.js b/www/map.js index a9f54bf..a47681c 100644 --- a/www/map.js +++ b/www/map.js @@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/. - Version VVVVV + Version v1.3 (2023-04-17) */ /* add station marker */ diff --git a/www/map.js.en b/www/map.js.en index a8a8109..2fde9e2 100644 --- a/www/map.js.en +++ b/www/map.js.en @@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/. - Version VVVVV + Version v1.3 (2023-04-17) */ /* add station marker */ diff --git a/www/misc.js b/www/misc.js index 239efae..6bcf4e6 100644 --- a/www/misc.js +++ b/www/misc.js @@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. - Version VVVVV + Version v1.3 (2023-04-17) */ /* calculate marker radius from magnitude diff --git a/www/stations.js b/www/stations.js index 47b664c..4ca3d4e 100644 --- a/www/stations.js +++ b/www/stations.js @@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. - Version VVVVV + Version v1.3 (2023-04-17) */ /* Load the stations using ajax */ diff --git a/www/stations.js.en b/www/stations.js.en index 718cff1..7f890b5 100644 --- a/www/stations.js.en +++ b/www/stations.js.en @@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. - Version VVVVV + Version v1.3 (2023-04-17) */ /* Load the stations using ajax */