summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SConstruct3
-rw-r--r--build.txt4
-rw-r--r--www/faq.html.in1
-rw-r--r--www/index.html.in3
4 files changed, 5 insertions, 6 deletions
diff --git a/SConstruct b/SConstruct
index 62c7a4ea..54402755 100644
--- a/SConstruct
+++ b/SConstruct
@@ -58,8 +58,7 @@ usermail = "gpsd-users@lists.nongnu.org"
annmail = "gpsd-announce@nongnu.org"
ircchan = "irc://chat.freenode.net/#gpsd"
tiplink = "<a href='http://gratipay.com/esr'>leave a tip at Gratipay</a>"
-tipwidget = ("<script data-gratipay-username='esr' "
- "data-gratipay-widget='button' src='//gttp.co/v1.js'></script>")
+tipwidget = '<p><a href="https://www.patreon.com/esr">Donate here to support continuing development.</a></p>'
# Hosting information ends here
EnsureSConsVersion(2, 3, 0)
diff --git a/build.txt b/build.txt
index de016e0c..36a00943 100644
--- a/build.txt
+++ b/build.txt
@@ -103,8 +103,8 @@ because of a missing Python.h.
The xgps and xgpsspeed test clients require the following Python extensions:
|============================================================================
-|gobject | GNOME object introspection library
-|pygtk | Python bindings for GTK
+|python-gi | Python bindings for gobject-introspection libraries
+|python-gi-cairo | Python bindings for Cairo toolkit under GI
|===========================================================================
=== Scons ===
diff --git a/www/faq.html.in b/www/faq.html.in
index 7c44f270..89eb69f0 100644
--- a/www/faq.html.in
+++ b/www/faq.html.in
@@ -1051,7 +1051,6 @@ one matches your GPS hardware (look in your lsusb output).</p>
<hr>
<script src="datestamp.js" type='text/javascript'></script>
-@TIPWIDGET@
</div>
</body>
</html>
diff --git a/www/index.html.in b/www/index.html.in
index b12370c5..a75a67fb 100644
--- a/www/index.html.in
+++ b/www/index.html.in
@@ -97,6 +97,8 @@ src="http://www.openhub.net/p/3944/widgets/project_cocomo.js"></script>
</tr>
</table>
+@TIPWIDGET@
+
<h1>About <code>gpsd</code></h1>
<p><code>gpsd</code> is a service daemon that monitors one or more
@@ -534,7 +536,6 @@ Web
<hr>
<script src="datestamp.js" type='text/javascript'></script>
-@TIPWIDGET@
</div>
</body>
</html>