[tor-commits] [metrics-web/master] Rename 'DescripTor' to 'Tor Metrics Library' as part of task-22732.

karsten at torproject.org karsten at torproject.org
Tue Jun 27 15:22:03 UTC 2017


commit 1036ea84143da14adcd10b3f63b68e362d635a4e
Author: iwakeh <iwakeh at torproject.org>
Date:   Thu Jun 22 13:44:11 2017 +0000

    Rename 'DescripTor' to 'Tor Metrics Library' as part of task-22732.
---
 website/src/main/resources/web/WEB-INF/development.jsp | 2 +-
 website/src/main/resources/web/WEB-INF/metrics-lib.jsp | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/website/src/main/resources/web/WEB-INF/development.jsp b/website/src/main/resources/web/WEB-INF/development.jsp
index 445f77b..2627530 100644
--- a/website/src/main/resources/web/WEB-INF/development.jsp
+++ b/website/src/main/resources/web/WEB-INF/development.jsp
@@ -21,7 +21,7 @@
       <h2>Parsing libraries <a href="#libraries" name="libraries" class="anchor">#</a></h2>
       <p>The following libraries help you with parsing Tor network data from the <a href="https://collector.torproject.org/" target="_blank">CollecTor</a> service.</p>
       <ul>
-        <li><a href="metrics-lib.html">metrics-lib</a> is a Java library to fetch and parse Tor descriptors.</li>
+        <li><a href="metrics-lib.html">Tor Metrics Library</a> is a Java library to fetch and parse Tor descriptors.</li>
         <li><a href="https://stem.torproject.org/" target="_blank">Stem</a> is a Python library that parses Tor descriptors.</li>
         <li><a href="https://github.com/NullHypothesis/zoossh" target="_blank">Zoossh</a> is a parser written in Go for Tor-specific data formats.</li>
       </ul>
diff --git a/website/src/main/resources/web/WEB-INF/metrics-lib.jsp b/website/src/main/resources/web/WEB-INF/metrics-lib.jsp
index e74f977..885b385 100644
--- a/website/src/main/resources/web/WEB-INF/metrics-lib.jsp
+++ b/website/src/main/resources/web/WEB-INF/metrics-lib.jsp
@@ -17,8 +17,8 @@
 
 <div class="jumbotron">
 <div class="text-center">
-<h2>metrics-lib</h2>
-<p>metrics-lib is a Java API that facilitates processing Tor network data from the <a href="https://collector.torproject.org/">CollecTor</a> service for statistical analysis and for building services and applications.</p>
+<h2>Tor Metrics Library</h2>
+<p>Tor Metrics Library is a Java API that facilitates processing Tor network data from the <a href="https://collector.torproject.org/">CollecTor</a> service for statistical analysis and for building services and applications.</p>
 <a class="btn btn-primary btn-lg" style="margin: 10px" href="https://dist.torproject.org/descriptor/?C=M;O=D"><i class="fa fa-chevron-right" aria-hidden="true"></i> Download Release</a>
 <a class="btn btn-primary btn-lg" style="margin: 10px" href="https://gitweb.torproject.org/metrics-lib.git/plain/CHANGELOG.md"><i class="fa fa-chevron-right" aria-hidden="true"></i> View Change Log</a>
 <!--<a class="btn btn-primary btn-lg" style="margin: 10px" href="metrics-lib/javadoc/index.html"><i class="fa fa-chevron-right" aria-hidden="true"></i> Browse JavaDocs</a>-->



More information about the tor-commits mailing list