Skip to content

Commit f7d3fb7

Browse files
committed
Add website in docs directory as required by github
1 parent de732c0 commit f7d3fb7

File tree

4 files changed

+232
-0
lines changed

4 files changed

+232
-0
lines changed

docs/index.html

Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
<html>
2+
<head>
3+
<link rel="stylesheet" type="text/css" href="style.css" />
4+
<title>Tor2web: Browse the Tor Onion Services</title>
5+
</head>
6+
<body><div class="header">
7+
<h1>Tor2web: Browse the Tor Onion Services </h1>
8+
</div><div class="body">
9+
10+
<h2>What's Tor2web</h2>
11+
<p><a href="https://www.torproject.org/">Tor</a> is a software project that lets you anonymously browse the Internet.
12+
Tor2web is a project to let Internet users access Tor Onion Services without using <a href="https://www.torproject.org/projects/torbrowser.html.en" target="_blank">Tor Browser</a>.</p>
13+
14+
<h2>Getting started</h2>
15+
16+
<p>Whenever you see a URL like <code>http://duskgytldkxiuqc6.onion/</code>, that's a Tor Onion service. Just replace <code>.onion</code> with <code>.onion.to</code> or <code>.onion.city</code> or <code>.onion.cab</code> or <code>.onion.direct</code> or any other domain made available by volounteers Tor2web operators Example:</p>
17+
18+
<pre><a href="https://duskgytldkxiuqc6.onion.to/">https://duskgytldkxiuqc6.onion.to/</a></pre>
19+
20+
<p>This connects you with Tor2web, which then talks to the onion service via Tor and relays the response back to you.</p>
21+
22+
<p><strong>WARNING:</strong> Tor2web only protects publishers, <em>not readers</em>. As a reader <a href="https://www.torproject.org/projects/torbrowser.html.en" target="_blank">installing Tor Browser</a> will give you much greater anonymity, confidentiality, and authentication than using Tor2web. Using Tor2web trades off security for convenience and usability.</p>
23+
24+
<h2>Tor2web & Tor Onion Sites Resources</h2>
25+
Below a set of useful resources, Tor Onion Services indexes, search engines and applications available on the internet trough Tor2web Proxies:
26+
27+
<ul>
28+
<li><a href="https://ahmia.fi/address/" target="_blank">Ahmia Directory of Tor Onion sites</a></li>
29+
<li><a href="https://ahmia.fi/search/" target="_blank">Ahmia Search Engine for Tor Onion site</a></li>
30+
<li><a href="http://onion.city" target="_blank">Onion City: Google+Tor2web Powered search engine for Tor Onion Site</a></li>
31+
<li><a href="https://en.wikipedia.org/wiki/GlobaLeaks#Implementations" target="_blank">GlobaLeaks+Tor2web Whistleblowing Sites</a></li>
32+
</ul>
33+
34+
35+
<h2>Contribute to the Tor2web Project</h2>
36+
37+
<ul>
38+
<li><a target="_blank" href="https://github.com/globaleaks/Tor2web/wiki/Installation-Guide">Contribute to Tor2web Network: Installation Guide to setup your own Tor2web proxy</a></li>
39+
<li><a target="_blank" href="https://github.com/globaleaks/Tor2web/wiki/Setting-up-development-environment">Contribute to Tor2web Code: Setting up Dev Environment!</a></li>
40+
<li><a target="_blank" href="/legal-us.html">Is this legal in United States (US)?</a></li>
41+
<li><a target="_blank" href="/legal-de.html">Is this legal in Germany (DE)?</a></li>
42+
</ul>
43+
44+
45+
<h2>Support us</h2>
46+
You can donate to <a href="http://logioshermes.org">Hermes Center</a> to support Tor2web project development:
47+
<br>
48+
<br>
49+
50+
<table align="left">
51+
<tbody>
52+
<tr>
53+
<td>
54+
<a href="https://tor2web.org/bitcoin.html" target="_blank"><img src="https://bitpay.com/img/donate-button-sm.png"></a>
55+
56+
</td>
57+
</tr>
58+
</tbody>
59+
</table>
60+
61+
<table align="left">
62+
<tbody>
63+
<tr>
64+
<td>
65+
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
66+
<input type="hidden" name="cmd" value="_s-xclick">
67+
<input type="hidden" name="hosted_button_id" value="22CAHH6GRRCTC">
68+
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_subscribeCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
69+
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
70+
</form>
71+
</td>
72+
</tr>
73+
</tbody>
74+
</table>
75+
76+
<br>
77+
Or Pledge a Tor2web feature <a href="https://www.bountysource.com/teams/globaleaks/issues?tracker_ids=318575" target="_blank">BountySource</a> !
78+
79+
<br>
80+
81+
<h2>Read more</h2>
82+
83+
<ul>
84+
<li>2015 StackExchange: <a href="http://tor.stackexchange.com/questions/3898/what-are-the-best-tor2web-anonymous-gateways" target="_blank">What are the best Tor2Web anonymous gateways?</a>
85+
<li>2014: Ahmia <a target="_blank" href="https://www.ahmia.fi/stats/tor2web">Tor2web Statistics</a></li>
86+
<li>2013: e-privacy tor2web talk (pellerano) <a href="http://urna.winstonsmith.org/materiali/2013/atti/16_ep2013_pellerano_tor2web.pdf" target="_blank">Tor2web: exposing the darknet on Internet</a></li>
87+
<li>2012: e-privacy tor2web talk (pietrosanti) <a href="http://urna.winstonsmith.org/materiali/2012/atti/Pietrosanti_Tor2web.pdf" target="_blank">Tor2web Past, Present, Future of anonymous Publishing Infrastructure</a></li>
88+
<li>2008: Wired: <a href="http://blog.wired.com/27bstroke6/2008/12/tor-anonymized.html">New Service Makes Tor Anonymized Content Available to All</a></li>
89+
<li>2008: Ars Technica: <a href="http://arstechnica.com/old/content/2008/12/tor2web-brings-anonymous-tor-sites-to-the-regular-web.ars">Tor2web brings anonymous Tor sites to the "regular" web</a></li>
90+
<li>2008: Tor blog: <a href="http://blog.torproject.org/blog/quick-thoughts-tor2web">Quick thoughts on Tor2web</a></li>
91+
</ul>
92+
93+
<h2>Additional Services</h2>
94+
Tor2web do provide also additional services, not just proxy access to Tor Onion Services, in particular the following faclities:
95+
<ul>
96+
<li> <a href="https://github.com/globaleaks/Tor2web/wiki/CheckTor" target="_blank">CheckTor</a> to integrate in your site a JS to check if user is coming from Tor</li>
97+
<li> <a href="https://github.com/globaleaks/Tor2web/wiki/GetTor" target="_blank">GetTor</a> to let you download the latest version of Tor Browser for your OS</li>
98+
<li> <a href="https://github.com/globaleaks/Tor2web/wiki/OpenData" target="_blank">OpenData</a> statistcs of Tor2web let you research how Tor2web network behave</li>
99+
</ul>
100+
101+
<h2>Contacts</h2>
102+
If you wish to contact the Tor2web Projects you can reach us on:
103+
<ul>
104+
<li><a target="_blank" href="https://lists.ghserv.net/mailman/listinfo/tor2web-talk">[email protected] mailing list!</a></li>
105+
<li><a target="_blank" href="https://twitter.com/tor2web">Follow us on Twitter</a></li>
106+
<li><a target="_blank" href="https://irc.lc/OFTC/tor2web/T2W_site_user">IRC Chat irc.oftc.net #tor2web </a></li>
107+
<ul>
108+
109+
</div>
110+
111+
<address>
112+
Tor2Web was originally developed by <strong><a href="http://en.wikipedia.org/wiki/Aaron_Swartz" target="_blank">Aaron Swartz</a></strong> and <strong><a href="http://virgil.gr/" target="_blank">Virgil Griffith</a></strong> and is<br>
113+
developed and mainteined by the <a href="http://logioshermes.org/home/projects-technologies/tor2web/">HERMES Center for Transparency and Digital Human Rights</a><br/>
114+
To report abuse, please write to the Tor2web Operators Mailing List <a href="mailto:[email protected]">[email protected]</a><br/>
115+
</address>
116+
</body>
117+
</html>

docs/legal-de.html

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<html>
2+
<head>
3+
<title>tor2web: is this legal in Germany?</title>
4+
<link rel="stylesheet" type="text/css" href="/style.css" />
5+
</head>
6+
<body><div class="header">
7+
<h1><a href="/">tor2web</a>: is this legal in Germany ?</h1>
8+
</div><div class="body">
9+
10+
<p>A tor2web proxy is just like a standard piece of network infrastructure. The proxy doesn't inspect or modify content; it just relays messages back and forth.</p>
11+
12+
<p>Below a legal analysis from a Germany law perspective</p>
13+
14+
<h1>German Law</h1>
15+
16+
Germany: <a href="http://www.gesetze-im-internet.de/tmg/__8.html" target="_blank">Telemediengesetz §8: Durchleitung von Informationen</a>
17+
18+
<blockquote><p>
19+
(1) Diensteanbieter sind für fremde Informationen, die sie in einem Kommunikationsnetz übermitteln oder zu denen sie den Zugang zur Nutzung vermitteln, nicht verantwortlich, sofern sie
20+
1. die Übermittlung nicht veranlasst,
21+
2. den Adressaten der übermittelten Informationen nicht ausgewählt und
22+
3. die übermittelten Informationen nicht ausgewählt oder verändert haben.
23+
Satz 1 findet keine Anwendung, wenn der Diensteanbieter absichtlich mit einem Nutzer seines Dienstes zusammenarbeitet, um rechtswidrige Handlungen zu begehen.
24+
</p></blockquote>
25+
26+
<blockquote><p>(2) Die Übermittlung von Informationen nach Absatz 1 und die Vermittlung des Zugangs zu ihnen umfasst auch die automatische kurzzeitige Zwischenspeicherung dieser Informationen, soweit dies nur zur Durchführung der Übermittlung im Kommunikationsnetz geschieht und die Informationen nicht länger gespeichert werden, als für die Übermittlung üblicherweise erforderlich ist.</p></blockquote>
27+
28+
29+
</div>
30+
<address>
31+
<a href="mailto:[email protected]">[email protected]</a><br/>
32+
Tor2Web was originally developed by <strong><a href="http://en.wikipedia.org/wiki/Aaron_Swartz" target="_blank">Aaron Swartz</a></strong> and <strong><a href="http://virgil.gr
33+
/" target="_blank">Virgil Griffith</a></strong> and is<br>
34+
developed and mainteined by the <a href="https://www.hermescenter.org/home/projects-technologies/tor2web/">HERMES Center for Transparency and Digital Human Rights</a><br/>
35+
To report abuse, please write to the Tor2web Operators Mailing List <a href="mailto:[email protected]">[email protected]</a><br/>
36+
</address>
37+
38+
</body>
39+
</html>

