diff --git a/images/icon.xcf b/images/icon.xcf new file mode 100644 index 0000000..4d19c30 Binary files /dev/null and b/images/icon.xcf differ diff --git a/images/logo.xcf b/images/logo.xcf new file mode 100644 index 0000000..2d154c6 Binary files /dev/null and b/images/logo.xcf differ diff --git a/webassets/about.html b/webassets/about.html new file mode 100644 index 0000000..db99a02 --- /dev/null +++ b/webassets/about.html @@ -0,0 +1,46 @@ + + + + + + + (S)pothole + + + + + + + + + + + +
+ + +
+
+

About (S)pothole

+

(S)pothole 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.

+

While there are several other web-based interfaces to DX clusters, and sites that aggregate spots from various outfoor activity programmes for amateur radio, (S)pothole differentiates itself by supporting a large number of data sources, and by being "API first" rather than just providing a web front-end. This allows other software to be built on top of it.

+

The API is deliberately well-defined with an OpenAPI specification and auto-generated API documentation. The API delivers spots in a consistent format regardless of the data source, freeing developers from needing to know how each individual data source presents its data.

+

(S)pothole itself is also open source, Public Domain licenced code that anyone can take and modify. The source code is here.

+

Supported data sources include DX Clusters, the Reverse Beacon Network (RBN), the APRS Internet Service (APRS-IS), POTA, SOTA, WWFF, GMA, WWBOTA, HEMA, and Parks 'n' Peaks.

+

The software was written by Ian Renton, MØTRT.

+

« Back home

+
+
+
+ + + diff --git a/webassets/apidocs/index.html b/webassets/apidocs/index.html index d0d6d87..1679373 100644 --- a/webassets/apidocs/index.html +++ b/webassets/apidocs/index.html @@ -4,7 +4,15 @@ API Documentation - + diff --git a/webassets/css/style.css b/webassets/css/style.css index 7aaaaf3..16d2711 100644 --- a/webassets/css/style.css +++ b/webassets/css/style.css @@ -1,6 +1,5 @@ #info-container{ width: 100%; - display: none; } @media (min-width: 768px) { diff --git a/webassets/img/favicon.ico b/webassets/img/favicon.ico new file mode 100644 index 0000000..e18c0b0 Binary files /dev/null and b/webassets/img/favicon.ico differ diff --git a/webassets/img/icon-16.png b/webassets/img/icon-16.png new file mode 100644 index 0000000..073a756 Binary files /dev/null and b/webassets/img/icon-16.png differ diff --git a/webassets/img/icon-192.png b/webassets/img/icon-192.png new file mode 100644 index 0000000..82edbcf Binary files /dev/null and b/webassets/img/icon-192.png differ diff --git a/webassets/img/icon-32.png b/webassets/img/icon-32.png new file mode 100644 index 0000000..5b6de1c Binary files /dev/null and b/webassets/img/icon-32.png differ diff --git a/webassets/img/icon-512.png b/webassets/img/icon-512.png new file mode 100644 index 0000000..4c62e10 Binary files /dev/null and b/webassets/img/icon-512.png differ diff --git a/webassets/img/logo.png b/webassets/img/logo.png new file mode 100644 index 0000000..d1ccbad Binary files /dev/null and b/webassets/img/logo.png differ diff --git a/webassets/index.html b/webassets/index.html index 5373dce..da1e9fd 100644 --- a/webassets/index.html +++ b/webassets/index.html @@ -10,6 +10,12 @@ + + + + + +