Added subheads to the FAQ page; applied ln5's patch
Matt Pagan

Matt Pagan commited on 2014-02-09 03:55:13
Zeige 3 geänderte Dateien mit 67 Einfügungen und 1502 Löschungen.

... ...
@@ -14,7 +14,8 @@
14 14
     <h1>Tor FAQ</h1>
15 15
     <hr>
16 16
 
17
-    <p>General questions:</p>
17
+    <p><a href="#General">General questions:</a></p>
18
+
18 19
     <ul>
19 20
     <li><a href="#WhatIsTor">What is Tor?</a></li>
20 21
     <li><a href="#Torisdifferent">How is Tor different from other
... ...
@@ -44,7 +45,8 @@ proxies?</a></li>
44 45
     fingerprints?</a></li>
45 46
     </ul>
46 47
 
47
-    <p>Compilation and Installation:</p>
48
+    <p><a href="#CompilationAndInstallation">Compilation and Installation:</a></p>
49
+
48 50
     <ul>
49 51
     <li><a href="#HowUninstallTor">How do I uninstall Tor?</a></li>
50 52
     <li><a href="#PGPSigs">What are these "sig" files on the download
... ...
@@ -55,12 +57,12 @@ proxies?</a></li>
55 57
 Windows?</a></li>
56 58
     <li><a href="#VirusFalsePositives">Why does my Tor executable appear to
57 59
     have a virus or spyware?</a></li>
58
-    <li><a href="#tarFiles">How do I open a .tar.gz or .tar.xz file?</a></li>
60
+    <li><a href="#tarballs">How do I open a .tar.gz or .tar.xz file?</a></li>
59 61
     <li><a href="#LiveCD">Is there a LiveCD or other bundle that
60 62
 includes Tor?</a></li>
61 63
     </ul>
62 64
 
63
-    <p>Tor Browser Bundle:</p>
65
+    <p><a href="#TBBGeneral">Tor Browser Bundle (general):</a></p>
64 66
     <ul>
65 67
 
66 68
     <li><a href="#TBBFlash">Why can't I view videos on YouTube and other
... ...
@@ -98,6 +99,11 @@ unsafe?</a></li>
98 99
     or SOCKS Proxy</a></li>
99 100
     <li><a href="#CantSetProxy">What should I do if I can't set a proxy 
100 101
     with my application?</a></li>
102
+    </ul>
103
+
104
+    <p><a href="#TBB3.x">Tor Browser Bundle (3.x series):</a></p>
105
+
106
+    <ul>
101 107
     <li><a href="#WhereDidVidaliaGo">Where did the world map (Vidalia) 
102 108
     go?</a></li>
103 109
     <li><a href="#DisableJS">How do I disable JavaScript?</a></li>
... ...
@@ -109,11 +115,12 @@ unsafe?</a></li>
109 115
     <li><a href="#ConfigureRelayOrBridge">How do I configure Tor as a relay 
110 116
     or bridge?</a></li>
111 117
     <li><a href="#Timestamps">Why are the file timestamps from 2000?</a></li>
112
-    <li><a href="#SourceCode">Where is the source code for the bundle? How do 
118
+    <li><a href="#TBBSourceCode">Where is the source code for the bundle? How do 
113 119
     I verify a build?</a></li>
114 120
     </ul>
115 121
 
116
-    <p>Advanced Tor usage:</p>
122
+    <p><a href="#AdvancedTorUsage">Advanced Tor usage:</a></p>
123
+
117 124
     <ul>
118 125
     <li><a href="#torrc">I'm supposed to "edit my torrc". What does
119 126
     that mean?</a></li>
... ...
@@ -138,7 +145,7 @@ country)
138 145
     SOCKS is leaking DNS requests?</a></li>
139 146
     </ul>
140 147
 
141
-    <p>Running a Tor relay:</p>
148
+    <p><a href="#RunningATorRelay">Running a Tor relay:</a></p>
142 149
     <ul>
143 150
 
144 151
     <li><a href="#HowDoIDecide">How do I decide if I should run a relay?
... ...
@@ -192,13 +199,15 @@ relay.</a></li>
192 199
     run my own?</a></li>
193 200
     </ul>
194 201
 
195
-    <p>Tor hidden services:</p>
202
+    <p><a href="#TorHiddenServices">Tor hidden services:</a></p>
203
+
196 204
     <ul>
197 205
     <li><a href="#AccessHiddenServices">How do I access hidden services?</a></li>
198
-    <li><a href="#ProvideAHiddenService">How do I provide a hidden service</a></li>
206
+    <li><a href="#ProvideAHiddenService">How do I provide a hidden service?</a></li>
199 207
     </ul>
200 208
 
201
-    <p>Development</p>
209
+    <p><a href="#Development">Development:</a></p>
210
+
202 211
     <ul>
203 212
     <li><a href="#WhoIsResponsible">Who is responsible for Tor?</a></li>
204 213
     <li><a href="#VersionNumbers">What do these weird version numbers 
... ...
@@ -212,7 +221,7 @@ relay.</a></li>
212 221
     into Tor?</a></li>
213 222
     </ul>
214 223
 
215
-    <p>Anonymity and Security:</p>
224
+    <p><a href="#AnonymityAndSecurity">Anonymity and Security:</a></p>
216 225
     <ul>
217 226
     <li><a href="#WhatProtectionsDoesTorProvide">What protections does Tor 
218 227
     provide?</a></li>
... ...
@@ -240,7 +249,8 @@ uses.</a></li>
240 249
     routing?</a></li>
241 250
     </ul>
242 251
 
243
-    <p>Alternate designs that we don't do (yet):</p>
252
+    <p><a href="#AlternateDesigns">Alternate designs that we don't do (yet):</a></p>
253
+
244 254
     <ul>
245 255
     <li><a href="#EverybodyARelay">You should make every Tor user be a
246 256
     relay.</a></li>
... ...
@@ -270,7 +280,7 @@ packets,
270 280
     <li><a href="#IPv6">Tor should support IPv6.</a></li>
271 281
     </ul>
272 282
 
273
-    <p>Abuse:</p>
283
+    <p><a href="#Abuse">Abuse:</a></p>
274 284
     <ul>
275 285
     <li><a href="#Criminals">Doesn't Tor enable criminals to do bad
276 286
 things?</a></li>
... ...
@@ -287,6 +297,7 @@ things?</a></li>
287 297
     <hr>
288 298
 
289 299
     <a id="General"></a>
300
+    <h2><a class="anchor">General:</a></h2>
290 301
 
291 302
     <a id="WhatIsTor"></a>
292 303
     <h3><a class="anchor" href="#WhatIsTor">What is Tor?</a></h3>
... ...
@@ -985,6 +997,9 @@ executive
985 997
     </p>
986 998
     <hr>
987 999
 
1000
+    <a id="CompilationAndInstallation"></a>
1001
+    <h2><a class="anchor">Compilation And Installation:</a></h2>
1002
+
988 1003
     <a id="HowUninstallTor"></a>
989 1004
     <h3><a class="anchor" href="#HowUninstallTor">How do I uninstall
990 1005
 Tor?</a></h3>
... ...
@@ -1110,8 +1125,8 @@ better vendor.
1110 1125
 
1111 1126
     <hr>
1112 1127
 
1113
-    <a id="tarFiles"></a>
1114
-    <h3><a class="anchor" href="#tarFiles">How do I open a .tar.gz 
1128
+    <a id="tarballs"></a>
1129
+    <h3><a class="anchor" href="#tarballs">How do I open a .tar.gz 
1115 1130
     or .tar.xz file?</a></h3>
1116 1131
 
1117 1132
     <p>
... ...
@@ -1138,6 +1153,9 @@ Browser
1138 1153
 
1139 1154
 <hr>
1140 1155
 
1156
+<a id="TBBGeneral"></a>
1157
+<h2><a class="anchor">Tor Browser Bundle (general):</a></h2>
1158
+
1141 1159
 <a id="TBBFlash"></a>
1142 1160
 <h3><a class="anchor" href="#TBBFlash">Why can't I view videos on
1143 1161
 YouTube
... ...
@@ -1362,7 +1380,7 @@ horizon.
1362 1380
 
1363 1381
 <a id="TorbuttonOtherBrowser"></a>
1364 1382
 <h3><a class="anchor" href="#TorbuttonOtherBrowser">
1365
-Will ​Torbutton be available for other browsers?</a></h3>
1383
+Will Torbutton be available for other browsers?</a></h3>
1366 1384
 
1367 1385
 <p>
1368 1386
  We don't support IE, Opera or Safari and never plan to. There are too many ways that your privacy can go wrong with those browsers, and because of their closed design it is really hard for us to do anything to change these privacy problems.
... ...
@@ -1557,6 +1575,8 @@ href="http://www.crowdstrike.com/community-tools/index.html#tool-79">proposed
1557 1575
 
1558 1576
 <hr>
1559 1577
 
1578
+<a id="TBB3.x"></a>
1579
+<h2><a class="anchor">Tor Browser Bundle (3.x series):</a></h2>
1560 1580
     <a id="WhereDidVidaliaGo"></a>
1561 1581
     <h3><a class="anchor" href="#WhereDidVidaliaGo">Where did the world map 
1562 1582
     (Vidalia) go?</a></h3>
... ...
@@ -1824,8 +1844,8 @@ Bridge flashproxy 0.0.1.0:1
1824 1844
 
1825 1845
     <hr>
1826 1846
 
1827
-    <a id="SourceCode"></a>
1828
-    <h3><a class="anchor" href="#SourceCode">Where is the source code for the bundle? How do I verify a build?</a></h3>
1847
+    <a id="TBBSourceCode"></a>
1848
+    <h3><a class="anchor" href="#TBBSourceCode">Where is the source code for the bundle? How do I verify a build?</a></h3>
1829 1849
 
1830 1850
     <p>
1831 1851
     Start with <a href="https://gitweb.torproject.org/builders/tor-browser-bundle.git">https://gitweb.torproject.org/builders/tor-browser-bundle.git</a> and <a href="https://gitweb.torproject.org/builders/tor-browser-bundle.git/blob/HEAD:/gitian/README.build">https://gitweb.torproject.org/builders/tor-browser-bundle.git/blob/HEAD:/gitian/README.build</a>.
