From a4645171e4464b5ea34bb019eb588985adec41af Mon Sep 17 00:00:00 2001 From: Ian Renton Date: Fri, 31 Oct 2025 14:24:04 +0000 Subject: [PATCH] Thanks --- README.md | 4 +++- core/constants.py | 2 +- views/webpage_about.tpl | 3 +++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f304a09..a708699 100644 --- a/README.md +++ b/README.md @@ -198,6 +198,8 @@ As well as being my work, I have also gratefully received feature patches from S The project contains a self-hosted copy of Font Awesome's free library, in the `/webasset/fa/` directory. This is subject to Font Awesome's licence and is not covered by the overall licence declared in the `LICENSE` file. This approach was taken in preference to using their hosted kits due to the popularity of this project exceeding the page view limit for their free hosted offering. -The software uses a number of Python libraries as listed in `requirements.txt`, and a number of JavaScript libraries such as jQuery and moment.js. This project would not have been possible without these libraries, so many thanks to their developers. +The software uses a number of Python libraries as listed in `requirements.txt`, and a number of JavaScript libraries such as jQuery, Leaflet and Bootstrap. This project would not have been possible without these libraries, so many thanks to their developers. + +Particular thanks go to QRZCQ country-files.com for providing country lookup data for amateur radio, and to the developers of `pyhamtools` for making it easy to use this data as well as QRZ.com and Clublog lookup. The project's name was suggested by Harm, DK4HAA. Thanks! diff --git a/core/constants.py b/core/constants.py index 2a26bf6..b4a383e 100644 --- a/core/constants.py +++ b/core/constants.py @@ -28,7 +28,7 @@ SIGS = [ SIG(name="WAB", description="Worked All Britain", icon="table-cells-large", ref_regex=r"[A-Z]{1,2}[0-9]{2}"), SIG(name="WAI", description="Worked All Ireland", icon="table-cells-large", ref_regex=r"[A-Z][0-9]{2}"), SIG(name="WOTA", description="Wainwrights on the Air", icon="w", ref_regex=r"[A-Z]{3}-[0-9]{2}"), - SIG(name="BOTA", description="Beaches on the Air", icon="water", ref_regex=None) + SIG(name="BOTA", description="Beaches on the Air", icon="water") ] # Modes. Note "DIGI" and "DIGITAL" are also supported but are normalised into "DATA". diff --git a/views/webpage_about.tpl b/views/webpage_about.tpl index 85956c3..613adb6 100644 --- a/views/webpage_about.tpl +++ b/views/webpage_about.tpl @@ -37,6 +37,9 @@

Settings you select from Spothole's menus are sent to the server, in order to provide the data with the requested filters. They are also stored in your browser's local storage, so that your preferences are remembered between sessions.

There are no trackers, no ads, and no cookies.

Spothole is open source, so you can audit the code if you like.

+

Thanks

+

This project would not have been possible without those volunteers who have taken it upon themselves to run DX clusters, xOTA programmes, DXpedition lists, callsign lookup databases, and other online tools on which Spothole's data is based.

+

Spothole is also dependent on a number of Python libraries, in particular pyhamtools, and many JavaScript libraries, as well as the Font Awesome icon set.

\ No newline at end of file