[or-cvs] r18498: {website} Add a short paragraph to address questions about named route (in website/trunk: de en)

sebastian at seul.org sebastian at seul.org
Wed Feb 11 23:21:27 UTC 2009


Author: sebastian
Date: 2009-02-11 18:21:26 -0500 (Wed, 11 Feb 2009)
New Revision: 18498

Modified:
   website/trunk/de/index.wml
   website/trunk/en/faq.wml
Log:
Add a short paragraph to address questions about named routers.

Maybe we should add another entry to explain that naming is bad and broken

Modified: website/trunk/de/index.wml
===================================================================
--- website/trunk/de/index.wml	2009-02-11 22:21:50 UTC (rev 18497)
+++ website/trunk/de/index.wml	2009-02-11 23:21:26 UTC (rev 18498)
@@ -18,7 +18,7 @@
 <p><a href="<page overview>">Wie funktioniert Tor genau?</a></p>
 <hr />
 <div class="downloadbutton">
-<p><a href="<page easy-download>">Lade  Tor herunter</a></p>
+<p><a href="<page easy-download>">Lade Tor herunter</a></p>
 </div>
 
 <div class="donatebutton">

Modified: website/trunk/en/faq.wml
===================================================================
--- website/trunk/en/faq.wml	2009-02-11 22:21:50 UTC (rev 18497)
+++ website/trunk/en/faq.wml	2009-02-11 23:21:26 UTC (rev 18498)
@@ -45,6 +45,9 @@
 <p>Running a Tor client:</p>
 
 <p>Running a Tor relay:</p>
+<ul>
+<li><a href="#WhyNotNamed">Why is my Tor relay not named?</li>
+</ul>
 
 <p>Running a Tor hidden service:</p>
 
@@ -661,6 +664,21 @@
 
 <hr />
 
+<a id="WhyNotNamed"></a>
+<h3><a class="anchor" href="#WhyNotNamed">Why is my Tor relay not named?</a></h3>
+
+<p>
+We currently use these metrics to determine if your relay should be named:<br />
+</p>
+<ul>
+<li>The name is not currently mapped to a different key. Existing mappings
+are removed after 6 months of inactivity from a relay.</li>
+<li>The relay must have been around for at least two weeks.</li>
+<li>No other router may have wanted the same name in the past month.</li>
+</ul>
+
+<hr />
+
 <a id="KeyManagement"></a>
 <h3><a class="anchor" href="#KeyManagement">Tell me about all the keys
 Tor uses.</a></h3>



More information about the tor-commits mailing list