[or-cvs] add a skeleton donate! page.

arma at seul.org arma at seul.org
Wed Dec 21 11:31:34 UTC 2005


Update of /home2/or/cvsroot/website/en
In directory moria:/home/arma/work/onion/cvs/website/en

Modified Files:
	index.wml navigation.wmi 
Added Files:
	donate.wml 
Log Message:
add a skeleton donate! page.
and stop linking to the research page, to make room for it.


--- NEW FILE: donate.wml ---
## translation metadata
# Revision: $Revision: 1.1 $

#include "head.wmi" TITLE="Tor: Donate!"

<div class="main-column">

<h2>Donate to the Tor project!</h2>
<hr />

<p>
If you use Tor and would like to help support it, please consider making
a donation to the Tor project.
</p>

<!--
<p>As of October 2005, Tor development is not funded by anybody.
(We're still working with EFF for legal support, but they no longer
have any money for supporting Tor.) Your donation will help Roger and
Nick focus on Tor development and usability, so they don't have to get
distracted by other jobs.</p>
-->

<form id="donate" action="https://www.paypal.com/cgi-bin/webscr" method="post">
  <p> Donate (via PayPal):
<input type="radio" name="amount" value="20.00" checked="checked" />$20
<input type="radio" name="amount" value="10.00" />$10
<input type="radio" name="amount" value="" />other
<input name="submit" type="submit" class="button" value="Donate!" />
<input type="hidden" name="cmd" value="_xclick" />
<input type="hidden" name="business" value="donations at freehaven.net" />
<input type="hidden" name="item_name" value="Tor" />
<input type="hidden" name="no_shipping" value="1" />
</p>

</form>

  </div><!-- #main -->

#include <foot.wmi>

Index: index.wml
===================================================================
RCS file: /home2/or/cvsroot/website/en/index.wml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -d -r1.5 -r1.6
--- index.wml	27 Oct 2005 02:17:24 -0000	1.5
+++ index.wml	21 Dec 2005 11:31:32 -0000	1.6
@@ -10,11 +10,9 @@
 <br />
 
 <a href="<page overview>"><img src="$(IMGROOT)/how_tor_works_thumb.png" alt="How Tor Works" /></a>
-<!--
 <div class="donatebutton">
-<a href="http://secure.eff.org/tor">Support Tor by giving to EFF</a>
+<a href="<page donate>">Support Tor: donate!</a>
 </div>
--->
 <div class="donatebutton">
 <a href="gui/">Want a better Tor GUI?</a>
 </div>

Index: navigation.wmi
===================================================================
RCS file: /home2/or/cvsroot/website/en/navigation.wmi,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -d -r1.3 -r1.4
--- navigation.wmi	8 Oct 2005 12:16:45 -0000	1.3
+++ navigation.wmi	21 Dec 2005 11:31:32 -0000	1.4
@@ -13,7 +13,7 @@
 		'faq'			, 'FAQs',
 		'volunteer'		, 'Volunteer',
 		'developers'		, 'Developers',
-		'research'		, 'Research',
 		'people'		, 'People',
+		'donate'		, 'Donate!',
 	);
 :>



More information about the tor-commits mailing list