[or-cvs] [metrics-web/master] Fix page titles.

karsten at torproject.org karsten at torproject.org
Wed Oct 13 10:55:18 UTC 2010


Author: Karsten Loesing <karsten.loesing at gmx.net>
Date: Wed, 13 Oct 2010 12:53:02 +0200
Subject: Fix page titles.
Commit: c20da680aa081759923f1a7ac2b824bd3450b349

---
 .../torproject/ernie/web/ExoneraTorServlet.java    |    2 +-
 .../torproject/ernie/web/RelaySearchServlet.java   |    2 +-
 web/WEB-INF/data.jsp                               |    2 +-
 web/WEB-INF/graphs.jsp                             |    2 +-
 web/WEB-INF/index.jsp                              |    2 +-
 web/WEB-INF/network.jsp                            |    2 +-
 web/WEB-INF/packages.jsp                           |    4 ++--
 web/WEB-INF/papers.jsp                             |   13 +------------
 web/WEB-INF/performance.jsp                        |    2 +-
 web/WEB-INF/research.jsp                           |    2 +-
 web/WEB-INF/status.jsp                             |    2 +-
 web/WEB-INF/users.jsp                              |    2 +-
 12 files changed, 13 insertions(+), 24 deletions(-)

diff --git a/src/org/torproject/ernie/web/ExoneraTorServlet.java b/src/org/torproject/ernie/web/ExoneraTorServlet.java
index b579285..6f68f2c 100644
--- a/src/org/torproject/ernie/web/ExoneraTorServlet.java
+++ b/src/org/torproject/ernie/web/ExoneraTorServlet.java
@@ -17,7 +17,7 @@ public class ExoneraTorServlet extends HttpServlet {
           + "Transitional//EN\">\n"
         + "<html>\n"
         + "  <head>\n"
-        + "    <title>ExoneraTor</title>\n"
+        + "    <title>Tor Metrics Portal: ExoneraTor</title>\n"
         + "    <meta http-equiv=\"content-type\" content=\"text/html; "
           + "charset=ISO-8859-1\">\n"
         + "    <link href=\"/css/stylesheet-ltr.css\" type=\"text/css\" "
diff --git a/src/org/torproject/ernie/web/RelaySearchServlet.java b/src/org/torproject/ernie/web/RelaySearchServlet.java
index 5592672..2471a16 100644
--- a/src/org/torproject/ernie/web/RelaySearchServlet.java
+++ b/src/org/torproject/ernie/web/RelaySearchServlet.java
@@ -90,7 +90,7 @@ public class RelaySearchServlet extends HttpServlet {
           + "Transitional//EN\">\n"
         + "<html>\n"
         + "  <head>\n"
-        + "    <title>Relay Search</title>\n"
+        + "    <title>Tor Metrics Portal: Relay Search</title>\n"
         + "    <meta http-equiv=\"content-type\" content=\"text/html; "
           + "charset=ISO-8859-1\">\n"
         + "    <link href=\"/css/stylesheet-ltr.css\" type=\"text/css\" "
diff --git a/web/WEB-INF/data.jsp b/web/WEB-INF/data.jsp
index e773680..8b00147 100644
--- a/web/WEB-INF/data.jsp
+++ b/web/WEB-INF/data.jsp
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 <html>
 <head>
-  <title>Tor Metrics Portal: Tools</title>
+  <title>Tor Metrics Portal: Data</title>
   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
   <link href="/css/stylesheet-ltr.css" type="text/css" rel="stylesheet">
   <link href="/images/favicon.ico" type="image/x-icon" rel="shortcut icon">
diff --git a/web/WEB-INF/graphs.jsp b/web/WEB-INF/graphs.jsp
index 4b72d05..ae940a2 100644
--- a/web/WEB-INF/graphs.jsp
+++ b/web/WEB-INF/graphs.jsp
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 <html>
 <head>
-  <title>Tor Metrics Portal: Tools</title>
+  <title>Tor Metrics Portal: Graphs</title>
   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
   <link href="/css/stylesheet-ltr.css" type="text/css" rel="stylesheet">
   <link href="/images/favicon.ico" type="image/x-icon" rel="shortcut icon">
diff --git a/web/WEB-INF/index.jsp b/web/WEB-INF/index.jsp
index c63d2e5..255465d 100644
--- a/web/WEB-INF/index.jsp
+++ b/web/WEB-INF/index.jsp
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 <html>
 <head>
-  <title>Tor Metrics Portal: Tools</title>
+  <title>Tor Metrics Portal</title>
   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
   <link href="/css/stylesheet-ltr.css" type="text/css" rel="stylesheet">
   <link href="/images/favicon.ico" type="image/x-icon" rel="shortcut icon">
diff --git a/web/WEB-INF/network.jsp b/web/WEB-INF/network.jsp
index 84623ba..ff4a357 100644
--- a/web/WEB-INF/network.jsp
+++ b/web/WEB-INF/network.jsp
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 <html>
 <head>
-  <title>Tor Metrics Portal: Tools</title>
+  <title>Tor Metrics Portal: Network</title>
   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
   <link href="/css/stylesheet-ltr.css" type="text/css" rel="stylesheet">
   <link href="/images/favicon.ico" type="image/x-icon" rel="shortcut icon">
diff --git a/web/WEB-INF/packages.jsp b/web/WEB-INF/packages.jsp
index 4d08c0d..5decbef 100644
--- a/web/WEB-INF/packages.jsp
+++ b/web/WEB-INF/packages.jsp
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 <html>
 <head>
-  <title>Tor Metrics Portal: Tools</title>
+  <title>Tor Metrics Portal: Packages</title>
   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
   <link href="/css/stylesheet-ltr.css" type="text/css" rel="stylesheet">
   <link href="/images/favicon.ico" type="image/x-icon" rel="shortcut icon">
@@ -11,7 +11,7 @@
     <%@ include file="banner.jsp"%>
     <div class="main-column">
 <%@page import="java.util.*" %>
-<h2>Tor Metrics Portal: Downloaded Packages</h2>
+<h2>Tor Metrics Portal: Packages</h2>
 <br>
 <h3>Packages requested from GetTor</h3>
 <br>
diff --git a/web/WEB-INF/papers.jsp b/web/WEB-INF/papers.jsp
index 21634c4..c62091c 100644
--- a/web/WEB-INF/papers.jsp
+++ b/web/WEB-INF/papers.jsp
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 <html>
 <head>
-  <title>Tor Metrics Portal: Tools</title>
+  <title>Tor Metrics Portal: Papers</title>
   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
   <link href="/css/stylesheet-ltr.css" type="text/css" rel="stylesheet">
   <link href="/images/favicon.ico" type="image/x-icon" rel="shortcut icon">
@@ -75,17 +75,6 @@
           (<a href="papers/geoipdbcomp-2009-10-23.pdf">PDF</a>,
           546K from October 23, 2009).</li>
         </ul>
-        <h2>Tor Metrics Portal: Status</h2>
-        <br>
-        <p>The network data collected by the Tor Metrics Project can be
-        used to analyze the Tor network status from a few years ago until
-        an hour ago. There are currently two applications for this data:
-        The <a href="exonerator.html">ExoneraTor</a> tells you whether
-        some IP address was a Tor relay at a given time, the
-        <a href="relay-search.html">Relay Search</a> lets you search the
-        descriptor archive for a relay, and the
-        <a href="consensus-health.html">Consensus Health</a> summarizes
-        information about the latest network consensus voting process.
     </div>
   </div>
   <div class="bottom" id="bottom">
diff --git a/web/WEB-INF/performance.jsp b/web/WEB-INF/performance.jsp
index 5dcc97f..6365196 100644
--- a/web/WEB-INF/performance.jsp
+++ b/web/WEB-INF/performance.jsp
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 <html>
 <head>
-  <title>Tor Metrics Portal: Tools</title>
+  <title>Tor Metrics Portal: Performance</title>
   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
   <link href="/css/stylesheet-ltr.css" type="text/css" rel="stylesheet">
   <link href="/images/favicon.ico" type="image/x-icon" rel="shortcut icon">
diff --git a/web/WEB-INF/research.jsp b/web/WEB-INF/research.jsp
index 6f473bd..257cc21 100644
--- a/web/WEB-INF/research.jsp
+++ b/web/WEB-INF/research.jsp
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 <html>
 <head>
-  <title>Tor Metrics Portal: Tools</title>
+  <title>Tor Metrics Portal: Research</title>
   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
   <link href="/css/stylesheet-ltr.css" type="text/css" rel="stylesheet">
   <link href="/images/favicon.ico" type="image/x-icon" rel="shortcut icon">
diff --git a/web/WEB-INF/status.jsp b/web/WEB-INF/status.jsp
index ee493ea..d6b565e 100644
--- a/web/WEB-INF/status.jsp
+++ b/web/WEB-INF/status.jsp
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 <html>
 <head>
-  <title>Tor Metrics Portal: Tools</title>
+  <title>Tor Metrics Portal: Status</title>
   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
   <link href="/css/stylesheet-ltr.css" type="text/css" rel="stylesheet">
   <link href="/images/favicon.ico" type="image/x-icon" rel="shortcut icon">
diff --git a/web/WEB-INF/users.jsp b/web/WEB-INF/users.jsp
index c5b592a..b54fb8b 100644
--- a/web/WEB-INF/users.jsp
+++ b/web/WEB-INF/users.jsp
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 <html>
 <head>
-  <title>Tor Metrics Portal: Tools</title>
+  <title>Tor Metrics Portal: Users</title>
   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
   <link href="/css/stylesheet-ltr.css" type="text/css" rel="stylesheet">
   <link href="/images/favicon.ico" type="image/x-icon" rel="shortcut icon">
-- 
1.7.1



More information about the tor-commits mailing list