Author: mttp Date: 2014-02-01 00:32:10 +0000 (Sat, 01 Feb 2014) New Revision: 26572
Modified: website/trunk/docs/en/faq.wml Log: Improved YouTube instructions. Fixed some headers.
Modified: website/trunk/docs/en/faq.wml =================================================================== --- website/trunk/docs/en/faq.wml 2014-01-31 06:59:30 UTC (rev 26571) +++ website/trunk/docs/en/faq.wml 2014-02-01 00:32:10 UTC (rev 26572) @@ -29,12 +29,12 @@ <li><a href="#WhySlow">Why is Tor so slow?</a></li> <li><a href="#FileSharing">How can I share files anonymously through Tor? </a></li> - <li><a href="#OutboundPorts">Do I have to open all these outbound ports - on my firewall?</a></li> <li><a href="#Funding">What would The Tor Project do with more funding?</a></li> <li><a href="#IsItWorking">How can I tell if Tor is working, and that my connections really are anonymized?</a></li> + <li><a href="#OutboundPorts">Do I have to open all these outbound ports + on my firewall?</a></li> <li><a href="#FTP">How do I use my browser for ftp with Tor?</a></li> <li><a href="#NoDataScrubbing">Does Tor remove personal information from the data my application sends?</a></li> @@ -103,6 +103,7 @@ <li><a href="#DisableJS">How do I disable JavaScript?</a></li> <li><a href="#VerifyDownload">How do I verify the download (sha256sums.txt)?</a></li> + <li><a href="#PluggableTransports">How do I use pluggable transports?</a></li> <li><a href="#NewIdentityClosingTabs">Why does "New Identity" close all my open tabs?</a></li> <li><a href="#ConfigureRelayOrBridge">How do I configure Tor as a relay @@ -135,12 +136,6 @@ worry?</a></li> <li><a href="#SocksAndDNS">How do I check if my application that uses SOCKS is leaking DNS requests?</a></li> - <li><a href="#DifferentComputer">I want to run my Tor client on a - different computer than my applications.</a></li> - <li><a href="#ServerClient">Can I install Tor on a central server, and - have my clients connect to it?</a></li> - <li><a href="#JoinTheNetwork">So I can just configure a nickname and - ORPort and join the network?</a></li> </ul>
<p>Running a Tor relay:</p> @@ -167,6 +162,12 @@ of bandwidth used by my Tor relay?</a></li> <li><a href="#ExitPolicies">I'd run a relay, but I don't want to deal with abuse issues.</a></li> + <li><a href="#DifferentComputer">I want to run my Tor client on a + different computer than my applications.</a></li> + <li><a href="#ServerClient">Can I install Tor on a central server, and + have my clients connect to it?</a></li> + <li><a href="#JoinTheNetwork">So I can just configure a nickname and + ORPort and join the network?</a></li> <li><a href="#RelayOrBridge">Should I be a normal relay or bridge relay?</a></li> <li><a href="#UpgradeOrMove">I want to upgrade/move my relay. How do I @@ -1155,9 +1156,12 @@
<p> <a href="https://www.youtube.com/html5">YouTube offers experimental HTML5 video -support</a> for many of their videos. You can use their Advanced Search to -find HTML5 videos. -</p> +support</a> for many of their videos. Often you can get the HTML5 version of +videos that don't want to play by grabbing the YouTube URL from the "Embed" +code under a video's "Share" option. The link switches out a URL that looks</p> +<pre>https://www.youtube.com/watch?v=CJNxbpbHA-I</pre> +<p>to something that looks like</p> +<pre>https://www.youtube.com/embed/CJNxbpbHA-I</pre>
<hr>