commit d75ee1a23839a998987b3b3bd34c837cca68febd Author: Iain R. Learmonth irl@fsfe.org Date: Mon Nov 27 21:04:20 2017 +0000
Add warning that Compass will be shut down --- templates/index.html | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-)
diff --git a/templates/index.html b/templates/index.html index d59c15b..54d6137 100644 --- a/templates/index.html +++ b/templates/index.html @@ -53,15 +53,12 @@ <div class="nav-collapse"> <ul class="nav"> <li class="active"><a href="/">Home</a></li> - <li><a href="https://trac.torproject.org/projects/tor/ticket/6498">Trac - Ticket #6498</a></li> </ul> </div><!--/.nav-collapse --> <div> <ul class="nav pull-right"> <li><a href="https://gitweb.torproject.org/compass.git">Source code</a></li> - <li><a href="https://trac.torproject.org/projects/tor/newticket?component=Compass">Report a bug</a></li> - <li><a href="mailto:tor-assistants@lists.torproject.org">Contact</a> </li> + <li><a href="https://metrics.torproject.org/about.html#contact">Contact</a> </li> </ul> </div> </div> @@ -70,6 +67,18 @@
<div class="container" ng-controller="CompassCtrl"> <div class="hero-unit"> + <div class="alert alert-danger"> + <p>The Tor Metrics team plans to shut down the Compass service at the + end of December 2017. Aggregated search functionality has been + integrated into <a href="https://atlas.torproject.org/#aggregate">Relay + Search</a> (formerly known as Atlas) to give a unified tool for + exploring both single relays and aggregations of relays.<p> + <p>Please ensure that all the functionality you require is available + in Relay Search before Compass is shut down. If any functionality is + missing, please <a + href="https://trac.torproject.org/projects/tor/newticket?component=Metrics/Atlas&a... + a ticket to request that it be added</a>.</p> + </div> <form class="form-horizontal" id="form"> <fieldset> <legend>Compass</legend>
tor-commits@lists.torproject.org