[tor-commits] [onionoo/master] Stop highlighting news from 1 month ago.

karsten at torproject.org karsten at torproject.org
Thu Jun 14 12:25:43 UTC 2012


commit ac4867d4bbd37fe526f1e00d8e7e21022cc56621
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Thu Jun 14 14:23:44 2012 +0200

    Stop highlighting news from 1 month ago.
---
 web/index.html |   17 +++--------------
 1 files changed, 3 insertions(+), 14 deletions(-)

diff --git a/web/index.html b/web/index.html
index 1cbe975..5ea7743 100755
--- a/web/index.html
+++ b/web/index.html
@@ -240,12 +240,11 @@ relay's first onion-routing IP address.
 Optional field.
 Omitted if the relay IP address could not be found in the AS
 database.</li>
-<li><b><font color="blue">"consensus_weight":</font></b> Bandwidth weight
-assigned to this relay by the directory authorities.
+<li><b>"consensus_weight":</b> Bandwidth weight assigned to this relay by
+the directory authorities.
 The unit is arbitrary; currently it's kilobytes per second, but that might
 change in the future.
-Required field.
-Added on May 14, 2012.</li>
+Required field.</li>
 <li><b>"last_restarted":</b> UTC timestamp (YYYY-MM-DD hh:mm:ss) when the
 relay was last (re-)started.
 Optional field.</li>
@@ -576,21 +575,18 @@ more relay and/or bridge documents.</p>
 <td><b>GET summary</b></td>
 <td>Return summaries of all relays and bridges that are currently running
 or that have been running in the past week.
-<font color="blue">Method added on May 14, 2012.</font>
 </td>
 </tr>
 <tr>
 <td><b>GET details</b></td>
 <td>Return details of all relays and bridges that are currently running
 or that have been running in the past week.
-<font color="blue">Method added on May 14, 2012.</font>
 </td>
 </tr>
 <tr>
 <td><b>GET bandwidth</b></td>
 <td>Return bandwidth documents of all relays and bridges that are
 currently running or that have been running in the past week.
-<font color="blue">Method added on May 14, 2012.</font>
 </td>
 </tr>
 </table>
@@ -604,12 +600,10 @@ of relay and/or bridge documents to be included in the response.</p>
 <tr><td><b>type</b></td><td>Return only relay (parameter value
 <b>relay</b>) or only bridge documents (parameter value
 <b>bridge</b>).
-<font color="blue">Parameter added on May 14, 2012.</font>
 </td></tr>
 <tr><td><b>running</b></td><td>Return only running (parameter value
 <b>true</b>) or only non-running relays and/or bridges (paramter value
 <b>false</b>).
-<font color="blue">Parameter added on May 14, 2012.</font>
 </td></tr>
 <tr><td><b>search</b></td><td>Return only relays with the parameter value
 matching the beginning of a nickname, (possibly $-prefixed) fingerprint,
@@ -619,7 +613,6 @@ Searches are case-insensitive.
 Full fingerprints should always be hashed using SHA-1, regardless of
 searching for a relay or a bridge, in order to not accidentally leak
 non-hashed bridge fingerprints in the URL.
-<font color="blue">Parameter added on May 14, 2012.</font>
 <font color="blue">Extended search to bridge nicknames on June 14,
 2012.</font>
 </td></tr>
@@ -629,7 +622,6 @@ matching the hashed fingerprint.
 Fingerprints should always be hashed using SHA-1, regardless of looking up
 a relay or a bridge, in order to not accidentally leak non-hashed bridge
 fingerprints in the URL.
-<font color="blue">Parameter added on May 14, 2012.</font>
 </td></tr>
 </table>
 <p>Relay and/or bridge documents in the response can be ordered and
@@ -650,17 +642,14 @@ Relays which don't have any value for a field to be ordered by are always
 appended to the end, regardless or sorting order.
 If no <b>order</b> parameter is given, ordering of results is
 undefined.
-<font color="blue">Parameter added on May 14, 2012.</font>
 </td></tr>
 <tr><td><b>offset</b></td><td>Skip the given number of relays and/or
 bridges.
-<font color="blue">Parameter added on May 14, 2012.</font>
 </td></tr>
 <tr><td><b>limit</b></td><td>Limit result to the given number of
 relays and/or bridges.
 When used together with <b>offset</b>, the offsetting step precedes the
 limiting step.
-<font color="blue">Parameter added on May 14, 2012.</font>
 </td></tr>
 </table>
 </body>



More information about the tor-commits mailing list