... ...
@@ -1834,6 +1854,9 @@ Bridge flashproxy 0.0.1.0:1
1834 1854
 
1835 1855
 <hr>
1836 1856
 
1857
+<a id="AdvancedTorUsage"></a>
1858
+<h2><a class="anchor">Advanced Tor usage:</a></h2>
1859
+
1837 1860
 <a id="torrc"></a>
1838 1861
 <h3><a class="anchor" href="#torrc">I'm supposed to "edit my torrc".
1839 1862
 What does that mean?</a></h3>
... ...
@@ -2404,6 +2427,9 @@ from the source code release tor-0.2.4.16-rc is:
2404 2427
 
2405 2428
     <hr>
2406 2429
 
2430
+    <a id="RunningATorRelay"></a>
2431
+    <h2><a class="anchor">Running a Tor relay:</a></h2>
2432
+
2407 2433
     <a id="HowDoIDecide"></a>
2408 2434
     <h3><a class="anchor" href="#HowDoIDecide">How do I decide if I should 
2409 2435
     run a relay?</a></h3>
... ...
@@ -2539,7 +2565,7 @@ need to be?</a></h3>
2539 2565
     link but want to limit the number of bytes per
2540 2566
     day (or week or month) that you donate, check out the <a
2541 2567
 
2542
-href="<wikifaq>#HowcanIlimitthetotalamountofbandwidthusedbymyTorrelay">
2568
+href="#LimitTotalBandwidth">
2543 2569
 hibernation
2544 2570
     feature</a>.
2545 2571
     </li>
... ...
@@ -2614,7 +2640,7 @@ too.
2614 2640
     <p>
2615 2641
     Linux-based Tor nodes have another option at their disposal: they can 
2616 2642
     prioritize Tor traffic below other traffic on their machine, so that 
2617
-    their own personal traffic is not impacted by Tor load. A ​<a 
2643
+    their own personal traffic is not impacted by Tor load. A <a 
2618 2644
     href="https://gitweb.torproject.org/tor.git/blob/HEAD:/contrib/linux-tor-prio.sh">script
2619 2645
     to do this</a> can be found in the Tor source distribution's contrib 
2620 2646
     directory. 
... ...
@@ -3236,7 +3262,7 @@ to present to the world.
3236 3262
     <h3><a class="anchor" href="#BehindANAT">I'm behind a NAT/Firewall.</a></h3>
3237 3263
 
3238 3264
     <p>
3239
-See <a>​http://portforward.com/</a> for directions on how to port forward with 
3265
+See <a>http://portforward.com/</a> for directions on how to port forward with 
3240 3266
 your NAT/router device.
3241 3267
 </p>
3242 3268
 <p>
... ...
@@ -3375,6 +3401,8 @@ href="https://www.noisebridge.net/wiki/Noisebridge_Tor">Noisebridge</a>
3375 3401
     them into more US-based exit relay capacity.</li>
3376 3402
     <li><a href="https://nos-oignons.net/">Nos Oignons</a> is a French
3377 3403
     charitable non-profit that runs fast exit relays in France.</li>
3404
+    <li><a href="https://www.dfri.se/donera/?lang=en">DFRI</a> is a
3405
+    Swedish non-profit running exit relays.</li>
3378 3406
     </ul>
3379 3407
 
3380 3408
     <p>
... ...
@@ -3399,6 +3427,9 @@ diversity,
3399 3427
 
3400 3428
     <hr>
3401 3429
 
3430
+<a id="TorHiddenServices"></a>
3431
+<h2><a class="anchor">Tor hidden services:</a></h2>
3432
+
3402 3433
     <a id="AccessHiddenServices"></a>
3403 3434
     <h3><a class="anchor" href="#AccessHiddenServices">How do I access 
3404 3435
     hidden services?</a></h3>
... ...
@@ -3462,6 +3493,9 @@ diversity,
3462 3493
 
3463 3494
     <hr>
3464 3495
     
3496
+    <a id="Development"></a>
3497
+    <h2><a class="anchor">Development:</a></h2>
3498
+
3465 3499
     <a id="WhoIsResponsible"></a>
3466 3500
     <h3><a class="anchor" href="#WhoIsResponsible">Who is responsible 
3467 3501
     for Tor?</a></h3>
... ...
@@ -3652,6 +3686,9 @@ diversity,
3652 3686
 
3653 3687
     <hr>
3654 3688
 
3689
+    <a id="AnonymityAndSecurity"></a>
3690
+    <h2><a class="anchor">Anonymity And Security:</a></h2>
3691
+
3655 3692
     <a id="WhatProtectionsDoesTorProvide"></a>
3656 3693
     <h3><a class="anchor" href="#WhatProtectionsDoesTorProvide">What 
3657 3694
     protections does Tor provide?</a></h3>
... ...
@@ -4237,13 +4274,17 @@ timing correlation would provide.
4237 4274
     </p>
4238 4275
     <p>
4239 4276
 Furthermore, since Tor reuses circuits for multiple TCP connections, it is 
4240
-possible to ​associate non anonymous and anonymous traffic at a given exit 
4277
+possible to associate non anonymous and anonymous traffic at a given exit 
4241 4278
 node, so be careful about what applications you run concurrently over Tor. 
4242 4279
 Perhaps even run separate Tor clients for these applications. 
4243 4280
     </p>
4244 4281
 
4245 4282
     <hr>
4246 4283
 
4284
+
4285
+    <a id="AlternateDesigns"></a>
4286
+    <h2><a class="anchor">Alternate designs:</a></h2>
4287
+
4247 4288
     <a id="EverybodyARelay"></a>
4248 4289
     <h3><a class="anchor" href="#EverybodyARelay">You should make every
4249 4290
 Tor user be a relay.</a></h3>
... ...
@@ -4744,6 +4785,9 @@ only solution is to have no opinion.
4744 4785
 
4745 4786
     <hr>
4746 4787
 
4788
+    <a id="Abuse"></a>
4789
+    <h2><a class="anchor">Abuse:</a></h2>
4790
+
4747 4791
     <a id="Criminals"></a>
4748 4792
     <h3><a class="anchor" href="#Criminals">Doesn't Tor enable criminals
4749 4793
 to do bad things?</a></h3>
... ...
@@ -4773,7 +4817,7 @@ about my exit relay?</a></h3>
4773 4817
    
4774 4818
    <p>
4775 4819
    Please read the <a 
4776
-   href="https://www.torproject.org/eff/tor-legal-faq">​legal FAQ written 
4820
+   href="https://www.torproject.org/eff/tor-legal-faq">legal FAQ written 
4777 4821
    by EFF lawyers</a>. There's a growing <a 
4778 4822
    href="https://blog.torproject.org/blog/start-tor-legal-support-directory">legal 
4779 4823
    directory</a> of people who may be able to help you.
... ...
@@ -1,3 +1,2 @@
1 1
 User-Agent: *
2 2
 Allow: /