docs/legal-us.html

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
<html>
2+
<head>
3+
<title>tor2web: is this legal in the US?</title>
4+
<link rel="stylesheet" type="text/css" href="style.css" />
5+
</head>
6+
<body><div class="header">
7+
<h1><a href="/">tor2web</a>: is this legal in the US?</h1>
8+
</div><div class="body">
9+
10+
<p>A tor2web proxy is just like a standard piece of network infrastructure. The proxy doesn't inspect or modify content; it just relays messages back and forth.</p>
11+
12+
<p>Below a legal analysis from a US law perspective</p>
13+
14+
<h1>DMCA requests</h1>
15+
<p><a href="http://www.copyright.gov/title17/92chap5.html#512">17 USC 512(a)</a> (part of the DMCA) says:</p>
16+
17+
<blockquote><p>A service provider shall not be liable ... for infringement of copyright by reason of the provider's transmitting, routing, or providing connections for, material through a system ... operated by or for the service provider, or by reason of the intermediate and transient storage of that material in the course of such transmitting, routing, or providing connections, if --</p>
18+
19+
<ol>
20+
<li><p>the transmission of the material was initiated by or at the direction of a person other than the service provider;</p></li>
21+
22+
<li><p>the transmission ... is carried out through an automatic technical process without selection of the material by the service provider;</p></li>
23+
24+
<li><p>the service provider does not select the recipients of the material except as an automatic response to the request of another person;</p></li>
25+
26+
<li><p>no copy of the material made ... is maintained ... in a manner ordinarily accessible to anyone other than anticipated recipients [or] for a longer period than is reasonably necessary for the transmission...</p></li>
27+
28+
<li><p>the material is transmitted ... without modification of its content.</p></li>
29+
</ol>
30+
31+
</blockquote>
32+
33+
<p>512(b) extends the immunity to "generally accepted industry standard" caching.</p>
34+
35+
<p>(The DMCA takedown notice procedures you may have heard of are part of 512(c) and only apply to services that store copies of material.)</p>
36+
37+
38+
<h1>Other copyright requests</h1>
39+
Tor2web.org does not provide, select, or host the content available on Tor hidden services that are accessible through the Tor2web.org service, just as other Internet Service Providers do not provide, select, or host the content accessible on the Internet by their users. Like other ISPs, we are protected under United States law by <a href="http://www.law.cornell.edu/uscode/text/47/230">47 U.S.C. &sect; 230</a> and <a href="http://www.copyright.gov/title17/92chap5.html#512">17 U.S.C. &sect; 512(a)</a>, among other laws. We, like other ISPs, have no obligation to block access to sites that we do not host, even if those sites themselves may host material that other parties assert their some legal right.
40+
41+
42+
43+
<p>For more information, see <a href="https://www.torproject.org/eff/tor-legal-faq.html">the Tor legal FAQ</a>.</p>
44+
45+
<!-- TODO: get EFF letter -->
46+
47+
</div>
48+
<address>
49+
<a href="mailto:[email protected]">[email protected]</a><br/>
50+
Tor2Web was originally developed by <strong><a href="http://en.wikipedia.org/wiki/Aaron_Swartz" target="_blank">Aaron Swartz</a></strong> and <strong><a href="http://virgil.gr
51+
/" target="_blank">Virgil Griffith</a></strong> and is<br>
52+
developed and mainteined by the <a href="https://www.hermescenter.org/home/projects-technologies/tor2web/">HERMES Center for Transparency and Digital Human Rights</a><br/>
53+
To report abuse, please write to the Tor2web Operators Mailing List <a href="mailto:[email protected]">[email protected]</a><br/>
54+
</address>
55+
56+
</body>
57+
</html>

