[tor-commits] [metrics-db/master] Start new homepage dubbed CollecTor.

karsten at torproject.org karsten at torproject.org
Tue Jun 3 07:37:07 UTC 2014


commit f96381e6543e4ebcd45d239a980a80983784b124
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Tue Jun 3 09:26:54 2014 +0200

    Start new homepage dubbed CollecTor.
    
    From now on we're going to provide Tor network data ourselves, rather than
    relying on metrics-web to do that for us.
---
 web/css/style.css |   38 +++++++++++++++++++++
 web/index.html    |   95 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 133 insertions(+)

diff --git a/web/css/style.css b/web/css/style.css
new file mode 100644
index 0000000..9978a5d
--- /dev/null
+++ b/web/css/style.css
@@ -0,0 +1,38 @@
+body { font-family: "Open Sans","lucida grande","Segoe UI",arial,verdana,
+  "lucida sans unicode",tahoma,sans-serif; background: #fafafa;
+  font-size: 13px; line-height: 22px; color: #222; }
+h1 { font-size: 20px; font-weight: normal; text-align: center; }
+h3 { color: #7D4698; position: relative }
+a { color: #7D4698; text-decoration: none; font-weight: bold; }
+ul { list-style: none; padding: 0; margin: 0; }
+p { margin: 0; padding: 10px; }
+a[name] { padding: 0; margin: 0; }
+.box { max-width: 850px; width: 100%; margin: 0 auto 30px auto;
+  padding-bottom: 30px; background: white; border: 1px solid #eee; }
+.box > * { margin-left: 30px; margin-right: 30px; }
+.box h3 a { visibility: hidden; }
+.box:hover h3 a { visibility: visible; }
+.api-request { border-bottom: 1px solid #eee; position: relative }
+.request-url, .request-type, .request-response { padding: 8px 10px;
+  vertical-align: middle }
+.request-type { color: #57145F; display: inline-block; }
+.request-url { color: #333; font-size: 18px; }
+.request-response { position: absolute; color: #666; right: 0; }
+h3 .request-response { padding: 0 !important; }
+.api-urls>li:last-child { border-bottom: 0; }
+.required-true, .required-false, .typeof { display: inline-block;
+  vertical-align: middle; padding: 5px 10px; }
+.required-true { color: #1d7508; }
+.required-false { color: #aaa; }
+.properties { margin-top: 10px; margin-bottom: 10px;
+  border: 1px solid #eee; }
+.properties li { padding: 5px 0; }
+.properties li ul { border: 1px solid #eee; margin: 10px 10px 10px 40px;
+  background: white; }
+.properties .properties { margin-left: 10px; }
+.properties li:nth-child(even) { background: #fafafa; }
+.properties p { padding: 10px 15px; }
+.properties b { padding: 5px 10px; display: inline-block;
+  vertical-align: middle; }
+.api-urls{ margin-top: 30px; margin-bottom: 30px; }
+
diff --git a/web/index.html b/web/index.html
new file mode 100644
index 0000000..c687798
--- /dev/null
+++ b/web/index.html
@@ -0,0 +1,95 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+<title>CollecTor — your friendly data-collecting service in the Tor
+network</title>
+<link href="css/style.css" type="text/css" rel="stylesheet">
+<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
+<link href="favicon.ico" type="image/x-icon" rel="shortcut icon">
+</head>
+<body>
+
+<div class="box">
+
+<h1>CollecTor — your friendly data-collecting service in the Tor
+network</h1>
+
+<p>
+Welcome to CollecTor, your friendly data-collecting service in the Tor
+network.
+CollecTor fetches data from various nodes and services in the public Tor
+network and makes it available to the world.
+If you're doing research on the Tor network, or if you're developing an
+application that uses Tor network data, this is your place to start.
+</p>
+
+</div> <!-- box -->
+
+<div class="box">
+
+<a name="archive"></a>
+<h3>Archive of monthly tarballs <a href="#archive">#</a></h3>
+
+<p>
+We have over 10 years of Tor network data available for download in
+monthly tarballs.
+The latest tarballs are updated every few days.
+So, if you want to fetch data covering an extended period of time, monthly
+tarballs are for you.
+Note that tarballs can decompress to 20 times the compressed size or even
+more.
+</p>
+
+<p>
+Monthly tarballs can be browsed and downloaded here:
+</p>
+
+<pre>
+    <a href="archive/">https://collector.torproject.org/archive/</a>
+</pre>
+
+</div> <!-- box -->
+
+<div class="box">
+
+<a name="recent"></a>
+<h3>The latest 72 hours <a href="#recent">#</a></h3>
+
+<p>
+If you're only interested in recently published data, we also have data
+from the last 72 hours available for you.
+In contrast to monthly tarballs, this data set is updated every hour.
+If you have already bootstrapped your application with monthly tarballs
+and want to stay up-to-date, or if you just want to take a peak at the
+latest data, this is your data set.
+</p>
+
+<p>
+The latest 72 hours of data are also available here:
+</p>
+
+<pre>
+    <a href="recent/">https://collector.torproject.org/recent/</a>
+</pre>
+
+</div> <!-- box -->
+
+<div class="box">
+
+<a name="next"></a>
+<h3>What's next? <a href="#next">#</a></h3>
+
+<p>
+Do you need support?
+If you have any questions or feedback about the Tor network data provided
+here, we'd like to hear from you!
+Please send mail to the
+<a href="mailto:tor-dev at lists.torproject.org">Tor development mailing
+list</a>.
+</p>
+
+</div>
+
+</body>
+</html>
+



More information about the tor-commits mailing list