a new page to be more transparent about our past and current sponsors
Roger Dingledine

Roger Dingledine commited on 2008-03-05 01:50:08
Zeige 2 geänderte Dateien mit 43 Einfügungen und 1 Löschungen.

... ...
@@ -110,7 +110,8 @@ notes</a> are available.</li>
110 110
 
111 111
 <li><b>We are actively looking for new sponsors and funding.</b>
112 112
 If your organization has an interest in keeping the Tor network usable
113
-and fast, please <a href="<page contact>">contact us</a>. Sponsors of Tor
113
+and fast, please <a href="<page contact>">contact us</a>.
114
+<a href="<page sponsors>">Sponsors of Tor</a>
114 115
 also get personal attention, better support, publicity (if they want it),
115 116
 and get to influence the direction of our research and development.
116 117
 <a href="<page donate>">Please donate.</a></li>
... ...
@@ -0,0 +1,41 @@
1
+## translation metadata
2
+# Revision: $Revision: 13768 $
3
+
4
+#include "head.wmi" TITLE="Tor: Sponsors"
5
+
6
+<div class="main-column">
7
+
8
+<h2>Tor: Sponsors</h2>
9
+<hr />
10
+
11
+<p>
12
+Tor's <a href="<page torusers>">diversity of users</a> means we
13
+have a diversity of funding sources too &mdash; and we're eager to diversify
14
+even further! Our sponsors have included:
15
+</p>
16
+
17
+<ul>
18
+<li><a href="http://chacs.nrl.navy.mil/">DARPA, ONR, and others via Naval Research Lab</a> (2002-2005)</li>
19
+<li><a href="https://www.eff.org/">Electronic Frontier Foundation</a> (2004-2005)</li>
20
+<li><a href="http://www.omidyar.net/">Omidyar Network Enzyme Grant</a> (2006)</li>
21
+<li>Bell Security Solutions Inc (2006)</li>
22
+<li><a href="http://seclab.cs.rice.edu/lab/2005/08/01/seclab-awarded-grant-to-study-security-of-p2p/">NSF via Rice University</a> (2006-2007)</li>
23
+<li>An anonymous European NGO (2006-2007)</li>
24
+<li><a href="<page donate>">More than 500 personal donations from
25
+individuals like you</a> (2006-2008)</li>
26
+<li><a href="http://www.ibb.gov/">International Broadcasting Bureau</a> (2006-2008)</li>
27
+<li><a href="http://www.cyber-ta.org/">Cyber-TA project</a> (2006-2008)</li>
28
+<li><a href="http://code.google.com/soc/">Google Summer of Code</a> (2007)</li>
29
+<li><a href="http://www.hrw.org/">Human Rights Watch</a> (2007)</li>
30
+</ul>
31
+
32
+<p>Thank you to all the people and groups who have made Tor possible so
33
+far, and thank you especially to the individual volunteers who have made
34
+non-financial contributions: coding, testing, documenting, educating,
35
+researching, and running the relays that make up the Tor network.
36
+</p>
37
+
38
+</div><!-- #main -->
39
+
40
+#include <foot.wmi>
41
+
0 42