make the tshirt page a real wml file
Roger Dingledine

Roger Dingledine commited on 2007-10-18 10:03:27
Zeige 1 geänderte Dateien mit 21 Einfügungen und 17 Löschungen.

... ...
@@ -1,19 +1,24 @@
1
-<html>
2
-<head>
3
-<title>Tor T-shirt</title>
4
-</head>
5
-<body>
1
+## translation metadata
2
+# Revision: $Revision$
3
+
4
+#include "head.wmi" TITLE="T-shirt"
5
+
6
+<div class="main-column">
7
+
8
+<h2>Tor: T-shirt for Contributing</h2>
9
+<hr />
6 10
 
7 11
 <p>You can get one of these fine Tor T-shirts for contributing to the
8 12
 Tor project. There are three primary ways of contributing:</p>
9 13
 
10 14
 <ul>
11
-<li>A <a href="donate">tax-deductible donation</a> to the Tor Project.</li>
12
-<li>Operate a fast <a href="docs/tor-doc-server">Tor server</a> that's
13
-been running for the past two months: you are eligible if you allow
14
-exits to port 80 and you average 100 KB/s traffic, or if you're not an
15
-exit but you average 500 KB/s traffic.</li>
16
-<li>Help out in other ways. <a href="translation">Maintain
15
+<li>A large enough <a href="<page donate>">donation</a> to the Tor
16
+Project.</li>
17
+<li>Operate a fast <a href="<page docs/tor-doc-server>">Tor server</a>
18
+that's been running for the past two months: you are eligible if you
19
+allow exits to port 80 and you average 100 KB/s traffic, or if you're
20
+not an exit but you average 500 KB/s traffic.</li>
21
+<li>Help out in other ways. <a href="<page translation>">Maintain
17 22
 a translation for the website</a>. Write a good <a
18 23
 href="http://wiki.noreply.org/noreply/TheOnionRouter/SupportPrograms">support
19 24
 program and get a lot of people to use it</a>. Do research on Tor
... ...
@@ -23,10 +28,9 @@ advocate.
23 28
 </ul>
24 29
 
25 30
 <p>
26
-If you qualify,
27
-mail tor-tshirt at freehaven dot net with a brief explanation. Be sure
28
-to specify a size (S/M/L/XL/XXL), a backup size if your first choice
29
-isn't available, and a shipping address.
31
+If you qualify, send mail to donations at torproject dot net with a
32
+brief explanation. Be sure to specify a size (S/M/L/XL/XXL), a backup
33
+size if your first choice isn't available, and a shipping address.
30 34
 </p>
31 35
 
32 36
 <p>
... ...
@@ -42,7 +46,7 @@ action</a> &mdash; add your own photos there too.
42 46
 <a href="tshirt/back-big.jpg"><img src="tshirt/back.jpg" /></a>
43 47
 </div>
44 48
 
45
-</body>
49
+  </div><!-- #main -->
46 50
 
47
-</html>
51
+#include <foot.wmi>
48 52
 
49 53