commit a6b8face10e602f91cd0a2cf4d2f8e11b25ecf52 Author: Matt Pagan mttp@torproject.org Date: Wed May 14 18:22:48 2014 -0500
Added a Known Issues page.
Changed page order. --- en-US/bridges.page | 2 +- en-US/circumvention.page | 2 +- en-US/known-issues.page | 71 ++++++++++++++++++++++++++++++++++++++++++++++ en-US/uninstalling.page | 2 +- 4 files changed, 74 insertions(+), 3 deletions(-)
diff --git a/en-US/bridges.page b/en-US/bridges.page index 8fad888..29ecf54 100644 --- a/en-US/bridges.page +++ b/en-US/bridges.page @@ -5,7 +5,7 @@
<info> <desc>What bridges are and how to use them.</desc> - <title type='sort'>04 Bridges</title> + <title type='sort'>05 Bridges</title> <link type="guide" xref="index" /> </info>
diff --git a/en-US/circumvention.page b/en-US/circumvention.page index 5c3c72b..cd8de8d 100644 --- a/en-US/circumvention.page +++ b/en-US/circumvention.page @@ -4,7 +4,7 @@ id="circumvention">
<info> - <title type='sort'>03 Circumvention</title> + <title type='sort'>04 Circumvention</title> <desc>What to do if the Tor network is blocked.</desc> <link type="guide" xref="index" /> </info> diff --git a/en-US/known-issues.page b/en-US/known-issues.page new file mode 100644 index 0000000..07b49cc --- /dev/null +++ b/en-US/known-issues.page @@ -0,0 +1,71 @@ + +<page xmlns="http://projectmallard.org/1.0/" + type="topic" + id="known-issues"> + +<info> + <desc>A list of known issues.</desc> + <title type='sort'>03 Known Issues</title> + <link type="guide" xref="index"/> +</info> + +<title>Known Issues</title> + +<list> + <item> + <p>The following firewall software have been known to interfere with Tor + and may need to be temporarily disabled:</p> + <list> + <item> + <p>Webroot SecureAnywhere</p> + </item> + <item> + <p>Kaspersky Internet Security 2012</p> + </item> + <item> + <p>Sophos Antivirus for Mac</p> + </item> + <item> + <p>Microsoft Security Essentials</p> + </item> + </list> + </item> + <item> + <p> + Videos that require Adobe Flash are unavailable. Flash is disabled for + security reasons. Most YouTube videos can be played with HTML5 by visiting + the video's "Embed" → "Share" link. + </p> + </item> + <item> + <p> + Tor can not use a bridge if a proxy is set. + </p> + </item> + <item> + <p> + The Tor Browser package is dated January 1, 2000 00:00:00 UTC. This is to + ensure that each software build is exactly reproducible. + </p> + </item> + <item> + <p> + To run Tor Browser on Ubuntu, users need to execute a shell script. Open + "Files" (Unity's explorer), open Preferences → Behavior Tab → + Set "Run executable text files when they are opened" to "Ask every time", + then OK. Tor Browser can also be started from the command line by running + </p> + <code> + ./start-tor-browser + </code> + <p> + from inside the Tor Browser directory. + </p> + </item> +</list> +<p> +If you have an issue with Tor Browser that isn't on this list, feel free to +email help@rt.torproject.org. +</p> +</page> + diff --git a/en-US/uninstalling.page b/en-US/uninstalling.page index eb625eb..14e875d 100644 --- a/en-US/uninstalling.page +++ b/en-US/uninstalling.page @@ -5,7 +5,7 @@
<info> <desc>How to remove Tor Browser from your system.</desc> - <title type='sort'>05 Uninstalling</title> + <title type='sort'>06 Uninstalling</title> <link type="guide" xref="index"/> </info>