diff --git a/templates/add_spot.html b/templates/add_spot.html index fcbc864..7084e4b 100644 --- a/templates/add_spot.html +++ b/templates/add_spot.html @@ -77,7 +77,7 @@ - + diff --git a/templates/alerts.html b/templates/alerts.html index ac4eb7e..5316ccd 100644 --- a/templates/alerts.html +++ b/templates/alerts.html @@ -85,7 +85,7 @@ - + diff --git a/templates/bands.html b/templates/bands.html index a6d034b..d70c731 100644 --- a/templates/bands.html +++ b/templates/bands.html @@ -76,8 +76,8 @@ - - + + diff --git a/templates/base.html b/templates/base.html index 53cad9d..73ea54b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,6 +1,6 @@ {% extends "skeleton.html" %} {% block head_extra %} - + @@ -16,10 +16,10 @@ window.fetchEventSource = fetchEventSource; - - - - + + + + {% end %} {% block body %}
@@ -51,7 +51,7 @@ class="fa-solid fa-sun"> Conditions - diff --git a/templates/conditions.html b/templates/conditions.html index c6973ed..3292749 100644 --- a/templates/conditions.html +++ b/templates/conditions.html @@ -284,7 +284,7 @@
- + diff --git a/templates/help/about.html b/templates/help/about.html index bdb16aa..07bb53c 100644 --- a/templates/help/about.html +++ b/templates/help/about.html @@ -13,8 +13,6 @@ source, freeing developers from needing to know how each individual data source presents its data.

Spothole itself is also open source, Public Domain licenced code that anyone can take and modify. The source code is here.

-

The software was written by Ian Renton, MØTRT with code contributions by - Steven, M1SDH. The full list of thanks due to others can be found at the bottom of this page.

This server is running Spothole version {{software_version}}.

{% end %} diff --git a/templates/help/accuracy.html b/templates/help/accuracy.html index 611f797..644846a 100644 --- a/templates/help/accuracy.html +++ b/templates/help/accuracy.html @@ -1,7 +1,7 @@ {% extends "help_page.html" %} {% block help_content %} -

Data Accuracy

+

Data Accuracy

Please note that the data coming out of Spothole is only as good as the data going in. People mis-hear and make typos when spotting callsigns all the time. There are also plenty of cases where Spothole's data, particularly location data, may be inaccurate. For example, there are POTA parks that span multiple US states, countries that @@ -9,9 +9,9 @@ accuracy is important, such as contesting, you should not rely on Spothole's data to fill in any gaps in your log.

In the Spothole user interface, under "Your Data", you can enter your credentials for QRZ.com and/or HamQTH if - you have them. This allows Spothole to augment its data with lookups from these services. See the following - section, Privacy, for details of how these are handled. If you are looking at the map and see lots of spots in - the geographic centre of countries, allowing these lookups will help. For QRZ.com a paid account is required to - look up operator locations.

+ you have them. This allows Spothole to augment its data with lookups from these services. See the Privacy section for details of how these are handled. If you are looking at the + map and see lots of spots in the geographic centre of countries, allowing these lookups will help. For QRZ.com a + paid account is required to look up operator locations.

{% end %} diff --git a/templates/help/faq.html b/templates/help/faq.html index 6ae62bb..316d479 100644 --- a/templates/help/faq.html +++ b/templates/help/faq.html @@ -1,7 +1,7 @@ {% extends "help_page.html" %} {% block help_content %} -

FAQ

+

FAQ

"Spots"? "DX Clusters"? What does any of this mean?

This is a tool for amateur ("ham") radio users. Many amateur radio operators like to make contacts with others who are doing something more interesting than sitting in their home "shack", such as people in rarely-seen diff --git a/templates/help/help_page.html b/templates/help/help_page.html index a218555..975e0f3 100644 --- a/templates/help/help_page.html +++ b/templates/help/help_page.html @@ -3,12 +3,12 @@

