]> www.average.org Git - loctrkd.git/commitdiff
Add references to the doc/source
authorEugene Crosser <crosser@average.org>
Tue, 10 May 2022 10:52:16 +0000 (12:52 +0200)
committerEugene Crosser <crosser@average.org>
Tue, 10 May 2022 10:52:16 +0000 (12:52 +0200)
README.md
webdemo/index.html

index af6dc64fef78d5a5f619c964c56b466367c55e24..f49dbd308709fe594dcea9eab14c69e503cb4dfc 100644 (file)
--- a/README.md
+++ b/README.md
@@ -88,3 +88,9 @@ Example of a location message:
  "longitude": 17.465816,
  "latitude": 47.52013}
 ```
+
+## Homepage and source
+
+Home page is [http://www.average.org/gps303/](http://www.average.org/gps303/)
+Get the source from the [origin](git://git.average.org/gps303.git)
+or [Github mirror](https://github.com/crosser/gps303).
index 030830240d1e1ef585ee6b24c62490f5f105099b..b857360c160b6866aa7f23757f3ed0a5f6fec7a9 100644 (file)
                <span id="tstamp" style="float:right"></span>
        </div>
        <div style="width:100%; height:97%" id="map"></div>
-       <div style="width:100%; height:1%" id="sts"></div>
+       <div style="width:100%; height:1%">
+               <span id="sts"></span>
+               <span id="about" style="float:right">
+                       <a href="http://www.average.org/gps303/">
+                               http://www.average.org/gps303/</a>
+               </span>
+       </div>
 </body>
 </html>