diff --git a/web/index.py b/web/index.py index 132c106..7d578b5 100755 --- a/web/index.py +++ b/web/index.py @@ -119,7 +119,8 @@ output = """

------------------------------

Get in touch
- Roel Roscam Abbing (rscmbbng@riseup.net, @rscmbbng)
+
+ Roel Roscam Abbing (rscmbbng@riseup.net)
psy (epsylon@riseup.net)
diff --git a/web/js/bc.js b/web/js/bc.js index 6674162..1209b9b 100644 --- a/web/js/bc.js +++ b/web/js/bc.js @@ -72,9 +72,9 @@ window.onload = function () { //legend controlls $('#home').bind('click', function(){ - $('#legend-text').html("This is the first hop on your journey, most probably your provider's router in your street or neighbourhood")}) + $('#legend-text').html("This is the first hop on your journey, most probably the router of your provider for your neighbourhood or city.")}) $('#hop').bind('click', function(){ - $('#legend-text').html('This represents either a server or router that you pass. Click it to get metadata on it.')}) + $('#legend-text').html("This represents a hop to either a server or router that you pass. Click on it to view it's metadata." )}) $('#cluster').bind('click', function(){ $('#legend-text').html('Server hops in the same country or location get automatically grouped into clusters. Click the clusters to see individual hops.')}) $('#destination').bind('click', function(){