Spothole Help

-{% block help_content %}{% end %} + {% block help_content %}{% end %}

Back

{% end %} diff --git a/templates/help/index.html b/templates/help/index.html index c86a22e..f430892 100644 --- a/templates/help/index.html +++ b/templates/help/index.html @@ -2,11 +2,15 @@ {% block content %}
-

Spothole Help

+

Welcome to Spothole's help pages.

+

Spothole is a utility to aggregate spots from amateur radio DX clusters and xOTA spotting sites, and provide an + open JSON API as well as a website to browse the data.

+

In the sections below, you can find more information about what Spothole is, and how to use it.

{% end %} diff --git a/templates/help/privacy.html b/templates/help/privacy.html index 6b21082..c6b98ff 100644 --- a/templates/help/privacy.html +++ b/templates/help/privacy.html @@ -1,7 +1,7 @@ {% extends "help_page.html" %} {% block help_content %} -

Privacy

+

Privacy

Spothole collects no data about you on a permanent basis. All spots and alerts are "timed out" and deleted from the system after a set interval, which by default is one hour for spots and one week for alerts.

Settings you select from Spothole's menus are sent to the server, in order to provide the data with the requested diff --git a/templates/help/thanks.html b/templates/help/thanks.html index e3c26e6..5ce9437 100644 --- a/templates/help/thanks.html +++ b/templates/help/thanks.html @@ -2,6 +2,8 @@ {% block help_content %}

Thanks

+

The software was written by Ian Renton, MØTRT with code contributions by + Steven, M1SDH.

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, solar conditions and propagation modelling software, and other online tools on which Spothole's data is based. The vast majority of these are not diff --git a/templates/help/using.html b/templates/help/using.html index 294c260..9d385ad 100644 --- a/templates/help/using.html +++ b/templates/help/using.html @@ -1,7 +1,7 @@ {% extends "help_page.html" %} {% block help_content %} -

Using Spothole

+

How to Use Spothole

There are a number of different ways to use Spothole, depending on what you want to do with it and your level of technical skill:

    @@ -25,10 +25,11 @@ {% end %}
  1. You can write your own client using the Spothole API, using the main Spothole instance to provide - data, and do whatever you like with it. The README contains guidance on how to do this, and the full API - docs are linked above. You can also find reference implementations in the form of Spothole's own web-based - front end, plus my other two tools built on Spothole: Field Spotter - and the QSO Map Tool. + data, and do whatever you like with it. The help section contains guidance on how to do this, and the full + API docs can be found here. You can also find reference implementations in the form + of Spothole's own web-based front end, plus my other two tools built on Spothole: Field Spotter and the QSO + Map Tool.
  2. If you want to run your own version of Spothole so you can customise the configuration, such as enabling sources that I disable on the main instance, you can do that too. The README contains not only diff --git a/templates/map.html b/templates/map.html index 61bd3e6..9a4bec9 100644 --- a/templates/map.html +++ b/templates/map.html @@ -8,7 +8,7 @@ other than a rough guide. In particular, if you are seeing lots of spots in the centre of a country, please consider opening the "Your Data" menu and providing QRZ.com and/or HamQTH credentials so that Spothole can find more accurate locations for these spots. More information can be found in the - Data Accuracy section of the About page. + Data Accuracy section of the Spothole Help. @@ -113,8 +113,8 @@ const CARTODB_API_KEY = "{{ web_ui_options.get('cartodb_api_key', '') }}"; - - + + diff --git a/templates/spots.html b/templates/spots.html index 2e0722c..b06328d 100644 --- a/templates/spots.html +++ b/templates/spots.html @@ -5,10 +5,10 @@ @@ -125,8 +125,8 @@ - - + + diff --git a/templates/status.html b/templates/status.html index d31255f..74f0329 100644 --- a/templates/status.html +++ b/templates/status.html @@ -96,7 +96,7 @@ - +