[or-cvs] r13143: subscribe.template has a proper name now. -jake (weather/trunk)

ioerror at seul.org ioerror at seul.org
Wed Jan 16 02:34:58 UTC 2008


Author: ioerror
Date: 2008-01-15 21:34:57 -0500 (Tue, 15 Jan 2008)
New Revision: 13143

Added:
   weather/trunk/subscribe.template
Removed:
   weather/trunk/subscribe.html
Log:
subscribe.template has a proper name now. -jake


Deleted: weather/trunk/subscribe.html
===================================================================
--- weather/trunk/subscribe.html	2008-01-15 23:25:56 UTC (rev 13142)
+++ weather/trunk/subscribe.html	2008-01-16 02:34:57 UTC (rev 13143)
@@ -1,15 +0,0 @@
-<html>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<form method="post" action="/subscribe">
-You can use this form to request status updates to tell you when a particular
-Tor node has become unreachable for a sustained period of time.
-<p>
-<input type="text" name="email" size="18" maxlength="255" value="Enter email address" onclick="if (this.value == 'Enter email address') {this.value = ''}" />
-</p><p>
-<input type="text" name="node" size="18" maxlength="255" value="Enter Tor node ID" onclick="if (this.value == 'Enter Tor node ID') {this.value = ''}" />
-</p><p>
-<input type="submit" class="submit" value="Subscribe to Tor Weather" name="sa"/>
-</p>
-<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>
-</html>

Copied: weather/trunk/subscribe.template (from rev 13142, weather/trunk/subscribe.html)
===================================================================
--- weather/trunk/subscribe.template	                        (rev 0)
+++ weather/trunk/subscribe.template	2008-01-16 02:34:57 UTC (rev 13143)
@@ -0,0 +1,15 @@
+<html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<form method="post" action="/subscribe">
+You can use this form to request status updates to tell you when a particular
+Tor node has become unreachable for a sustained period of time.
+<p>
+<input type="text" name="email" size="18" maxlength="255" value="Enter email address" onclick="if (this.value == 'Enter email address') {this.value = ''}" />
+</p><p>
+<input type="text" name="node" size="18" maxlength="255" value="Enter Tor node ID" onclick="if (this.value == 'Enter Tor node ID') {this.value = ''}" />
+</p><p>
+<input type="submit" class="submit" value="Subscribe to Tor Weather" name="sa"/>
+</p>
+<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>
+</html>



More information about the tor-commits mailing list