add a skeleton donate! page. and stop linking to the research page, to make room for it.
Roger Dingledine

Roger Dingledine commited on 2005-12-21 12:31:32
Zeige 3 geänderte Dateien mit 42 Einfügungen und 4 Löschungen.

... ...
@@ -0,0 +1,40 @@
1
+## translation metadata
2
+# Revision: $Revision$
3
+
4
+#include "head.wmi" TITLE="Tor: Donate!"
5
+
6
+<div class="main-column">
7
+
8
+<h2>Donate to the Tor project!</h2>
9
+<hr />
10
+
11
+<p>
12
+If you use Tor and would like to help support it, please consider making
13
+a donation to the Tor project.
14
+</p>
15
+
16
+<!--
17
+<p>As of October 2005, Tor development is not funded by anybody.
18
+(We're still working with EFF for legal support, but they no longer
19
+have any money for supporting Tor.) Your donation will help Roger and
20
+Nick focus on Tor development and usability, so they don't have to get
21
+distracted by other jobs.</p>
22
+-->
23
+
24
+<form id="donate" action="https://www.paypal.com/cgi-bin/webscr" method="post">
25
+  <p> Donate (via PayPal):
26
+<input type="radio" name="amount" value="20.00" checked="checked" />$20
27
+<input type="radio" name="amount" value="10.00" />$10
28
+<input type="radio" name="amount" value="" />other
29
+<input name="submit" type="submit" class="button" value="Donate!" />
30
+<input type="hidden" name="cmd" value="_xclick" />
31
+<input type="hidden" name="business" value="donations@freehaven.net" />
32
+<input type="hidden" name="item_name" value="Tor" />
33
+<input type="hidden" name="no_shipping" value="1" />
34
+</p>
35
+
36
+</form>
37
+
38
+  </div><!-- #main -->
39
+
40
+#include <foot.wmi>
... ...
@@ -10,11 +10,9 @@
10 10
 <br />
11 11
 
12 12
 <a href="<page overview>"><img src="$(IMGROOT)/how_tor_works_thumb.png" alt="How Tor Works" /></a>
13
-<!--
14 13
 <div class="donatebutton">
15
-<a href="http://secure.eff.org/tor">Support Tor by giving to EFF</a>
14
+<a href="<page donate>">Support Tor: donate!</a>
16 15
 </div>
17
--->
18 16
 <div class="donatebutton">
19 17
 <a href="gui/">Want a better Tor GUI?</a>
20 18
 </div>
... ...
@@ -13,7 +13,7 @@
13 13
 		'faq'			, 'FAQs',
14 14
 		'volunteer'		, 'Volunteer',
15 15
 		'developers'		, 'Developers',
16
-		'research'		, 'Research',
17 16
 		'people'		, 'People',
17
+		'donate'		, 'Donate!',
18 18
 	);
19 19
 :>
20 20