first attempt at a new sitemap which should be used for 404 errors.
Andrew Lewman

Andrew Lewman commited on 2010-10-12 01:26:18
Zeige 1 geänderte Dateien mit 54 Einfügungen und 0 Löschungen.

... ...
@@ -0,0 +1,54 @@
1
+## translation metadata
2
+# Revision: $Revision: 0 $
3
+# Translation-Priority: 3-low 
4
+
5
+#include "head.wmi" TITLE="Tor Website Content Map" CHARSET="UTF-8" ANNOUNCE_RSS="yes"
6
+
7
+<div id="home">
8
+    <div id="content" class="clearfix">
9
+    	<div id="maincol">
10
+
11
+<h2>Four oh four: the content you wanted has moved.</h2>
12
+<p>We've completely reworked the Tor Website for the first time in seven
13
+years.  Many urls, links, and paths have changed with the new website.
14
+Below is a map to content on the site.  Perhaps you will find what you
15
+wanted below.</p>
16
+
17
+<dt>Tor Overview</dt>
18
+<dd><a href="<page about/overview>"><page about/overview></a></dd>
19
+
20
+<dt>Download Tor</dt>
21
+<dd><a href="<page download/download>"><page download/download></a></dd>
22
+
23
+<dt>Documentation</dt>
24
+<dd><a href="<page docs/documentation>"><page docs/documentation></a></dd>
25
+
26
+<dt>Get involved with Tor</dt>
27
+<dd><a href="<page getinvolved/volunteer>"><page getinvolved/volunteer></a></dd>
28
+
29
+<dt>People involved with Tor</dt>
30
+<dd><a href="<page about/corepeople>"><page about/corepeople></a></dd>
31
+
32
+<dt>Donate to Tor</dt>
33
+<dd><a href="<page donate/donate>"><page donate/donate></a></dd>
34
+
35
+<dt>Who uses Tor?</dt>
36
+<dd><a href="<page about/torusers>"><page about/torusers></a></dd>
37
+
38
+<dt>Tor Relay Documentation</dt>
39
+<dd><a href="<page docs/tor-doc-relay>"><page docs/tor-doc-relay></a></dd>
40
+
41
+<dt>How to contact Tor people</dt>
42
+<dd><a href="<page about/contact>"><page about/contact></a></dd>
43
+
44
+<dt>FAQ about the Tor trademark</dt>
45
+<dd><a href="<page docs/trademark-faq>"><page docs/trademark-faq></a></dd>
46
+
47
+<dt>Press Information</dt>
48
+<dd><a href="<page press/press>"><page press/press></a></dd>
49
+        </div>
50
+    </div>
51
+    <!-- END CONTENT -->
52
+  </div>
53
+  <!-- END HOME -->
54
+#include <foot.wmi>
0 55