3
-Sitemap: https://www.torproject.org/sitemap.xml
... ...
@@ -1,1478 +0,0 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
2
-<urlset
3
-      xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
4
-      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
-      xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
6
-            http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
7
-
8
-<url>
9
-  <loc>https://www.torproject.org/</loc>
10
-  <lastmod>2014-02-06T17:28:20+00:00</lastmod>
11
-  <changefreq>daily</changefreq>
12
-  <priority>1.00</priority>
13
-</url>
14
-<url>
15
-  <loc>https://www.torproject.org/index.html.en</loc>
16
-  <lastmod>2014-02-06T17:28:20+00:00</lastmod>
17
-  <changefreq>daily</changefreq>
18
-  <priority>0.80</priority>
19
-</url>
20
-<url>
21
-  <loc>https://www.torproject.org/about/overview.html.en</loc>
22
-  <lastmod>2014-02-06T17:28:20+00:00</lastmod>
23
-  <changefreq>daily</changefreq>
24
-  <priority>0.80</priority>
25
-</url>
26
-<url>
27
-  <loc>https://www.torproject.org/docs/documentation.html.en</loc>
28
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
29
-  <changefreq>daily</changefreq>
30
-  <priority>0.80</priority>
31
-</url>
32
-<url>
33
-  <loc>https://www.torproject.org/press/press.html.en</loc>
34
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
35
-  <changefreq>daily</changefreq>
36
-  <priority>0.80</priority>
37
-</url>
38
-<url>
39
-  <loc>https://www.torproject.org/about/contact.html.en</loc>
40
-  <lastmod>2014-02-06T17:28:20+00:00</lastmod>
41
-  <changefreq>daily</changefreq>
42
-  <priority>0.80</priority>
43
-</url>
44
-<url>
45
-  <loc>https://www.torproject.org/download/download-easy.html.en</loc>
46
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
47
-  <changefreq>daily</changefreq>
48
-  <priority>0.80</priority>
49
-</url>
50
-<url>
51
-  <loc>https://www.torproject.org/getinvolved/volunteer.html.en</loc>
52
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
53
-  <changefreq>daily</changefreq>
54
-  <priority>0.80</priority>
55
-</url>
56
-<url>
57
-  <loc>https://www.torproject.org/donate/donate.html.en</loc>
58
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
59
-  <changefreq>daily</changefreq>
60
-  <priority>0.80</priority>
61
-</url>
62
-<url>
63
-  <loc>https://www.torproject.org/projects/torbrowser.html.en</loc>
64
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
65
-  <changefreq>daily</changefreq>
66
-  <priority>0.80</priority>
67
-</url>
68
-<url>
69
-  <loc>https://www.torproject.org/projects/obfsproxy.html.en</loc>
70
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
71
-  <changefreq>daily</changefreq>
72
-  <priority>0.80</priority>
73
-</url>
74
-<url>
75
-  <loc>https://www.torproject.org/docs/pluggable-transports.html.en</loc>
76
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
77
-  <changefreq>daily</changefreq>
78
-  <priority>0.80</priority>
79
-</url>
80
-<url>
81
-  <loc>https://www.torproject.org/projects/projects.html.en</loc>
82
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
83
-  <changefreq>daily</changefreq>
84
-  <priority>0.80</priority>
85
-</url>
86
-<url>
87
-  <loc>https://www.torproject.org/docs/faq.html.en</loc>
88
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
89
-  <changefreq>daily</changefreq>
90
-  <priority>0.80</priority>
91
-</url>
92
-<url>
93
-  <loc>https://www.torproject.org/about/torusers.html.en</loc>
94
-  <lastmod>2014-02-06T17:28:20+00:00</lastmod>
95
-  <changefreq>daily</changefreq>
96
-  <priority>0.80</priority>
97
-</url>
98
-<url>
99
-  <loc>https://www.torproject.org/docs/trademark-faq.html.en</loc>
100
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
101
-  <changefreq>daily</changefreq>
102
-  <priority>0.80</priority>
103
-</url>
104
-<url>
105
-  <loc>https://www.torproject.org/about/corepeople.html.en</loc>
106
-  <lastmod>2014-02-06T17:28:20+00:00</lastmod>
107
-  <changefreq>daily</changefreq>
108
-  <priority>0.80</priority>
109
-</url>
110
-<url>
111
-  <loc>https://www.torproject.org/about/sponsors.html.en</loc>
112
-  <lastmod>2014-02-06T17:28:20+00:00</lastmod>
113
-  <changefreq>daily</changefreq>
114
-  <priority>0.80</priority>
115
-</url>
116
-<url>
117
-  <loc>https://www.torproject.org/getinvolved/mirrors.html.en</loc>
118
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
119
-  <changefreq>daily</changefreq>
120
-  <priority>0.80</priority>
121
-</url>
122
-<url>
123
-  <loc>https://www.torproject.org/docs/hidden-services.html.en</loc>
124
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
125
-  <changefreq>daily</changefreq>
126
-  <priority>0.80</priority>
127
-</url>
128
-<url>
129
-  <loc>https://www.torproject.org/getinvolved/translation.html.en</loc>
130
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
131
-  <changefreq>daily</changefreq>
132
-  <priority>0.80</priority>
133
-</url>
134
-<url>
135
-  <loc>https://www.torproject.org/docs/tor-manual.html.en</loc>
136
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
137
-  <changefreq>daily</changefreq>
138
-  <priority>0.80</priority>
139
-</url>
140
-<url>
141
-  <loc>https://www.torproject.org/docs/tor-hidden-service.html.en</loc>
142
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
143
-  <changefreq>daily</changefreq>
144
-  <priority>0.64</priority>
145
-</url>
146
-<url>
147
-  <loc>https://www.torproject.org/docs/tor-doc-relay.html.en</loc>
148
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
149
-  <changefreq>daily</changefreq>
150
-  <priority>0.64</priority>
151
-</url>
152
-<url>
153
-  <loc>https://www.torproject.org/about/jobs.html.en</loc>
154
-  <lastmod>2014-02-06T17:28:20+00:00</lastmod>
155
-  <changefreq>daily</changefreq>
156
-  <priority>0.64</priority>
157
-</url>
158
-<url>
159
-  <loc>https://www.torproject.org/about/financials.html.en</loc>
160
-  <lastmod>2014-02-06T17:28:20+00:00</lastmod>
161
-  <changefreq>daily</changefreq>
162
-  <priority>0.64</priority>
163
-</url>
164
-<url>
165
-  <loc>https://www.torproject.org/docs/tor-doc-windows.html.en</loc>
166
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
167
-  <changefreq>daily</changefreq>
168
-  <priority>0.64</priority>
169
-</url>
170
-<url>
171
-  <loc>https://www.torproject.org/docs/tor-doc-osx.html.en</loc>
172
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
173
-  <changefreq>daily</changefreq>
174
-  <priority>0.64</priority>
175
-</url>
176
-<url>
177
-  <loc>https://www.torproject.org/docs/tor-doc-unix.html.en</loc>
178
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
179
-  <changefreq>daily</changefreq>
180
-  <priority>0.64</priority>
181
-</url>
182
-<url>
183
-  <loc>https://www.torproject.org/torbutton/index.html.en</loc>
184
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
185
-  <changefreq>daily</changefreq>
186
-  <priority>0.64</priority>
187
-</url>
188
-<url>
189
-  <loc>https://www.torproject.org/download/download.html.en</loc>
190
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
191
-  <changefreq>daily</changefreq>
192
-  <priority>0.64</priority>
193
-</url>
194
-<url>
195
-  <loc>https://www.torproject.org/projects/torbrowser/design/</loc>
196
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
197
-  <changefreq>daily</changefreq>
198
-  <priority>0.64</priority>
199
-</url>
200
-<url>
201
-  <loc>https://www.torproject.org/docs/faq-abuse.html.en</loc>
202
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
203
-  <changefreq>daily</changefreq>
204
-  <priority>0.64</priority>
205
-</url>
206
-<url>
207
-  <loc>https://www.torproject.org/eff/tor-legal-faq.html.en</loc>
208
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
209
-  <changefreq>daily</changefreq>
210
-  <priority>0.64</priority>
211
-</url>
212
-<url>
213
-  <loc>https://www.torproject.org/docs/tor-manual-dev.html.en</loc>
214
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
215
-  <changefreq>daily</changefreq>
216
-  <priority>0.64</priority>
217
-</url>
218
-<url>
219
-  <loc>https://www.torproject.org/docs/installguide.html.en</loc>
220
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
221
-  <changefreq>daily</changefreq>
222
-  <priority>0.64</priority>
223
-</url>
224
-<url>
225
-  <loc>https://www.torproject.org/docs/manual.html.en</loc>
226
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
227
-  <changefreq>daily</changefreq>
228
-  <priority>0.64</priority>
229
-</url>
230
-<url>
231
-  <loc>https://www.torproject.org/eff/tor-dmca-response.html.en</loc>
232
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
233
-  <changefreq>daily</changefreq>
234
-  <priority>0.64</priority>
235
-</url>
236
-<url>
237
-  <loc>https://www.torproject.org/press/2011-08-28-tor-022-stable.html.en</loc>
238
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
239
-  <changefreq>daily</changefreq>
240
-  <priority>0.64</priority>
241
-</url>
242
-<url>
243
-  <loc>https://www.torproject.org/press/2010-09-16-ten-things-circumvention-tools.html.en</loc>
244
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
245
-  <changefreq>daily</changefreq>
246
-  <priority>0.64</priority>
247
-</url>
248
-<url>
249
-  <loc>https://www.torproject.org/press/2010-03-25-tor-store-press-release.html.en</loc>
250
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
251
-  <changefreq>daily</changefreq>
252
-  <priority>0.64</priority>
253
-</url>
254
-<url>
255
-  <loc>https://www.torproject.org/press/2009-03-12-performance-roadmap-press-release.html.en</loc>
256
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
257
-  <changefreq>daily</changefreq>
258
-  <priority>0.64</priority>
259
-</url>
260
-<url>
261
-  <loc>https://www.torproject.org/press/2008-12-19-roadmap-press-release.html.en</loc>
262
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
263
-  <changefreq>daily</changefreq>
264
-  <priority>0.64</priority>
265
-</url>
266
-<url>
267
-  <loc>https://www.torproject.org/docs/verifying-signatures.html.en</loc>
268
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
269
-  <changefreq>daily</changefreq>
270
-  <priority>0.64</priority>
271
-</url>
272
-<url>
273
-  <loc>https://www.torproject.org/docs/bridges.html.en</loc>
274
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
275
-  <changefreq>daily</changefreq>
276
-  <priority>0.64</priority>
277
-</url>
278
-<url>
279
-  <loc>https://www.torproject.org/projects/vidalia.html.en</loc>
280
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
281
-  <changefreq>daily</changefreq>
282
-  <priority>0.64</priority>
283
-</url>
284
-<url>
285
-  <loc>https://www.torproject.org/projects/onionoo.html.en</loc>
286
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
287
-  <changefreq>daily</changefreq>
288
-  <priority>0.64</priority>
289
-</url>
290
-<url>
291
-  <loc>https://www.torproject.org/about/gsoc.html.en</loc>
292
-  <lastmod>2014-02-06T17:28:20+00:00</lastmod>
293
-  <changefreq>daily</changefreq>
294
-  <priority>0.64</priority>
295
-</url>
296
-<url>
297
-  <loc>https://www.torproject.org/press/presskit/2008-12-19-roadmap-full.pdf</loc>
298
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
299
-  <changefreq>daily</changefreq>
300
-  <priority>0.64</priority>
301
-</url>
302
-<url>
303
-  <loc>https://www.torproject.org/getinvolved/relays.html.en</loc>
304
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
305
-  <changefreq>daily</changefreq>
306
-  <priority>0.64</priority>
307
-</url>
308
-<url>
309
-  <loc>https://www.torproject.org/donate/donate-hardware.html.en</loc>
310
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
311
-  <changefreq>daily</changefreq>
312
-  <priority>0.64</priority>
313
-</url>
314
-<url>
315
-  <loc>https://www.torproject.org/donate/donate-service.html.en</loc>
316
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
317
-  <changefreq>daily</changefreq>
318
-  <priority>0.64</priority>
319
-</url>
320
-<url>
321
-  <loc>https://www.torproject.org/donate/matching-program.html.en</loc>
322
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
323
-  <changefreq>daily</changefreq>
324
-  <priority>0.64</priority>
325
-</url>
326
-<url>
327
-  <loc>https://www.torproject.org/donate/become-sponsor.html.en</loc>
328
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
329
-  <changefreq>daily</changefreq>
330
-  <priority>0.64</priority>
331
-</url>
332
-<url>
333
-  <loc>https://www.torproject.org/projects/arm.html.en</loc>
334
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
335
-  <changefreq>daily</changefreq>
336
-  <priority>0.64</priority>
337
-</url>
338
-<url>
339
-  <loc>https://www.torproject.org/projects/torbrowser-details.html.en</loc>
340
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
341
-  <changefreq>daily</changefreq>
342
-  <priority>0.64</priority>
343
-</url>
344
-<url>
345
-  <loc>https://www.torproject.org/projects/obfsproxy-debian-instructions.html.en</loc>
346
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
347
-  <changefreq>daily</changefreq>
348
-  <priority>0.64</priority>
349
-</url>
350
-<url>
351
-  <loc>https://www.torproject.org/projects/obfsproxy-instructions.html.en</loc>
352
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
353
-  <changefreq>daily</changefreq>
354
-  <priority>0.64</priority>
355
-</url>
356
-<url>
357
-  <loc>https://www.torproject.org/torbutton/en/design/</loc>
358
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
359
-  <changefreq>daily</changefreq>
360
-  <priority>0.64</priority>
361
-</url>
362
-<url>
363
-  <loc>https://www.torproject.org/dist/torbrowser/</loc>
364
-  <changefreq>daily</changefreq>
365
-  <priority>0.64</priority>
366
-</url>
367
-<url>
368
-  <loc>https://www.torproject.org/docs/signing-keys.html.en</loc>
369
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
370
-  <changefreq>daily</changefreq>
371
-  <priority>0.64</priority>
372
-</url>
373
-<url>
374
-  <loc>https://www.torproject.org/docs/tor-relay-debian</loc>
375
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
376
-  <changefreq>daily</changefreq>
377
-  <priority>0.64</priority>
378
-</url>
379
-<url>
380
-  <loc>https://www.torproject.org/about/corepeople</loc>
381
-  <lastmod>2014-02-06T17:28:20+00:00</lastmod>
382
-  <changefreq>daily</changefreq>
383
-  <priority>0.64</priority>
384
-</url>
385
-<url>
386
-  <loc>https://www.torproject.org/about/overview</loc>
387
-  <lastmod>2014-02-06T17:28:20+00:00</lastmod>
388
-  <changefreq>daily</changefreq>
389
-  <priority>0.64</priority>
390
-</url>
391
-<url>
392
-  <loc>https://www.torproject.org/getinvolved/volunteer</loc>
393
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
394
-  <changefreq>daily</changefreq>
395
-  <priority>0.64</priority>
396
-</url>
397
-<url>
398
-  <loc>https://www.torproject.org/press/2008-12-19-roadmap-press-release</loc>
399
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
400
-  <changefreq>daily</changefreq>
401
-  <priority>0.64</priority>
402
-</url>
403
-<url>
404
-  <loc>https://www.torproject.org/eff/tor-legal-faq</loc>
405
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
406
-  <changefreq>daily</changefreq>
407
-  <priority>0.64</priority>
408
-</url>
409
-<url>
410
-  <loc>https://www.torproject.org/docs/android.html.en</loc>
411
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
412
-  <changefreq>daily</changefreq>
413
-  <priority>0.64</priority>
414
-</url>
415
-<url>
416
-  <loc>https://www.torproject.org/about/board.html.en</loc>
417
-  <lastmod>2014-02-06T17:28:20+00:00</lastmod>
418
-  <changefreq>daily</changefreq>
419
-  <priority>0.64</priority>
420
-</url>
421
-<url>
422
-  <loc>https://www.torproject.org/about/translators.html.en</loc>
423
-  <lastmod>2014-02-06T17:28:20+00:00</lastmod>
424
-  <changefreq>daily</changefreq>
425
-  <priority>0.64</priority>
426
-</url>
427
-<url>
428
-  <loc>https://www.torproject.org/about/volunteers.html.en</loc>
429
-  <lastmod>2014-02-06T17:28:20+00:00</lastmod>
430
-  <changefreq>daily</changefreq>
431
-  <priority>0.64</priority>
432
-</url>
433
-<url>
434
-  <loc>https://www.torproject.org/about/contributors.html.en</loc>
435
-  <lastmod>2014-02-06T17:28:20+00:00</lastmod>
436
-  <changefreq>daily</changefreq>
437
-  <priority>0.64</priority>
438
-</url>
439
-<url>
440
-  <loc>https://www.torproject.org/docs/running-a-mirror.html.en</loc>
441
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
442
-  <changefreq>daily</changefreq>
443
-  <priority>0.64</priority>
444
-</url>
445
-<url>
446
-  <loc>https://www.torproject.org/getinvolved/translation-overview.html.en</loc>
447
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
448
-  <changefreq>daily</changefreq>
449
-  <priority>0.64</priority>
450
-</url>
451
-<url>
452
-  <loc>https://www.torproject.org/docs/short-user-manual.html.en</loc>
453
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
454
-  <changefreq>daily</changefreq>
455
-  <priority>0.64</priority>
456
-</url>
457
-<url>
458
-  <loc>https://www.torproject.org/docs/tor-relay-debian.html.en</loc>
459
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
460
-  <changefreq>daily</changefreq>
461
-  <priority>0.64</priority>
462
-</url>
463
-<url>
464
-  <loc>https://www.torproject.org/docs/proxychain.html.en</loc>
465
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
466
-  <changefreq>daily</changefreq>
467
-  <priority>0.64</priority>
468
-</url>
469
-<url>
470
-  <loc>https://www.torproject.org/about/jobs-browserhacker.html.en</loc>
471
-  <lastmod>2014-02-06T17:28:20+00:00</lastmod>
472
-  <changefreq>daily</changefreq>
473
-  <priority>0.51</priority>
474
-</url>
475
-<url>
476
-  <loc>https://www.torproject.org/about/jobs-extdev.html.en</loc>
477
-  <lastmod>2014-02-06T17:28:20+00:00</lastmod>
478
-  <changefreq>daily</changefreq>
479
-  <priority>0.51</priority>
480
-</url>
481
-<url>
482
-  <loc>https://www.torproject.org/about/findoc/2012-TorProject-Annual-Report.pdf</loc>
483
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
484
-  <changefreq>daily</changefreq>
485
-  <priority>0.51</priority>
486
-</url>
487
-<url>
488
-  <loc>https://www.torproject.org/about/findoc/2012-TorProject-Form990.pdf</loc>
489
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
490
-  <changefreq>daily</changefreq>
491
-  <priority>0.51</priority>
492
-</url>
493
-<url>
494
-  <loc>https://www.torproject.org/about/findoc/2012-TorProject-FormPC.pdf</loc>
495
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
496
-  <changefreq>daily</changefreq>
497
-  <priority>0.51</priority>
498
-</url>
499
-<url>
500
-  <loc>https://www.torproject.org/about/findoc/2012-TorProject-FinancialStatements.pdf</loc>
501
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
502
-  <changefreq>daily</changefreq>
503
-  <priority>0.51</priority>
504
-</url>
505
-<url>
506
-  <loc>https://www.torproject.org/about/findoc/2011-TorProject-Amended-Final-Report.pdf</loc>
507
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
508
-  <changefreq>daily</changefreq>
509
-  <priority>0.51</priority>
510
-</url>
511
-<url>
512
-  <loc>https://www.torproject.org/about/findoc/2011-TorProject-DCF.pdf</loc>
513
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
514
-  <changefreq>daily</changefreq>
515
-  <priority>0.51</priority>
516
-</url>
517
-<url>
518
-  <loc>https://www.torproject.org/about/findoc/2011-TorProject-Form990.pdf</loc>
519
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
520
-  <changefreq>daily</changefreq>
521
-  <priority>0.51</priority>
522
-</url>
523
-<url>
524
-  <loc>https://www.torproject.org/about/findoc/2011-TorProject-FormPC.pdf</loc>
525
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
526
-  <changefreq>daily</changefreq>
527
-  <priority>0.51</priority>
528
-</url>
529
-<url>
530
-  <loc>https://www.torproject.org/about/findoc/2010-TorProject-combined-Form990_PC_Audit_Results.pdf</loc>
531
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
532
-  <changefreq>daily</changefreq>
533
-  <priority>0.51</priority>
534
-</url>
535
-<url>
536
-  <loc>https://www.torproject.org/about/findoc/2009-TorProject-Annual-Report.pdf</loc>
537
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
538
-  <changefreq>daily</changefreq>
539
-  <priority>0.51</priority>
540
-</url>
541
-<url>
542
-  <loc>https://www.torproject.org/about/findoc/2009-TorProject-Form990andPC.pdf</loc>
543
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
544
-  <changefreq>daily</changefreq>
545
-  <priority>0.51</priority>
546
-</url>
547
-<url>
548
-  <loc>https://www.torproject.org/about/findoc/2009-TorProject-FinancialStatements.pdf</loc>
549
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
550
-  <changefreq>daily</changefreq>
551
-  <priority>0.51</priority>
552
-</url>
553
-<url>
554
-  <loc>https://www.torproject.org/about/findoc/2009-TorProject-DCF.pdf</loc>
555
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
556
-  <changefreq>daily</changefreq>
557
-  <priority>0.51</priority>
558
-</url>
559
-<url>
560
-  <loc>https://www.torproject.org/about/findoc/2008-TorProject-Form990.pdf</loc>
561
-  <lastmod>2014-02-06T17:28:21+00:00</lastmod>
562
-  <changefreq>daily</changefreq>
563
-  <priority>0.51</priority>
564
-</url>
565
-<url>
566
-  <loc>https://www.torproject.org/about/findoc/2008-TorProject-FinancialStatements.pdf</loc>
567
-  <lastmod>2014-02-06T17:28:21+00:00</lastmod>
568
-  <changefreq>daily</changefreq>
569
-  <priority>0.51</priority>
570
-</url>
571
-<url>
572
-  <loc>https://www.torproject.org/about/findoc/2007-TorProject-Form990.pdf</loc>
573
-  <lastmod>2014-02-06T17:28:21+00:00</lastmod>
574
-  <changefreq>daily</changefreq>
575
-  <priority>0.51</priority>
576
-</url>
577
-<url>
578
-  <loc>https://www.torproject.org/docs/debian.html.en</loc>
579
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
580
-  <changefreq>daily</changefreq>
581
-  <priority>0.51</priority>
582
-</url>
583
-<url>
584
-  <loc>https://www.torproject.org/docs/debian-vidalia.html.en</loc>
585
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
586
-  <changefreq>daily</changefreq>
587
-  <priority>0.51</priority>
588
-</url>
589
-<url>
590
-  <loc>https://www.torproject.org/docs/rpms.html.en</loc>
591
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
592
-  <changefreq>daily</changefreq>
593
-  <priority>0.51</priority>
594
-</url>
595
-<url>
596
-  <loc>https://www.torproject.org/docs/N900.html.en</loc>
597
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
598
-  <changefreq>daily</changefreq>
599
-  <priority>0.51</priority>
600
-</url>
601
-<url>
602
-  <loc>https://www.torproject.org/torbutton/en/design/index.html.en</loc>
603
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
604
-  <changefreq>daily</changefreq>
605
-  <priority>0.51</priority>
606
-</url>
607
-<url>
608
-  <loc>https://www.torproject.org/torbutton/en/design/MozillaBrownBag.pdf</loc>
609
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
610
-  <changefreq>daily</changefreq>
611
-  <priority>0.51</priority>
612
-</url>
613
-<url>
614
-  <loc>https://www.torproject.org/torbutton/torbutton-faq.html.en</loc>
615
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
616
-  <changefreq>daily</changefreq>
617
-  <priority>0.51</priority>
618
-</url>
619
-<url>
620
-  <loc>https://www.torproject.org/download/download-unix.html.en</loc>
621
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
622
-  <changefreq>daily</changefreq>
623
-  <priority>0.51</priority>
624
-</url>
625
-<url>
626
-  <loc>https://www.torproject.org/projects/tordnsel.html.en</loc>
627
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
628
-  <changefreq>daily</changefreq>
629
-  <priority>0.51</priority>
630
-</url>
631
-<url>
632
-  <loc>https://www.torproject.org/press/presskit/2010-09-16-circumvention-features.pdf</loc>
633
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
634
-  <changefreq>daily</changefreq>
635
-  <priority>0.51</priority>
636
-</url>
637
-<url>
638
-  <loc>https://www.torproject.org/press/presskit/2009-03-11-performance.pdf</loc>
639
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
640
-  <changefreq>daily</changefreq>
641
-  <priority>0.51</priority>
642
-</url>
643
-<url>
644
-  <loc>https://www.torproject.org/about/gsocProposal/gsoc12-proposal-stemImprovements.html</loc>
645
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
646
-  <changefreq>daily</changefreq>
647
-  <priority>0.51</priority>
648
-</url>
649
-<url>
650
-  <loc>https://www.torproject.org/about/gsocProposal/gsoc10-proposal-soat.txt</loc>
651
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
652
-  <changefreq>daily</changefreq>
653
-  <priority>0.51</priority>
654
-</url>
655
-<url>
656
-  <loc>https://www.torproject.org/about/gsocProposal/gsoc11-proposal-metadataToolkit.pdf</loc>
657
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
658
-  <changefreq>daily</changefreq>
659
-  <priority>0.51</priority>
660
-</url>
661
-<url>
662
-  <loc>https://www.torproject.org/dist/torbrowser/?C=N;O=D</loc>
663
-  <changefreq>daily</changefreq>
664
-  <priority>0.51</priority>
665
-</url>
666
-<url>
667
-  <loc>https://www.torproject.org/dist/torbrowser/?C=M;O=A</loc>
668
-  <changefreq>daily</changefreq>
669
-  <priority>0.51</priority>
670
-</url>
671
-<url>
672
-  <loc>https://www.torproject.org/dist/torbrowser/?C=S;O=A</loc>
673
-  <changefreq>daily</changefreq>
674
-  <priority>0.51</priority>
675
-</url>
676
-<url>
677
-  <loc>https://www.torproject.org/dist/torbrowser/?C=D;O=A</loc>
678
-  <changefreq>daily</changefreq>
679
-  <priority>0.51</priority>
680
-</url>
681
-<url>
682
-  <loc>https://www.torproject.org/dist/</loc>
683
-  <changefreq>daily</changefreq>
684
-  <priority>0.51</priority>
685
-</url>
686
-<url>
687
-  <loc>https://www.torproject.org/dist/torbrowser/3.5.1/</loc>
688
-  <changefreq>daily</changefreq>
689
-  <priority>0.51</priority>
690
-</url>
691
-<url>
692
-  <loc>https://www.torproject.org/dist/torbrowser/3.5/</loc>
693
-  <changefreq>daily</changefreq>
694
-  <priority>0.51</priority>
695
-</url>
696
-<url>
697
-  <loc>https://www.torproject.org/dist/torbrowser/linux/</loc>
698
-  <changefreq>daily</changefreq>
699
-  <priority>0.51</priority>
700
-</url>
701
-<url>
702
-  <loc>https://www.torproject.org/dist/torbrowser/osx/</loc>
703
-  <changefreq>daily</changefreq>
704
-  <priority>0.51</priority>
705
-</url>
706
-<url>
707
-  <loc>https://www.torproject.org/projects/gettor.html.en</loc>
708
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
709
-  <changefreq>daily</changefreq>
710
-  <priority>0.51</priority>
711
-</url>
712
-<url>
713
-  <loc>https://www.torproject.org/dist/manual/short-user-manual_ar.xhtml</loc>
714
-  <lastmod>2012-08-20T17:12:41+00:00</lastmod>
715
-  <changefreq>daily</changefreq>
716
-  <priority>0.51</priority>
717
-</url>
718
-<url>
719
-  <loc>https://www.torproject.org/dist/manual/short-user-manual_zh_CN.xhtml</loc>
720
-  <lastmod>2012-04-18T13:05:42+00:00</lastmod>
721
-  <changefreq>daily</changefreq>
722
-  <priority>0.51</priority>
723
-</url>
724
-<url>
725
-  <loc>https://www.torproject.org/dist/manual/short-user-manual_cs.xhtml</loc>
726
-  <lastmod>2012-08-20T17:12:41+00:00</lastmod>
727
-  <changefreq>daily</changefreq>
728
-  <priority>0.51</priority>
729
-</url>
730
-<url>
731
-  <loc>https://www.torproject.org/dist/manual/short-user-manual_nl.xhtml</loc>
732
-  <lastmod>2012-08-20T17:12:41+00:00</lastmod>
733
-  <changefreq>daily</changefreq>
734
-  <priority>0.51</priority>
735
-</url>
736
-<url>
737
-  <loc>https://www.torproject.org/dist/manual/short-user-manual_fr.xhtml</loc>
738
-  <lastmod>2012-08-20T17:12:41+00:00</lastmod>
739
-  <changefreq>daily</changefreq>
740
-  <priority>0.51</priority>
741
-</url>
742
-<url>
743
-  <loc>https://www.torproject.org/dist/manual/short-user-manual_de.xhtml</loc>
744
-  <lastmod>2012-08-20T17:12:41+00:00</lastmod>
745
-  <changefreq>daily</changefreq>
746
-  <priority>0.51</priority>
747
-</url>
748
-<url>
749
-  <loc>https://www.torproject.org/dist/manual/short-user-manual_el.xhtml</loc>
750
-  <lastmod>2012-08-20T17:12:41+00:00</lastmod>
751
-  <changefreq>daily</changefreq>
752
-  <priority>0.51</priority>
753
-</url>
754
-<url>
755
-  <loc>https://www.torproject.org/dist/manual/short-user-manual_hu.xhtml</loc>
756
-  <lastmod>2013-02-04T21:21:19+00:00</lastmod>
757
-  <changefreq>daily</changefreq>
758
-  <priority>0.51</priority>
759
-</url>
760
-<url>
761
-  <loc>https://www.torproject.org/dist/manual/short-user-manual_it.xhtml</loc>
762
-  <lastmod>2012-08-20T17:12:41+00:00</lastmod>
763
-  <changefreq>daily</changefreq>
764
-  <priority>0.51</priority>
765
-</url>
766
-<url>
767
-  <loc>https://www.torproject.org/dist/manual/short-user-manual_ja.xhtml</loc>
768
-  <lastmod>2013-02-04T21:21:48+00:00</lastmod>
769
-  <changefreq>daily</changefreq>
770
-  <priority>0.51</priority>
771
-</url>
772
-<url>
773
-  <loc>https://www.torproject.org/dist/manual/short-user-manual_lv.xhtml</loc>
774
-  <lastmod>2012-10-31T20:59:29+00:00</lastmod>
775
-  <changefreq>daily</changefreq>
776
-  <priority>0.51</priority>
777
-</url>
778
-<url>
779
-  <loc>https://www.torproject.org/dist/manual/short-user-manual_nb.xhtml</loc>
780
-  <lastmod>2013-02-04T21:22:21+00:00</lastmod>
781
-  <changefreq>daily</changefreq>
782
-  <priority>0.51</priority>
783
-</url>
784
-<url>
785
-  <loc>https://www.torproject.org/dist/manual/short-user-manual_pl.xhtml</loc>
786
-  <lastmod>2012-08-20T17:12:41+00:00</lastmod>
787
-  <changefreq>daily</changefreq>
788
-  <priority>0.51</priority>
789
-</url>
790
-<url>
791
-  <loc>https://www.torproject.org/dist/manual/short-user-manual_pt_BR.xhtml</loc>
792
-  <lastmod>2012-08-20T17:12:41+00:00</lastmod>
793
-  <changefreq>daily</changefreq>
794
-  <priority>0.51</priority>
795
-</url>
796
-<url>
797
-  <loc>https://www.torproject.org/dist/manual/short-user-manual_ru.xhtml</loc>
798
-  <lastmod>2012-08-20T17:12:41+00:00</lastmod>
799
-  <changefreq>daily</changefreq>
800
-  <priority>0.51</priority>
801
-</url>
802
-<url>
803
-  <loc>https://www.torproject.org/dist/manual/short-user-manual_es.xhtml</loc>
804
-  <lastmod>2012-08-20T17:12:41+00:00</lastmod>
805
-  <changefreq>daily</changefreq>
806
-  <priority>0.51</priority>
807
-</url>
808
-<url>
809
-  <loc>https://www.torproject.org/dist/manual/short-user-manual_sv.xhtml</loc>
810
-  <lastmod>2013-02-04T21:22:46+00:00</lastmod>
811
-  <changefreq>daily</changefreq>
812
-  <priority>0.51</priority>
813
-</url>
814
-<url>
815
-  <loc>https://www.torproject.org/dist/manual/short-user-manual_tr.xhtml</loc>
816
-  <lastmod>2013-02-04T21:23:01+00:00</lastmod>
817
-  <changefreq>daily</changefreq>
818
-  <priority>0.51</priority>
819
-</url>
820
-<url>
821
-  <loc>https://www.torproject.org/dist/torbrowser/?C=N;O=A</loc>
822
-  <changefreq>daily</changefreq>
823
-  <priority>0.41</priority>
824
-</url>
825
-<url>
826
-  <loc>https://www.torproject.org/dist/torbrowser/?C=M;O=D</loc>
827
-  <changefreq>daily</changefreq>
828
-  <priority>0.41</priority>
829
-</url>
830
-<url>
831
-  <loc>https://www.torproject.org/dist/torbrowser/?C=S;O=D</loc>
832
-  <changefreq>daily</changefreq>
833
-  <priority>0.41</priority>
834
-</url>
835
-<url>
836
-  <loc>https://www.torproject.org/dist/torbrowser/?C=D;O=D</loc>
837
-  <changefreq>daily</changefreq>
838
-  <priority>0.41</priority>
839
-</url>
840
-<url>
841
-  <loc>https://www.torproject.org/dist/?C=N;O=D</loc>
842
-  <changefreq>daily</changefreq>
843
-  <priority>0.41</priority>
844
-</url>
845
-<url>
846
-  <loc>https://www.torproject.org/dist/?C=M;O=A</loc>
847
-  <changefreq>daily</changefreq>
848
-  <priority>0.41</priority>
849
-</url>
850
-<url>
851
-  <loc>https://www.torproject.org/dist/?C=S;O=A</loc>
852
-  <changefreq>daily</changefreq>
853
-  <priority>0.41</priority>
854
-</url>
855
-<url>
856
-  <loc>https://www.torproject.org/dist/?C=D;O=A</loc>
857
-  <changefreq>daily</changefreq>
858
-  <priority>0.41</priority>
859
-</url>
860
-<url>
861
-  <loc>https://www.torproject.org/dist/manual/</loc>
862
-  <changefreq>daily</changefreq>
863
-  <priority>0.41</priority>
864
-</url>
865
-<url>
866
-  <loc>https://www.torproject.org/dist/misc/</loc>
867
-  <changefreq>daily</changefreq>
868
-  <priority>0.41</priority>
869
-</url>
870
-<url>
871
-  <loc>https://www.torproject.org/dist/torbirdy/</loc>
872
-  <changefreq>daily</changefreq>
873
-  <priority>0.41</priority>
874
-</url>
875
-<url>
876
-  <loc>https://www.torproject.org/dist/torbutton/</loc>
877
-  <changefreq>daily</changefreq>
878
-  <priority>0.41</priority>
879
-</url>
880
-<url>
881
-  <loc>https://www.torproject.org/dist/vidalia-bundles/</loc>
882
-  <changefreq>daily</changefreq>
883
-  <priority>0.41</priority>
884
-</url>
885
-<url>
886
-  <loc>https://www.torproject.org/dist/vidalia/</loc>
887
-  <changefreq>daily</changefreq>
888
-  <priority>0.41</priority>
889
-</url>
890
-<url>
891
-  <loc>https://www.torproject.org/dist/win32/</loc>
892
-  <changefreq>daily</changefreq>
893
-  <priority>0.41</priority>
894
-</url>
895
-<url>
896
-  <loc>https://www.torproject.org/dist/torbrowser/3.5.1/?C=N;O=D</loc>
897
-  <changefreq>daily</changefreq>
898
-  <priority>0.41</priority>
899
-</url>
900
-<url>
901
-  <loc>https://www.torproject.org/dist/torbrowser/3.5.1/?C=M;O=A</loc>
902
-  <changefreq>daily</changefreq>
903
-  <priority>0.41</priority>
904
-</url>
905
-<url>
906
-  <loc>https://www.torproject.org/dist/torbrowser/3.5.1/?C=S;O=A</loc>
907
-  <changefreq>daily</changefreq>
908
-  <priority>0.41</priority>
909
-</url>
910
-<url>
911
-  <loc>https://www.torproject.org/dist/torbrowser/3.5.1/?C=D;O=A</loc>
912
-  <changefreq>daily</changefreq>
913
-  <priority>0.41</priority>
914
-</url>
915
-<url>
916
-  <loc>https://www.torproject.org/dist/torbrowser/3.5.1/sha256sums-erinn.txt.asc</loc>
917
-  <lastmod>2014-01-28T04:31:50+00:00</lastmod>
918
-  <changefreq>daily</changefreq>
919
-  <priority>0.41</priority>
920
-</url>
921
-<url>
922
-  <loc>https://www.torproject.org/dist/torbrowser/3.5.1/sha256sums.txt</loc>
923
-  <lastmod>2014-01-22T21:13:28+00:00</lastmod>
924
-  <changefreq>daily</changefreq>
925
-  <priority>0.41</priority>
926
-</url>
927
-<url>
928
-  <loc>https://www.torproject.org/dist/torbrowser/3.5.1/sha256sums.txt-gk.asc</loc>
929
-  <lastmod>2014-01-21T13:25:29+00:00</lastmod>
930
-  <changefreq>daily</changefreq>
931
-  <priority>0.41</priority>
932
-</url>
933
-<url>
934
-  <loc>https://www.torproject.org/dist/torbrowser/3.5.1/sha256sums.txt-linus.asc</loc>
935
-  <lastmod>2014-01-22T14:00:22+00:00</lastmod>
936
-  <changefreq>daily</changefreq>
937
-  <priority>0.41</priority>
938
-</url>
939
-<url>
940
-  <loc>https://www.torproject.org/dist/torbrowser/3.5.1/sha256sums.txt-mikeperry.asc</loc>
941
-  <lastmod>2014-01-22T21:13:29+00:00</lastmod>
942
-  <changefreq>daily</changefreq>
943
-  <priority>0.41</priority>
944
-</url>
945
-<url>
946
-  <loc>https://www.torproject.org/dist/torbrowser/3.5/?C=N;O=D</loc>
947
-  <changefreq>daily</changefreq>
948
-  <priority>0.41</priority>
949
-</url>
950
-<url>
951
-  <loc>https://www.torproject.org/dist/torbrowser/3.5/?C=M;O=A</loc>
952
-  <changefreq>daily</changefreq>
953
-  <priority>0.41</priority>
954
-</url>
955
-<url>
956
-  <loc>https://www.torproject.org/dist/torbrowser/3.5/?C=S;O=A</loc>
957
-  <changefreq>daily</changefreq>
958
-  <priority>0.41</priority>
959
-</url>
960
-<url>
961
-  <loc>https://www.torproject.org/dist/torbrowser/3.5/?C=D;O=A</loc>
962
-  <changefreq>daily</changefreq>
963
-  <priority>0.41</priority>
964
-</url>
965
-<url>
966
-  <loc>https://www.torproject.org/dist/torbrowser/3.5/sha256sums.txt</loc>
967
-  <lastmod>2013-12-18T22:03:29+00:00</lastmod>
968
-  <changefreq>daily</changefreq>
969
-  <priority>0.41</priority>
970
-</url>
971
-<url>
972
-  <loc>https://www.torproject.org/dist/torbrowser/3.5/sha256sums.txt-erinn.asc</loc>
973
-  <lastmod>2013-12-18T22:07:34+00:00</lastmod>
974
-  <changefreq>daily</changefreq>
975
-  <priority>0.41</priority>
976
-</url>
977
-<url>
978
-  <loc>https://www.torproject.org/dist/torbrowser/3.5/sha256sums.txt-linus.asc</loc>
979
-  <lastmod>2013-12-18T04:51:05+00:00</lastmod>
980
-  <changefreq>daily</changefreq>
981
-  <priority>0.41</priority>
982
-</url>
983
-<url>
984
-  <loc>https://www.torproject.org/dist/torbrowser/3.5/sha256sums.txt-mikeperry.asc</loc>
985
-  <lastmod>2013-12-22T13:49:52+00:00</lastmod>
986
-  <changefreq>daily</changefreq>
987
-  <priority>0.41</priority>
988
-</url>
989
-<url>
990
-  <loc>https://www.torproject.org/dist/torbrowser/linux/?C=N;O=D</loc>
991
-  <changefreq>daily</changefreq>
992
-  <priority>0.41</priority>
993
-</url>
994
-<url>
995
-  <loc>https://www.torproject.org/dist/torbrowser/linux/?C=M;O=A</loc>
996
-  <changefreq>daily</changefreq>
997
-  <priority>0.41</priority>
998
-</url>
999
-<url>
1000
-  <loc>https://www.torproject.org/dist/torbrowser/linux/?C=S;O=A</loc>
1001
-  <changefreq>daily</changefreq>
1002
-  <priority>0.41</priority>
1003
-</url>
1004
-<url>
1005
-  <loc>https://www.torproject.org/dist/torbrowser/linux/?C=D;O=A</loc>
1006
-  <changefreq>daily</changefreq>
1007
-  <priority>0.41</priority>
1008
-</url>
1009
-<url>
1010
-  <loc>https://www.torproject.org/dist/torbrowser/osx/?C=N;O=D</loc>
1011
-  <changefreq>daily</changefreq>
1012
-  <priority>0.41</priority>
1013
-</url>
1014
-<url>
1015
-  <loc>https://www.torproject.org/dist/torbrowser/osx/?C=M;O=A</loc>
1016
-  <changefreq>daily</changefreq>
1017
-  <priority>0.41</priority>
1018
-</url>
1019
-<url>
1020
-  <loc>https://www.torproject.org/dist/torbrowser/osx/?C=S;O=A</loc>
1021
-  <changefreq>daily</changefreq>
1022
-  <priority>0.41</priority>
1023
-</url>
1024
-<url>
1025
-  <loc>https://www.torproject.org/dist/torbrowser/osx/?C=D;O=A</loc>
1026
-  <changefreq>daily</changefreq>
1027
-  <priority>0.41</priority>
1028
-</url>
1029
-<url>
1030
-  <loc>https://www.torproject.org/projects/torbrowser.html</loc>
1031
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
1032
-  <changefreq>daily</changefreq>
1033
-  <priority>0.41</priority>
1034
-</url>
1035
-<url>
1036
-  <loc>https://www.torproject.org/torbutton/torbutton-faq.html</loc>
1037
-  <lastmod>2014-02-06T17:28:22+00:00</lastmod>
1038
-  <changefreq>daily</changefreq>
1039
-  <priority>0.41</priority>
1040
-</url>
1041
-<url>
1042
-  <loc>https://www.torproject.org/dist/?C=N;O=A</loc>
1043
-  <changefreq>daily</changefreq>
1044
-  <priority>0.33</priority>
1045
-</url>
1046
-<url>
1047
-  <loc>https://www.torproject.org/dist/?C=M;O=D</loc>
1048
-  <changefreq>daily</changefreq>
1049
-  <priority>0.33</priority>
1050
-</url>
1051
-<url>
1052
-  <loc>https://www.torproject.org/dist/?C=S;O=D</loc>
1053
-  <changefreq>daily</changefreq>
1054
-  <priority>0.33</priority>
1055
-</url>
1056
-<url>
1057
-  <loc>https://www.torproject.org/dist/?C=D;O=D</loc>
1058
-  <changefreq>daily</changefreq>
1059
-  <priority>0.33</priority>
1060
-</url>
1061
-<url>
1062
-  <loc>https://www.torproject.org/dist/manual/?C=N;O=D</loc>
1063
-  <changefreq>daily</changefreq>
1064
-  <priority>0.33</priority>
1065
-</url>
1066
-<url>
1067
-  <loc>https://www.torproject.org/dist/manual/?C=M;O=A</loc>
1068
-  <changefreq>daily</changefreq>
1069
-  <priority>0.33</priority>
1070
-</url>
1071
-<url>
1072
-  <loc>https://www.torproject.org/dist/manual/?C=S;O=A</loc>
1073
-  <changefreq>daily</changefreq>
1074
-  <priority>0.33</priority>
1075
-</url>
1076
-<url>
1077
-  <loc>https://www.torproject.org/dist/manual/?C=D;O=A</loc>
1078
-  <changefreq>daily</changefreq>
1079
-  <priority>0.33</priority>
1080
-</url>
1081
-<url>
1082
-  <loc>https://www.torproject.org/dist/manual/short-user-manual_en.xhtml</loc>
1083
-  <lastmod>2012-06-18T15:13:15+00:00</lastmod>
1084
-  <changefreq>daily</changefreq>
1085
-  <priority>0.33</priority>
1086
-</url>
1087
-<url>
1088
-  <loc>https://www.torproject.org/dist/manual/short-user-manual_fa.xhtml</loc>
1089
-  <lastmod>2012-08-20T17:12:41+00:00</lastmod>
1090
-  <changefreq>daily</changefreq>
1091
-  <priority>0.33</priority>
1092
-</url>
1093
-<url>
1094
-  <loc>https://www.torproject.org/dist/misc/?C=N;O=D</loc>
1095
-  <changefreq>daily</changefreq>
1096
-  <priority>0.33</priority>
1097
-</url>
1098
-<url>
1099
-  <loc>https://www.torproject.org/dist/misc/?C=M;O=A</loc>
1100
-  <changefreq>daily</changefreq>
1101
-  <priority>0.33</priority>
1102
-</url>
1103
-<url>
1104
-  <loc>https://www.torproject.org/dist/misc/?C=S;O=A</loc>
1105
-  <changefreq>daily</changefreq>
1106
-  <priority>0.33</priority>
1107
-</url>
1108
-<url>
1109
-  <loc>https://www.torproject.org/dist/misc/?C=D;O=A</loc>
1110
-  <changefreq>daily</changefreq>
1111
-  <priority>0.33</priority>
1112
-</url>
1113
-<url>
1114
-  <loc>https://www.torproject.org/dist/misc/ttdnsd/</loc>
1115
-  <changefreq>daily</changefreq>
1116
-  <priority>0.33</priority>
1117
-</url>
1118
-<url>
1119
-  <loc>https://www.torproject.org/dist/torbirdy/?C=N;O=D</loc>
1120
-  <changefreq>daily</changefreq>
1121
-  <priority>0.33</priority>
1122
-</url>
1123
-<url>
1124
-  <loc>https://www.torproject.org/dist/torbirdy/?C=M;O=A</loc>
1125
-  <changefreq>daily</changefreq>
1126
-  <priority>0.33</priority>
1127
-</url>
1128
-<url>
1129
-  <loc>https://www.torproject.org/dist/torbirdy/?C=S;O=A</loc>
1130
-  <changefreq>daily</changefreq>
1131
-  <priority>0.33</priority>
1132
-</url>
1133
-<url>
1134
-  <loc>https://www.torproject.org/dist/torbirdy/?C=D;O=A</loc>
1135
-  <changefreq>daily</changefreq>
1136
-  <priority>0.33</priority>
1137
-</url>
1138
-<url>
1139
-  <loc>https://www.torproject.org/dist/torbutton/?C=N;O=D</loc>
1140
-  <changefreq>daily</changefreq>
1141
-  <priority>0.33</priority>
1142
-</url>
1143
-<url>
1144
-  <loc>https://www.torproject.org/dist/torbutton/?C=M;O=A</loc>
1145
-  <changefreq>daily</changefreq>
1146
-  <priority>0.33</priority>
1147
-</url>
1148
-<url>
1149
-  <loc>https://www.torproject.org/dist/torbutton/?C=S;O=A</loc>
1150
-  <changefreq>daily</changefreq>
1151
-  <priority>0.33</priority>
1152
-</url>
1153
-<url>
1154
-  <loc>https://www.torproject.org/dist/torbutton/?C=D;O=A</loc>
1155
-  <changefreq>daily</changefreq>
1156
-  <priority>0.33</priority>
1157
-</url>
1158
-<url>
1159
-  <loc>https://www.torproject.org/dist/vidalia-bundles/?C=N;O=D</loc>
1160
-  <changefreq>daily</changefreq>
1161
-  <priority>0.33</priority>
1162
-</url>
1163
-<url>
1164
-  <loc>https://www.torproject.org/dist/vidalia-bundles/?C=M;O=A</loc>
1165
-  <changefreq>daily</changefreq>
1166
-  <priority>0.33</priority>
1167
-</url>
1168
-<url>
1169
-  <loc>https://www.torproject.org/dist/vidalia-bundles/?C=S;O=A</loc>
1170
-  <changefreq>daily</changefreq>
1171
-  <priority>0.33</priority>
1172
-</url>
1173
-<url>
1174
-  <loc>https://www.torproject.org/dist/vidalia-bundles/?C=D;O=A</loc>
1175
-  <changefreq>daily</changefreq>
1176
-  <priority>0.33</priority>
1177
-</url>
1178
-<url>
1179
-  <loc>https://www.torproject.org/dist/vidalia/?C=N;O=D</loc>
1180
-  <changefreq>daily</changefreq>
1181
-  <priority>0.33</priority>
1182
-</url>
1183
-<url>
1184
-  <loc>https://www.torproject.org/dist/vidalia/?C=M;O=A</loc>
1185
-  <changefreq>daily</changefreq>
1186
-  <priority>0.33</priority>
1187
-</url>
1188
-<url>
1189
-  <loc>https://www.torproject.org/dist/vidalia/?C=S;O=A</loc>
1190
-  <changefreq>daily</changefreq>
1191
-  <priority>0.33</priority>
1192
-</url>
1193
-<url>
1194
-  <loc>https://www.torproject.org/dist/vidalia/?C=D;O=A</loc>
1195
-  <changefreq>daily</changefreq>
1196
-  <priority>0.33</priority>
1197
-</url>
1198
-<url>
1199
-  <loc>https://www.torproject.org/dist/win32/?C=N;O=D</loc>
1200
-  <changefreq>daily</changefreq>
1201
-  <priority>0.33</priority>
1202
-</url>
1203
-<url>
1204
-  <loc>https://www.torproject.org/dist/win32/?C=M;O=A</loc>
1205
-  <changefreq>daily</changefreq>
1206
-  <priority>0.33</priority>
1207
-</url>
1208
-<url>
1209
-  <loc>https://www.torproject.org/dist/win32/?C=S;O=A</loc>
1210
-  <changefreq>daily</changefreq>
1211
-  <priority>0.33</priority>
1212
-</url>
1213
-<url>
1214
-  <loc>https://www.torproject.org/dist/win32/?C=D;O=A</loc>
1215
-  <changefreq>daily</changefreq>
1216
-  <priority>0.33</priority>
1217
-</url>
1218
-<url>
1219
-  <loc>https://www.torproject.org/dist/torbrowser/3.5.1/?C=N;O=A</loc>
1220
-  <changefreq>daily</changefreq>
1221
-  <priority>0.33</priority>
1222
-</url>
1223
-<url>
1224
-  <loc>https://www.torproject.org/dist/torbrowser/3.5.1/?C=M;O=D</loc>
1225
-  <changefreq>daily</changefreq>
1226
-  <priority>0.33</priority>
1227
-</url>
1228
-<url>
1229
-  <loc>https://www.torproject.org/dist/torbrowser/3.5.1/?C=S;O=D</loc>
1230
-  <changefreq>daily</changefreq>
1231
-  <priority>0.33</priority>
1232
-</url>
1233
-<url>
1234
-  <loc>https://www.torproject.org/dist/torbrowser/3.5.1/?C=D;O=D</loc>
1235
-  <changefreq>daily</changefreq>
1236
-  <priority>0.33</priority>
1237
-</url>
1238
-<url>
1239
-  <loc>https://www.torproject.org/dist/torbrowser/3.5/?C=N;O=A</loc>
1240
-  <changefreq>daily</changefreq>
1241
-  <priority>0.33</priority>
1242
-</url>
1243
-<url>
1244
-  <loc>https://www.torproject.org/dist/torbrowser/3.5/?C=M;O=D</loc>
1245
-  <changefreq>daily</changefreq>
1246
-  <priority>0.33</priority>
1247
-</url>
1248
-<url>
1249
-  <loc>https://www.torproject.org/dist/torbrowser/3.5/?C=S;O=D</loc>
1250
-  <changefreq>daily</changefreq>
1251
-  <priority>0.33</priority>
1252
-</url>
1253
-<url>
1254
-  <loc>https://www.torproject.org/dist/torbrowser/3.5/?C=D;O=D</loc>
1255
-  <changefreq>daily</changefreq>
1256
-  <priority>0.33</priority>
1257
-</url>
1258
-<url>
1259
-  <loc>https://www.torproject.org/dist/torbrowser/linux/?C=N;O=A</loc>
1260
-  <changefreq>daily</changefreq>
1261
-  <priority>0.33</priority>
1262
-</url>
1263
-<url>
1264
-  <loc>https://www.torproject.org/dist/torbrowser/linux/?C=M;O=D</loc>
1265
-  <changefreq>daily</changefreq>
1266
-  <priority>0.33</priority>
1267
-</url>
1268
-<url>
1269
-  <loc>https://www.torproject.org/dist/torbrowser/linux/?C=S;O=D</loc>
1270
-  <changefreq>daily</changefreq>
1271
-  <priority>0.33</priority>
1272
-</url>
1273
-<url>
1274
-  <loc>https://www.torproject.org/dist/torbrowser/linux/?C=D;O=D</loc>
1275
-  <changefreq>daily</changefreq>
1276
-  <priority>0.33</priority>
1277
-</url>
1278
-<url>
1279
-  <loc>https://www.torproject.org/dist/torbrowser/osx/?C=N;O=A</loc>
1280
-  <changefreq>daily</changefreq>
1281
-  <priority>0.33</priority>
1282
-</url>
1283
-<url>
1284
-  <loc>https://www.torproject.org/dist/torbrowser/osx/?C=M;O=D</loc>
1285
-  <changefreq>daily</changefreq>
1286
-  <priority>0.33</priority>
1287
-</url>
1288
-<url>
1289
-  <loc>https://www.torproject.org/dist/torbrowser/osx/?C=S;O=D</loc>
1290
-  <changefreq>daily</changefreq>
1291
-  <priority>0.33</priority>
1292
-</url>
1293
-<url>
1294
-  <loc>https://www.torproject.org/dist/torbrowser/osx/?C=D;O=D</loc>
1295
-  <changefreq>daily</changefreq>
1296
-  <priority>0.33</priority>
1297
-</url>
1298
-<url>
1299
-  <loc>https://www.torproject.org/dist/manual/?C=N;O=A</loc>
1300
-  <changefreq>daily</changefreq>
1301
-  <priority>0.26</priority>
1302
-</url>
1303
-<url>
1304
-  <loc>https://www.torproject.org/dist/manual/?C=M;O=D</loc>
1305
-  <changefreq>daily</changefreq>
1306
-  <priority>0.26</priority>
1307
-</url>
1308
-<url>
1309
-  <loc>https://www.torproject.org/dist/manual/?C=S;O=D</loc>
1310
-  <changefreq>daily</changefreq>
1311
-  <priority>0.26</priority>
1312
-</url>
1313
-<url>
1314
-  <loc>https://www.torproject.org/dist/manual/?C=D;O=D</loc>
1315
-  <changefreq>daily</changefreq>
1316
-  <priority>0.26</priority>
1317
-</url>
1318
-<url>
1319
-  <loc>https://www.torproject.org/dist/misc/?C=N;O=A</loc>
1320
-  <changefreq>daily</changefreq>
1321
-  <priority>0.26</priority>
1322
-</url>
1323
-<url>
1324
-  <loc>https://www.torproject.org/dist/misc/?C=M;O=D</loc>
1325
-  <changefreq>daily</changefreq>
1326
-  <priority>0.26</priority>
1327
-</url>
1328
-<url>
1329
-  <loc>https://www.torproject.org/dist/misc/?C=S;O=D</loc>
1330
-  <changefreq>daily</changefreq>
1331
-  <priority>0.26</priority>
1332
-</url>
1333
-<url>
1334
-  <loc>https://www.torproject.org/dist/misc/?C=D;O=D</loc>
1335
-  <changefreq>daily</changefreq>
1336
-  <priority>0.26</priority>
1337
-</url>
1338
-<url>
1339
-  <loc>https://www.torproject.org/dist/misc/ttdnsd/?C=N;O=D</loc>
1340
-  <changefreq>daily</changefreq>
1341
-  <priority>0.26</priority>
1342
-</url>
1343
-<url>
1344
-  <loc>https://www.torproject.org/dist/misc/ttdnsd/?C=M;O=A</loc>
1345
-  <changefreq>daily</changefreq>
1346
-  <priority>0.26</priority>
1347
-</url>
1348
-<url>
1349
-  <loc>https://www.torproject.org/dist/misc/ttdnsd/?C=S;O=A</loc>
1350
-  <changefreq>daily</changefreq>
1351
-  <priority>0.26</priority>
1352
-</url>
1353
-<url>
1354
-  <loc>https://www.torproject.org/dist/misc/ttdnsd/?C=D;O=A</loc>
1355
-  <changefreq>daily</changefreq>
1356
-  <priority>0.26</priority>
1357
-</url>
1358
-<url>
1359
-  <loc>https://www.torproject.org/dist/torbirdy/?C=N;O=A</loc>
1360
-  <changefreq>daily</changefreq>
1361
-  <priority>0.26</priority>
1362
-</url>
1363
-<url>
1364
-  <loc>https://www.torproject.org/dist/torbirdy/?C=M;O=D</loc>
1365
-  <changefreq>daily</changefreq>
1366
-  <priority>0.26</priority>
1367
-</url>
1368
-<url>
1369
-  <loc>https://www.torproject.org/dist/torbirdy/?C=S;O=D</loc>
1370
-  <changefreq>daily</changefreq>
1371
-  <priority>0.26</priority>
1372
-</url>
1373
-<url>
1374
-  <loc>https://www.torproject.org/dist/torbirdy/?C=D;O=D</loc>
1375
-  <changefreq>daily</changefreq>
1376
-  <priority>0.26</priority>
1377
-</url>
1378
-<url>
1379
-  <loc>https://www.torproject.org/dist/torbutton/?C=N;O=A</loc>
1380
-  <changefreq>daily</changefreq>
1381
-  <priority>0.26</priority>
1382
-</url>
1383
-<url>
1384
-  <loc>https://www.torproject.org/dist/torbutton/?C=M;O=D</loc>
1385
-  <changefreq>daily</changefreq>
1386
-  <priority>0.26</priority>
1387
-</url>
1388
-<url>
1389
-  <loc>https://www.torproject.org/dist/torbutton/?C=S;O=D</loc>
1390
-  <changefreq>daily</changefreq>
1391
-  <priority>0.26</priority>
1392
-</url>
1393
-<url>
1394
-  <loc>https://www.torproject.org/dist/torbutton/?C=D;O=D</loc>
1395
-  <changefreq>daily</changefreq>
1396
-  <priority>0.26</priority>
1397
-</url>
1398
-<url>
1399
-  <loc>https://www.torproject.org/dist/vidalia-bundles/?C=N;O=A</loc>
1400
-  <changefreq>daily</changefreq>
1401
-  <priority>0.26</priority>
1402
-</url>
1403
-<url>
1404
-  <loc>https://www.torproject.org/dist/vidalia-bundles/?C=M;O=D</loc>
1405
-  <changefreq>daily</changefreq>
1406
-  <priority>0.26</priority>
1407
-</url>
1408
-<url>
1409
-  <loc>https://www.torproject.org/dist/vidalia-bundles/?C=S;O=D</loc>
1410
-  <changefreq>daily</changefreq>
1411
-  <priority>0.26</priority>
1412
-</url>
1413
-<url>
1414
-  <loc>https://www.torproject.org/dist/vidalia-bundles/?C=D;O=D</loc>
1415
-  <changefreq>daily</changefreq>
1416
-  <priority>0.26</priority>
1417
-</url>
1418
-<url>
1419
-  <loc>https://www.torproject.org/dist/vidalia/?C=N;O=A</loc>
1420
-  <changefreq>daily</changefreq>
1421
-  <priority>0.26</priority>
1422
-</url>
1423
-<url>
1424
-  <loc>https://www.torproject.org/dist/vidalia/?C=M;O=D</loc>
1425
-  <changefreq>daily</changefreq>
1426
-  <priority>0.26</priority>
1427
-</url>
1428
-<url>
1429
-  <loc>https://www.torproject.org/dist/vidalia/?C=S;O=D</loc>
1430
-  <changefreq>daily</changefreq>
1431
-  <priority>0.26</priority>
1432
-</url>
1433
-<url>
1434
-  <loc>https://www.torproject.org/dist/vidalia/?C=D;O=D</loc>
1435
-  <changefreq>daily</changefreq>
1436
-  <priority>0.26</priority>
1437
-</url>
1438
-<url>
1439
-  <loc>https://www.torproject.org/dist/win32/?C=N;O=A</loc>
1440
-  <changefreq>daily</changefreq>
1441
-  <priority>0.26</priority>
1442
-</url>
1443
-<url>
1444
-  <loc>https://www.torproject.org/dist/win32/?C=M;O=D</loc>
1445
-  <changefreq>daily</changefreq>
1446
-  <priority>0.26</priority>
1447
-</url>
1448
-<url>
1449
-  <loc>https://www.torproject.org/dist/win32/?C=S;O=D</loc>
1450
-  <changefreq>daily</changefreq>
1451
-  <priority>0.26</priority>
1452
-</url>
1453
-<url>
1454
-  <loc>https://www.torproject.org/dist/win32/?C=D;O=D</loc>
1455
-  <changefreq>daily</changefreq>
1456
-  <priority>0.26</priority>
1457
-</url>
1458
-<url>
1459
-  <loc>https://www.torproject.org/dist/misc/ttdnsd/?C=N;O=A</loc>
1460
-  <changefreq>daily</changefreq>
1461
-  <priority>0.21</priority>
1462
-</url>
1463
-<url>
1464
-  <loc>https://www.torproject.org/dist/misc/ttdnsd/?C=M;O=D</loc>
1465
-  <changefreq>daily</changefreq>
1466
-  <priority>0.21</priority>
1467
-</url>
1468
-<url>
1469
-  <loc>https://www.torproject.org/dist/misc/ttdnsd/?C=S;O=D</loc>
1470
-  <changefreq>daily</changefreq>
1471
-  <priority>0.21</priority>
1472
-</url>
1473
-<url>
1474
-  <loc>https://www.torproject.org/dist/misc/ttdnsd/?C=D;O=D</loc>
1475
-  <changefreq>daily</changefreq>
1476
-  <priority>0.21</priority>
1477
-</url>
1478
-</urlset>
1479 0