docs/style.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
html, body { margin: 0; padding: 0; font-family: "Georgia", "Times", "Times New Roman", serif; font-size:1em; letter-spacing: .025em; }
2+
.header { background-color: #298229; margin: 0; padding: .2em; color: white; }
3+
.header a:link, .header a:visited { color: white; text-decoration: underline; }
4+
h1 { text-align: center; font-family: "American Typewriter", "Andale Mono", "Monaco", "MPW", monospaced; font-weight: normal; }
5+
h1 a { font-weight: bold; }
6+
h2 { margin-top: 1.5em; color: #5a2c7c; font-family: "Tahoma", "Arial", "Helvetica";}
7+
h3 { margin-top: 1.5em; color: #5a2c7c; font-family: "Tahoma", "Arial", "Helvetica";}
8+
p { margin-left: 1.5em; margin-right: 1.5em }
9+
.body { margin: auto; width: 50em; padding-top: .5em;}
10+
11+
.example { border: 1px solid #ccc; float: right; background: #eee; padding: 1em; margin: 1em }
12+
.example h3 { padding-top: 0; margin-top: 0; }
13+
.example ul { padding-left: 1.5em; }
14+
15+
address { padding: 1.5em; color: #555; text-align: center;}
16+
code, pre { background-color: #eee;}
17+
pre { padding: 1em; }
18+
a:link { color: #298229; }
19+
a:visited { color:#444444; }

0 commit comments

Comments
 (0)