summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SConstruct5
-rw-r--r--www/cycle.pngbin12699 -> 12690 bytes
-rw-r--r--www/faq.html.in1
-rw-r--r--www/index.html.in6
4 files changed, 9 insertions, 3 deletions
diff --git a/SConstruct b/SConstruct
index 1814346a..b1586570 100644
--- a/SConstruct
+++ b/SConstruct
@@ -53,6 +53,9 @@ gitrepo = "git://git.savannah.nongnu.org/gpsd.git"
webform = "http://www.thyrsus.com/cgi-bin/gps_report.cgi"
formserver = "www@thyrsus.com"
devmail = "gpsd-dev@lists.nongnu.org"
+tiplink = "<a href='http://gittip.com/esr'>leave a tip at Gittip</a>"
+tipwidget = "<script data-gittip-username='esr' \
+ data-gittip-widget='button' src='//gttp.co/v1.js'></script>"
# Hosting information ends here
EnsureSConsVersion(2,0,1)
@@ -1179,6 +1182,8 @@ def substituter(target, source, env):
('@FORMSERVER@', formserver),
('@DEVMAIL@', devmail),
('@LIBGPSVERSION@', libgps_version),
+ ('@TIPLINK@', tiplink),
+ ('@TIPWIDGET@', tipwidget),
)
sfp = open(str(source[0]))
content = sfp.read()
diff --git a/www/cycle.png b/www/cycle.png
index b58465c2..ebbdf8e4 100644
--- a/www/cycle.png
+++ b/www/cycle.png
Binary files differ
diff --git a/www/faq.html.in b/www/faq.html.in
index b029f7b5..ca813860 100644
--- a/www/faq.html.in
+++ b/www/faq.html.in
@@ -998,6 +998,7 @@ 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 1d92e893..7b46fb89 100644
--- a/www/index.html.in
+++ b/www/index.html.in
@@ -187,9 +187,8 @@ instructions</a> for people running distributions with binary package
systems. See the <a href='faq.html'>FAQ</a> for information on how to
report bugs.</p>
-<p>All advertising revenue from this site (on the optimistic
-assumption that we ever see any!) will go to the project's fund for
-buying <a href="wishlist.html"> test hardware and standards</a>.</p>
+<p>If you appreciate GPSD, and especially if you make money from it,
+please @TIPLINK@.</p>
<h1 id='news'>News</h1>
@@ -518,6 +517,7 @@ Web
<hr>
<script src="datestamp.js" type='text/javascript'></script>
+@TIPWIDGET@
</div>
</body>
</html>