[or-cvs] r13512: Addition of wider fields (weasel requested), a small FAQ and (weather/trunk)

ioerror at seul.org ioerror at seul.org
Thu Feb 14 20:20:43 UTC 2008


Author: ioerror
Date: 2008-02-14 15:20:43 -0500 (Thu, 14 Feb 2008)
New Revision: 13512

Modified:
   weather/trunk/subscribe.template
Log:
Addition of wider fields (weasel requested), a small FAQ and slight rewording of the now wider fields.


Modified: weather/trunk/subscribe.template
===================================================================
--- weather/trunk/subscribe.template	2008-02-14 17:57:13 UTC (rev 13511)
+++ weather/trunk/subscribe.template	2008-02-14 20:20:43 UTC (rev 13512)
@@ -32,13 +32,19 @@
 
 <p>
 Email:<br>
-<input type="text" name="email" size="18" maxlength="255" value="Enter email address" onclick="if (this.value == 'Enter email address') {this.value = ''}" />
+<input type="text" name="email" size="50" maxlength="255" value="Enter one email address" onclick="if (this.value == 'Enter one email address') {this.value = ''}" />
 </p><p>
 Node fingerprint:<br>
-<input type="text" name="node" size="18" maxlength="255" value="Enter Tor node ID" onclick="if (this.value == 'Enter Tor node ID') {this.value = ''}" />
+<input type="text" name="node" size="50" maxlength="255" value="Enter one Tor node ID" onclick="if (this.value == 'Enter one Tor node ID') {this.value = ''}" />
 </p><p>
 <input type="submit" class="submit" value="Subscribe to Tor Weather" name="sa"/>
 </p>
+<hr>
+<h3>FAQ</h3>
+<br>
+<p>Q: <b>Where can I find the fingerprint for my server?</b></p>
+<p>A: <i>Often your node fingerprint can be found on unix-like machines in the file: <tt>/var/lib/tor/fingerprint</tt></i></p>
+<hr>
 <p><i>Please note that while we won't ever intentionally publish them, the address/node pairs sent to this server are not protected against SMTP eavesdropping, hacking, or lawyers.</i>
 </form>
 </div>



More information about the tor-commits mailing list