[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] r26597: {website} Added subheads to the FAQ page; applied ln5's patch (in website/trunk: . docs/en)
Author: mttp
Date: 2014-02-09 02:55:13 +0000 (Sun, 09 Feb 2014)
New Revision: 26597
Removed:
website/trunk/sitemap.xml
Modified:
website/trunk/docs/en/faq.wml
website/trunk/robots.txt
Log:
Added subheads to the FAQ page; applied ln5's patch
Modified: website/trunk/docs/en/faq.wml
===================================================================
--- website/trunk/docs/en/faq.wml 2014-02-08 19:53:37 UTC (rev 26596)
+++ website/trunk/docs/en/faq.wml 2014-02-09 02:55:13 UTC (rev 26597)
@@ -14,7 +14,8 @@
<h1>Tor FAQ</h1>
<hr>
- <p>General questions:</p>
+ <p><a href="#General">General questions:</a></p>
+
<ul>
<li><a href="#WhatIsTor">What is Tor?</a></li>
<li><a href="#Torisdifferent">How is Tor different from other
@@ -44,7 +45,8 @@
fingerprints?</a></li>
</ul>
- <p>Compilation and Installation:</p>
+ <p><a href="#CompilationAndInstallation">Compilation and Installation:</a></p>
+
<ul>
<li><a href="#HowUninstallTor">How do I uninstall Tor?</a></li>
<li><a href="#PGPSigs">What are these "sig" files on the download
@@ -55,12 +57,12 @@
Windows?</a></li>
<li><a href="#VirusFalsePositives">Why does my Tor executable appear to
have a virus or spyware?</a></li>
- <li><a href="#tarFiles">How do I open a .tar.gz or .tar.xz file?</a></li>
+ <li><a href="#tarballs">How do I open a .tar.gz or .tar.xz file?</a></li>
<li><a href="#LiveCD">Is there a LiveCD or other bundle that
includes Tor?</a></li>
</ul>
- <p>Tor Browser Bundle:</p>
+ <p><a href="#TBBGeneral">Tor Browser Bundle (general):</a></p>
<ul>
<li><a href="#TBBFlash">Why can't I view videos on YouTube and other
@@ -87,7 +89,6 @@
for other browsers?</a></li>
<li><a href="#TBBCloseBrowser">I want to leave Tor Browser Bundle
running but close the browser.</a></li>
-
<li><a href="#GoogleCAPTCHA">Google makes me solve a CAPTCHA or tells
me I have spyware installed.</a></li>
<li><a href="#ForeignLanguages">Why does Google show up in foreign
@@ -98,6 +99,11 @@
or SOCKS Proxy</a></li>
<li><a href="#CantSetProxy">What should I do if I can't set a proxy
with my application?</a></li>
+ </ul>
+
+ <p><a href="#TBB3.x">Tor Browser Bundle (3.x series):</a></p>
+
+ <ul>
<li><a href="#WhereDidVidaliaGo">Where did the world map (Vidalia)
go?</a></li>
<li><a href="#DisableJS">How do I disable JavaScript?</a></li>
@@ -109,11 +115,12 @@
<li><a href="#ConfigureRelayOrBridge">How do I configure Tor as a relay
or bridge?</a></li>
<li><a href="#Timestamps">Why are the file timestamps from 2000?</a></li>
- <li><a href="#SourceCode">Where is the source code for the bundle? How do
+ <li><a href="#TBBSourceCode">Where is the source code for the bundle? How do
I verify a build?</a></li>
</ul>
- <p>Advanced Tor usage:</p>
+ <p><a href="#AdvancedTorUsage">Advanced Tor usage:</a></p>
+
<ul>
<li><a href="#torrc">I'm supposed to "edit my torrc". What does
that mean?</a></li>
@@ -138,7 +145,7 @@
SOCKS is leaking DNS requests?</a></li>
</ul>
- <p>Running a Tor relay:</p>
+ <p><a href="#RunningATorRelay">Running a Tor relay:</a></p>
<ul>
<li><a href="#HowDoIDecide">How do I decide if I should run a relay?
@@ -192,13 +199,15 @@
run my own?</a></li>
</ul>
- <p>Tor hidden services:</p>
+ <p><a href="#TorHiddenServices">Tor hidden services:</a></p>
+
<ul>
<li><a href="#AccessHiddenServices">How do I access hidden services?</a></li>
- <li><a href="#ProvideAHiddenService">How do I provide a hidden service</a></li>
+ <li><a href="#ProvideAHiddenService">How do I provide a hidden service?</a></li>
</ul>
- <p>Development</p>
+ <p><a href="#Development">Development:</a></p>
+
<ul>
<li><a href="#WhoIsResponsible">Who is responsible for Tor?</a></li>
<li><a href="#VersionNumbers">What do these weird version numbers
@@ -212,7 +221,7 @@
into Tor?</a></li>
</ul>
- <p>Anonymity and Security:</p>
+ <p><a href="#AnonymityAndSecurity">Anonymity and Security:</a></p>
<ul>
<li><a href="#WhatProtectionsDoesTorProvide">What protections does Tor
provide?</a></li>
@@ -240,7 +249,8 @@
routing?</a></li>
</ul>
- <p>Alternate designs that we don't do (yet):</p>
+ <p><a href="#AlternateDesigns">Alternate designs that we don't do (yet):</a></p>
+
<ul>
<li><a href="#EverybodyARelay">You should make every Tor user be a
relay.</a></li>
@@ -270,7 +280,7 @@
<li><a href="#IPv6">Tor should support IPv6.</a></li>
</ul>
- <p>Abuse:</p>
+ <p><a href="#Abuse">Abuse:</a></p>
<ul>
<li><a href="#Criminals">Doesn't Tor enable criminals to do bad
things?</a></li>
@@ -287,6 +297,7 @@
<hr>
<a id="General"></a>
+ <h2><a class="anchor">General:</a></h2>
<a id="WhatIsTor"></a>
<h3><a class="anchor" href="#WhatIsTor">What is Tor?</a></h3>
@@ -407,6 +418,7 @@
<hr>
+
<a id="CompatibleApplications"></a>
<h3><a class="anchor" href="#CompatibleApplications">What programs
can I use with Tor?</a></h3>
@@ -985,6 +997,9 @@
</p>
<hr>
+ <a id="CompilationAndInstallation"></a>
+ <h2><a class="anchor">Compilation And Installation:</a></h2>
+
<a id="HowUninstallTor"></a>
<h3><a class="anchor" href="#HowUninstallTor">How do I uninstall
Tor?</a></h3>
@@ -1110,8 +1125,8 @@
<hr>
- <a id="tarFiles"></a>
- <h3><a class="anchor" href="#tarFiles">How do I open a .tar.gz
+ <a id="tarballs"></a>
+ <h3><a class="anchor" href="#tarballs">How do I open a .tar.gz
or .tar.xz file?</a></h3>
<p>
@@ -1138,6 +1153,9 @@
<hr>
+<a id="TBBGeneral"></a>
+<h2><a class="anchor">Tor Browser Bundle (general):</a></h2>
+
<a id="TBBFlash"></a>
<h3><a class="anchor" href="#TBBFlash">Why can't I view videos on
YouTube
@@ -1362,7 +1380,7 @@
<a id="TorbuttonOtherBrowser"></a>
<h3><a class="anchor" href="#TorbuttonOtherBrowser">
-Will âTorbutton be available for other browsers?</a></h3>
+Will Torbutton be available for other browsers?</a></h3>
<p>
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 @@
<hr>
+<a id="TBB3.x"></a>
+<h2><a class="anchor">Tor Browser Bundle (3.x series):</a></h2>
<a id="WhereDidVidaliaGo"></a>
<h3><a class="anchor" href="#WhereDidVidaliaGo">Where did the world map
(Vidalia) go?</a></h3>
@@ -1824,8 +1844,8 @@
<hr>
- <a id="SourceCode"></a>
- <h3><a class="anchor" href="#SourceCode">Where is the source code for the bundle? How do I verify a build?</a></h3>
+ <a id="TBBSourceCode"></a>
+ <h3><a class="anchor" href="#TBBSourceCode">Where is the source code for the bundle? How do I verify a build?</a></h3>
<p>
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 @@
<hr>
+<a id="AdvancedTorUsage"></a>
+<h2><a class="anchor">Advanced Tor usage:</a></h2>
+
<a id="torrc"></a>
<h3><a class="anchor" href="#torrc">I'm supposed to "edit my torrc".
What does that mean?</a></h3>
@@ -2404,6 +2427,9 @@
<hr>
+ <a id="RunningATorRelay"></a>
+ <h2><a class="anchor">Running a Tor relay:</a></h2>
+
<a id="HowDoIDecide"></a>
<h3><a class="anchor" href="#HowDoIDecide">How do I decide if I should
run a relay?</a></h3>
@@ -2539,7 +2565,7 @@
link but want to limit the number of bytes per
day (or week or month) that you donate, check out the <a
-href="<wikifaq>#HowcanIlimitthetotalamountofbandwidthusedbymyTorrelay">
+href="#LimitTotalBandwidth">
hibernation
feature</a>.
</li>
@@ -2614,7 +2640,7 @@
<p>
Linux-based Tor nodes have another option at their disposal: they can
prioritize Tor traffic below other traffic on their machine, so that
- their own personal traffic is not impacted by Tor load. A â<a
+ their own personal traffic is not impacted by Tor load. A <a
href="https://gitweb.torproject.org/tor.git/blob/HEAD:/contrib/linux-tor-prio.sh">script
to do this</a> can be found in the Tor source distribution's contrib
directory.
@@ -3236,7 +3262,7 @@
<h3><a class="anchor" href="#BehindANAT">I'm behind a NAT/Firewall.</a></h3>
<p>
-See <a>âhttp://portforward.com/</a> for directions on how to port forward with
+See <a>http://portforward.com/</a> for directions on how to port forward with
your NAT/router device.
</p>
<p>
@@ -3375,6 +3401,8 @@
them into more US-based exit relay capacity.</li>
<li><a href="https://nos-oignons.net/">Nos Oignons</a> is a French
charitable non-profit that runs fast exit relays in France.</li>
+ <li><a href="https://www.dfri.se/donera/?lang=en">DFRI</a> is a
+ Swedish non-profit running exit relays.</li>
</ul>
<p>
@@ -3399,6 +3427,9 @@
<hr>
+<a id="TorHiddenServices"></a>
+<h2><a class="anchor">Tor hidden services:</a></h2>
+
<a id="AccessHiddenServices"></a>
<h3><a class="anchor" href="#AccessHiddenServices">How do I access
hidden services?</a></h3>
@@ -3462,6 +3493,9 @@
<hr>
+ <a id="Development"></a>
+ <h2><a class="anchor">Development:</a></h2>
+
<a id="WhoIsResponsible"></a>
<h3><a class="anchor" href="#WhoIsResponsible">Who is responsible
for Tor?</a></h3>
@@ -3652,6 +3686,9 @@
<hr>
+ <a id="AnonymityAndSecurity"></a>
+ <h2><a class="anchor">Anonymity And Security:</a></h2>
+
<a id="WhatProtectionsDoesTorProvide"></a>
<h3><a class="anchor" href="#WhatProtectionsDoesTorProvide">What
protections does Tor provide?</a></h3>
@@ -4237,13 +4274,17 @@
</p>
<p>
Furthermore, since Tor reuses circuits for multiple TCP connections, it is
-possible to âassociate non anonymous and anonymous traffic at a given exit
+possible to associate non anonymous and anonymous traffic at a given exit
node, so be careful about what applications you run concurrently over Tor.
Perhaps even run separate Tor clients for these applications.
</p>
<hr>
+
+ <a id="AlternateDesigns"></a>
+ <h2><a class="anchor">Alternate designs:</a></h2>
+
<a id="EverybodyARelay"></a>
<h3><a class="anchor" href="#EverybodyARelay">You should make every
Tor user be a relay.</a></h3>
@@ -4744,6 +4785,9 @@
<hr>
+ <a id="Abuse"></a>
+ <h2><a class="anchor">Abuse:</a></h2>
+
<a id="Criminals"></a>
<h3><a class="anchor" href="#Criminals">Doesn't Tor enable criminals
to do bad things?</a></h3>
@@ -4773,7 +4817,7 @@
<p>
Please read the <a
- href="https://www.torproject.org/eff/tor-legal-faq">âlegal FAQ written
+ href="https://www.torproject.org/eff/tor-legal-faq">legal FAQ written
by EFF lawyers</a>. There's a growing <a
href="https://blog.torproject.org/blog/start-tor-legal-support-directory">legal
directory</a> of people who may be able to help you.
Modified: website/trunk/robots.txt
===================================================================
--- website/trunk/robots.txt 2014-02-08 19:53:37 UTC (rev 26596)
+++ website/trunk/robots.txt 2014-02-09 02:55:13 UTC (rev 26597)
@@ -1,3 +1,2 @@
User-Agent: *
Allow: /
-Sitemap: https://www.torproject.org/sitemap.xml
Deleted: website/trunk/sitemap.xml
===================================================================
--- website/trunk/sitemap.xml 2014-02-08 19:53:37 UTC (rev 26596)
+++ website/trunk/sitemap.xml 2014-02-09 02:55:13 UTC (rev 26597)
@@ -1,1478 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<urlset
- xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
- http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
-
-<url>
- <loc>https://www.torproject.org/</loc>
- <lastmod>2014-02-06T17:28:20+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>1.00</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/index.html.en</loc>
- <lastmod>2014-02-06T17:28:20+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.80</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/about/overview.html.en</loc>
- <lastmod>2014-02-06T17:28:20+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.80</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/docs/documentation.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.80</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/press/press.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.80</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/about/contact.html.en</loc>
- <lastmod>2014-02-06T17:28:20+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.80</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/download/download-easy.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.80</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/getinvolved/volunteer.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.80</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/donate/donate.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.80</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/projects/torbrowser.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.80</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/projects/obfsproxy.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.80</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/docs/pluggable-transports.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.80</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/projects/projects.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.80</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/docs/faq.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.80</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/about/torusers.html.en</loc>
- <lastmod>2014-02-06T17:28:20+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.80</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/docs/trademark-faq.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.80</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/about/corepeople.html.en</loc>
- <lastmod>2014-02-06T17:28:20+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.80</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/about/sponsors.html.en</loc>
- <lastmod>2014-02-06T17:28:20+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.80</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/getinvolved/mirrors.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.80</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/docs/hidden-services.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.80</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/getinvolved/translation.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.80</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/docs/tor-manual.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.80</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/docs/tor-hidden-service.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/docs/tor-doc-relay.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/about/jobs.html.en</loc>
- <lastmod>2014-02-06T17:28:20+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/about/financials.html.en</loc>
- <lastmod>2014-02-06T17:28:20+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/docs/tor-doc-windows.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/docs/tor-doc-osx.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/docs/tor-doc-unix.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/torbutton/index.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/download/download.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/projects/torbrowser/design/</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/docs/faq-abuse.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/eff/tor-legal-faq.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/docs/tor-manual-dev.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/docs/installguide.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/docs/manual.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/eff/tor-dmca-response.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/press/2011-08-28-tor-022-stable.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/press/2010-09-16-ten-things-circumvention-tools.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/press/2010-03-25-tor-store-press-release.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/press/2009-03-12-performance-roadmap-press-release.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/press/2008-12-19-roadmap-press-release.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/docs/verifying-signatures.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/docs/bridges.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/projects/vidalia.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/projects/onionoo.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/about/gsoc.html.en</loc>
- <lastmod>2014-02-06T17:28:20+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/press/presskit/2008-12-19-roadmap-full.pdf</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/getinvolved/relays.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/donate/donate-hardware.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/donate/donate-service.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/donate/matching-program.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/donate/become-sponsor.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/projects/arm.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/projects/torbrowser-details.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/projects/obfsproxy-debian-instructions.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/projects/obfsproxy-instructions.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/torbutton/en/design/</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/</loc>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/docs/signing-keys.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/docs/tor-relay-debian</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/about/corepeople</loc>
- <lastmod>2014-02-06T17:28:20+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/about/overview</loc>
- <lastmod>2014-02-06T17:28:20+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/getinvolved/volunteer</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/press/2008-12-19-roadmap-press-release</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/eff/tor-legal-faq</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/docs/android.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/about/board.html.en</loc>
- <lastmod>2014-02-06T17:28:20+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/about/translators.html.en</loc>
- <lastmod>2014-02-06T17:28:20+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/about/volunteers.html.en</loc>
- <lastmod>2014-02-06T17:28:20+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/about/contributors.html.en</loc>
- <lastmod>2014-02-06T17:28:20+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/docs/running-a-mirror.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/getinvolved/translation-overview.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/docs/short-user-manual.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/docs/tor-relay-debian.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/docs/proxychain.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.64</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/about/jobs-browserhacker.html.en</loc>
- <lastmod>2014-02-06T17:28:20+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/about/jobs-extdev.html.en</loc>
- <lastmod>2014-02-06T17:28:20+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/about/findoc/2012-TorProject-Annual-Report.pdf</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/about/findoc/2012-TorProject-Form990.pdf</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/about/findoc/2012-TorProject-FormPC.pdf</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/about/findoc/2012-TorProject-FinancialStatements.pdf</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/about/findoc/2011-TorProject-Amended-Final-Report.pdf</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/about/findoc/2011-TorProject-DCF.pdf</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/about/findoc/2011-TorProject-Form990.pdf</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/about/findoc/2011-TorProject-FormPC.pdf</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/about/findoc/2010-TorProject-combined-Form990_PC_Audit_Results.pdf</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/about/findoc/2009-TorProject-Annual-Report.pdf</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/about/findoc/2009-TorProject-Form990andPC.pdf</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/about/findoc/2009-TorProject-FinancialStatements.pdf</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/about/findoc/2009-TorProject-DCF.pdf</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/about/findoc/2008-TorProject-Form990.pdf</loc>
- <lastmod>2014-02-06T17:28:21+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/about/findoc/2008-TorProject-FinancialStatements.pdf</loc>
- <lastmod>2014-02-06T17:28:21+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/about/findoc/2007-TorProject-Form990.pdf</loc>
- <lastmod>2014-02-06T17:28:21+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/docs/debian.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/docs/debian-vidalia.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/docs/rpms.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/docs/N900.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/torbutton/en/design/index.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/torbutton/en/design/MozillaBrownBag.pdf</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/torbutton/torbutton-faq.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/download/download-unix.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/projects/tordnsel.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/press/presskit/2010-09-16-circumvention-features.pdf</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/press/presskit/2009-03-11-performance.pdf</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/about/gsocProposal/gsoc12-proposal-stemImprovements.html</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/about/gsocProposal/gsoc10-proposal-soat.txt</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/about/gsocProposal/gsoc11-proposal-metadataToolkit.pdf</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/?C=N;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/?C=M;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/?C=S;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/?C=D;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/</loc>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/3.5.1/</loc>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/3.5/</loc>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/linux/</loc>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/osx/</loc>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/projects/gettor.html.en</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/manual/short-user-manual_ar.xhtml</loc>
- <lastmod>2012-08-20T17:12:41+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/manual/short-user-manual_zh_CN.xhtml</loc>
- <lastmod>2012-04-18T13:05:42+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/manual/short-user-manual_cs.xhtml</loc>
- <lastmod>2012-08-20T17:12:41+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/manual/short-user-manual_nl.xhtml</loc>
- <lastmod>2012-08-20T17:12:41+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/manual/short-user-manual_fr.xhtml</loc>
- <lastmod>2012-08-20T17:12:41+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/manual/short-user-manual_de.xhtml</loc>
- <lastmod>2012-08-20T17:12:41+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/manual/short-user-manual_el.xhtml</loc>
- <lastmod>2012-08-20T17:12:41+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/manual/short-user-manual_hu.xhtml</loc>
- <lastmod>2013-02-04T21:21:19+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/manual/short-user-manual_it.xhtml</loc>
- <lastmod>2012-08-20T17:12:41+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/manual/short-user-manual_ja.xhtml</loc>
- <lastmod>2013-02-04T21:21:48+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/manual/short-user-manual_lv.xhtml</loc>
- <lastmod>2012-10-31T20:59:29+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/manual/short-user-manual_nb.xhtml</loc>
- <lastmod>2013-02-04T21:22:21+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/manual/short-user-manual_pl.xhtml</loc>
- <lastmod>2012-08-20T17:12:41+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/manual/short-user-manual_pt_BR.xhtml</loc>
- <lastmod>2012-08-20T17:12:41+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/manual/short-user-manual_ru.xhtml</loc>
- <lastmod>2012-08-20T17:12:41+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/manual/short-user-manual_es.xhtml</loc>
- <lastmod>2012-08-20T17:12:41+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/manual/short-user-manual_sv.xhtml</loc>
- <lastmod>2013-02-04T21:22:46+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/manual/short-user-manual_tr.xhtml</loc>
- <lastmod>2013-02-04T21:23:01+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.51</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/?C=N;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.41</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/?C=M;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.41</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/?C=S;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.41</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/?C=D;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.41</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/?C=N;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.41</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/?C=M;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.41</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/?C=S;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.41</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/?C=D;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.41</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/manual/</loc>
- <changefreq>daily</changefreq>
- <priority>0.41</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/misc/</loc>
- <changefreq>daily</changefreq>
- <priority>0.41</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbirdy/</loc>
- <changefreq>daily</changefreq>
- <priority>0.41</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbutton/</loc>
- <changefreq>daily</changefreq>
- <priority>0.41</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/vidalia-bundles/</loc>
- <changefreq>daily</changefreq>
- <priority>0.41</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/vidalia/</loc>
- <changefreq>daily</changefreq>
- <priority>0.41</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/win32/</loc>
- <changefreq>daily</changefreq>
- <priority>0.41</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/3.5.1/?C=N;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.41</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/3.5.1/?C=M;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.41</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/3.5.1/?C=S;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.41</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/3.5.1/?C=D;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.41</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/3.5.1/sha256sums-erinn.txt.asc</loc>
- <lastmod>2014-01-28T04:31:50+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.41</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/3.5.1/sha256sums.txt</loc>
- <lastmod>2014-01-22T21:13:28+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.41</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/3.5.1/sha256sums.txt-gk.asc</loc>
- <lastmod>2014-01-21T13:25:29+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.41</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/3.5.1/sha256sums.txt-linus.asc</loc>
- <lastmod>2014-01-22T14:00:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.41</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/3.5.1/sha256sums.txt-mikeperry.asc</loc>
- <lastmod>2014-01-22T21:13:29+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.41</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/3.5/?C=N;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.41</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/3.5/?C=M;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.41</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/3.5/?C=S;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.41</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/3.5/?C=D;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.41</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/3.5/sha256sums.txt</loc>
- <lastmod>2013-12-18T22:03:29+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.41</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/3.5/sha256sums.txt-erinn.asc</loc>
- <lastmod>2013-12-18T22:07:34+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.41</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/3.5/sha256sums.txt-linus.asc</loc>
- <lastmod>2013-12-18T04:51:05+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.41</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/3.5/sha256sums.txt-mikeperry.asc</loc>
- <lastmod>2013-12-22T13:49:52+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.41</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/linux/?C=N;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.41</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/linux/?C=M;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.41</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/linux/?C=S;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.41</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/linux/?C=D;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.41</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/osx/?C=N;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.41</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/osx/?C=M;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.41</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/osx/?C=S;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.41</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/osx/?C=D;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.41</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/projects/torbrowser.html</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.41</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/torbutton/torbutton-faq.html</loc>
- <lastmod>2014-02-06T17:28:22+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.41</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/?C=N;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/?C=M;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/?C=S;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/?C=D;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/manual/?C=N;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/manual/?C=M;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/manual/?C=S;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/manual/?C=D;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/manual/short-user-manual_en.xhtml</loc>
- <lastmod>2012-06-18T15:13:15+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/manual/short-user-manual_fa.xhtml</loc>
- <lastmod>2012-08-20T17:12:41+00:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/misc/?C=N;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/misc/?C=M;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/misc/?C=S;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/misc/?C=D;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/misc/ttdnsd/</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbirdy/?C=N;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbirdy/?C=M;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbirdy/?C=S;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbirdy/?C=D;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbutton/?C=N;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbutton/?C=M;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbutton/?C=S;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbutton/?C=D;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/vidalia-bundles/?C=N;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/vidalia-bundles/?C=M;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/vidalia-bundles/?C=S;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/vidalia-bundles/?C=D;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/vidalia/?C=N;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/vidalia/?C=M;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/vidalia/?C=S;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/vidalia/?C=D;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/win32/?C=N;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/win32/?C=M;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/win32/?C=S;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/win32/?C=D;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/3.5.1/?C=N;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/3.5.1/?C=M;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/3.5.1/?C=S;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/3.5.1/?C=D;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/3.5/?C=N;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/3.5/?C=M;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/3.5/?C=S;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/3.5/?C=D;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/linux/?C=N;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/linux/?C=M;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/linux/?C=S;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/linux/?C=D;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/osx/?C=N;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/osx/?C=M;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/osx/?C=S;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbrowser/osx/?C=D;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.33</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/manual/?C=N;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.26</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/manual/?C=M;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.26</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/manual/?C=S;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.26</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/manual/?C=D;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.26</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/misc/?C=N;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.26</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/misc/?C=M;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.26</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/misc/?C=S;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.26</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/misc/?C=D;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.26</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/misc/ttdnsd/?C=N;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.26</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/misc/ttdnsd/?C=M;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.26</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/misc/ttdnsd/?C=S;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.26</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/misc/ttdnsd/?C=D;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.26</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbirdy/?C=N;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.26</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbirdy/?C=M;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.26</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbirdy/?C=S;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.26</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbirdy/?C=D;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.26</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbutton/?C=N;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.26</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbutton/?C=M;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.26</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbutton/?C=S;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.26</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/torbutton/?C=D;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.26</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/vidalia-bundles/?C=N;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.26</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/vidalia-bundles/?C=M;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.26</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/vidalia-bundles/?C=S;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.26</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/vidalia-bundles/?C=D;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.26</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/vidalia/?C=N;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.26</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/vidalia/?C=M;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.26</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/vidalia/?C=S;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.26</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/vidalia/?C=D;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.26</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/win32/?C=N;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.26</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/win32/?C=M;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.26</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/win32/?C=S;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.26</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/win32/?C=D;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.26</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/misc/ttdnsd/?C=N;O=A</loc>
- <changefreq>daily</changefreq>
- <priority>0.21</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/misc/ttdnsd/?C=M;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.21</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/misc/ttdnsd/?C=S;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.21</priority>
-</url>
-<url>
- <loc>https://www.torproject.org/dist/misc/ttdnsd/?C=D;O=D</loc>
- <changefreq>daily</changefreq>
- <priority>0.21</priority>
-</url>
-</urlset>
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits