[atlas/master] s/Tor Status/Atlas/

commit 27bbc2e2baf4f2b96d90992f3766883eb0d43acf Author: Arturo Filastò <hellais@gmail.com> Date: Wed Mar 14 13:07:48 2012 -0700 s/Tor Status/Atlas/ --- index.html | 2 +- templates/about.html | 6 +++--- templates/search/main.html | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 41e2a4a..5d5b044 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ <html lang="en"> <head> <meta charset="utf-8"> - <title>Tor Status Beta</title> + <title>Atlas</title> <meta name="description" content=""> <meta name="author" content=""> diff --git a/templates/about.html b/templates/about.html index 3ae0969..876b49b 100644 --- a/templates/about.html +++ b/templates/about.html @@ -1,7 +1,7 @@ <header id="about"> -<h1>Tor Status</h1> +<h1>Atlas</h1> <p class="lead"> -Tor Status is a web application to discover Tor relays and bridges. It provides useful information on how relays are configured along with graphics about their past. +Atlas is a web application to discover Tor relays and bridges. It provides useful information on how relays are configured along with graphics about their past. </p> </header> @@ -50,7 +50,7 @@ The protocol used for retrieving relay data in Onionoo you can check it out <div class="span4"> <h2>Libraries</h2> <p> -Tor Status uses <a href="http://documentcloud.github.com/backbone/">Backbone.js</a> as an MV* framework, with <a href="http://requirejs.org/">require.js</a> for AMD loading of +Atlas uses <a href="http://documentcloud.github.com/backbone/">Backbone.js</a> as an MV* framework, with <a href="http://requirejs.org/">require.js</a> for AMD loading of dependencies. <a href="http://jquery.com/">jQuery</a> and <a href="http://documentcloud.github.com/underscore/">Underscore.js</a> as JS utility libraries. <a href="http://datatables.net/">Datatables</a> for visualizing data in tabular form with custom filtering. <a href="http://code.google.com/p/flot/">Flot</a> for making pretty charts. <a href="http://twitter.github.com/bootstrap/">Bootstrap</a> as a CSS framework. diff --git a/templates/search/main.html b/templates/search/main.html index 8db0a4f..e89a7ed 100644 --- a/templates/search/main.html +++ b/templates/search/main.html @@ -1,7 +1,7 @@ <div class="container"> <div class="splash"> - <h1>Tor Status Beta is out!</h1> - <p>Tor Status is a web application to learn about currently running Tor relays and bridges. Enter your search in the above box to get started.</p> + <h1>Welcome to Atlas.</h1> + <p>Atlas is a web application to learn about currently running Tor relays and bridges. Enter your search in the above box to get started.</p> <p class="learn-more"><a class="btn btn-info btn-large" href="#about">Learn more »</a></p> </div> </div>
participants (1)
-
art@torproject.org