commit cea337eba86a4ee272786c91bf7b26e9cd7080c6 Author: Sebastian Hahn sebastian@torproject.org Date: Sat Mar 14 03:11:33 2015 +0100
Remove hidden services paragraph from overview page
we already have that content on the hidden service page, and we link to it from this page already --- about/en/overview.wml | 19 ------------------- 1 file changed, 19 deletions(-)
diff --git a/about/en/overview.wml b/about/en/overview.wml index ceca1d7..aa3cb56 100644 --- a/about/en/overview.wml +++ b/about/en/overview.wml @@ -17,7 +17,6 @@ <li><a href="<page about/overview>#overview">Overview</a></li> <li><a href="<page about/overview>#whyweneedtor">Why we need Tor</a></li> <li><a href="<page about/overview>#thesolution">The Solution</a></li> - <li><a href="<page about/overview>#hiddenservices">Hidden services</a></li> <li><a href="<page about/overview>#stayinganonymous">Staying anonymous</a></li> <li><a href="<page about/overview>#thefutureoftor">The future of Tor</a></li> </ul> @@ -182,24 +181,6 @@
<p><img alt="Tor circuit step three" src="$(IMGROOT)/htw3.png"></p>
- - <a name="hiddenservices"></a> - <h3><a class="anchor" href="#hiddenservices">Hidden services</a></h3> - - <p> - Tor also makes it possible for users to hide their locations while - offering various kinds of services, such as web publishing or an instant - messaging server. Using Tor "rendezvous points," other Tor users can - connect to these hidden services, each without knowing the other's - network identity. This hidden service functionality could allow Tor - users to set up a website where people publish material without worrying - about censorship. Nobody would be able to determine who was offering - the site, and nobody who offered the site would know who was posting to it. - Learn more about <a href="<page docs/tor-hidden-service>">configuring - hidden services</a> and how the <a href="<page docs/hidden-services>">hidden - service protocol</a> works. - </p> - <a name="stayinganonymous"></a> <h3><a class="anchor" href="#stayinganonymous">Staying anonymous</a></h3>
tor-commits@lists.torproject.org