remove the about page now that nothing links to it.
Andrew Lewman

Andrew Lewman commited on 2010-09-27 21:27:16
Zeige 1 geänderte Dateien mit 0 Einfügungen und 58 Löschungen.

... ...
@@ -1,58 +0,0 @@
1
-## translation metadata
2
-# Revision: $Revision: 0 $
3
-# Translation-Priority: 3-low
4
-
5
-#include "head.wmi" TITLE="Tor Project: Tor Overview" CHARSET="UTF-8" ANNOUNCE_RSS="yes"
6
-<div id="content" class="clearfix">
7
-  <div id="breadcrumbs">
8
-    <a href="<page index>">Home &raquo; </a>
9
-    <a href="<page about/overview>">About</a>
10
-  </div>
11
-  <div id="maincol">
12
-    <h1>Tor Overview</h1>
13
-    <p>Tor is a network of virtual tunnels that allows people and groups to
14
-improve their privacy and security on the Internet. It also enables software
15
-developers to create new communication tools with built-in privacy features. Tor
16
-provides the foundation for a range of applications that allow organizations and
17
-individuals to share information over public networks without compromising their
18
-privacy.</p>
19
-    <p>Individuals use Tor to keep websites from tracking them and their family
20
-members, or to connect to news sites, instant messaging services, and the like
21
-when these are blocked by their local Internet providers. Tor's <a
22
-href="<page docs/hidden-services>">hidden services</a> let users publish web sites and other services
23
-without needing to reveal the location of the site. Individuals also use Tor for
24
-socially sensitive communication: chat rooms and web forums for rape and abuse
25
-survivors, or people with illnesses.</p>
26
-    <p>Journalists use Tor to communicate more safely with whistleblowers and
27
-dissidents. Non-governmental organizations (NGOs) use Tor to allow their workers
28
-to connect to their home website while they're in a foreign country, without
29
-notifying everybody nearby that they're working with that organization.</p>
30
-    <p>Groups such as Indymedia recommend Tor for safeguarding their members'
31
-online privacy and security. Activist groups like the <a
32
-href="https://www.eff.org/">Electronic Frontier Foundation</a> (EFF) recommend
33
-Tor as a mechanism for maintaining civil liberties online. Corporations use Tor
34
-as a safe way to conduct competitive analysis, and to protect sensitive
35
-procurement patterns from eavesdroppers. They also use it to replace traditional
36
-VPNs, which reveal the exact amount and timing of communication. Which locations
37
-have employees working late? Which locations have employees consulting
38
-job-hunting websites? Which research divisions are communicating with the
39
-company's patent lawyers?</p>
40
-    <p>A branch of the U.S. Navy uses Tor for open source intelligence
41
-gathering, and one of its teams used Tor while deployed in the Middle East
42
-recently. Law enforcement uses Tor for visiting or surveilling web sites without
43
-leaving government IP addresses in their web logs, and for security during sting
44
-operations.</p>
45
-    <p>The <a href="<page about/torusers>">variety of people</a> who use Tor
46
-is actually part of <a href="<page about/overview>">what makes it so secure</a>.
47
-Tor hides you among the other users on the network, so the more populous and
48
-diverse the user base for Tor is, the more your anonymity will be protected.</p>
49
-  </div>
50
-  <!-- END MAINCOL -->
51
-  <div id = "sidecol">
52
-#include "side.wmi"
53
-#include "info.wmi"
54
-  </div>
55
-  <!-- END SIDECOL -->
56
-</div>
57
-<!-- END CONTENT -->
58
-#include <foot.wmi>
59 0