From 567be9dd9d7d3491ef91a00cbd4bb96c8f20d777 Mon Sep 17 00:00:00 2001 From: har00ga Date: Thu, 12 Sep 2019 08:20:44 +0000 Subject: [PATCH] Added Installation and Portable TB sections, adjusted indexing keys --- content/bridges/contents.lr | 2 +- content/circumvention/contents.lr | 2 +- content/installation/contents.lr | 47 +++++++++++++++++++++++++ content/known-issues/contents.lr | 2 +- content/make-tor-portable/contents.lr | 42 ++++++++++++++++++++++ content/managing-identities/contents.lr | 2 +- content/onion-services/contents.lr | 2 +- content/plugins/contents.lr | 2 +- content/running-tor-browser/contents.lr | 2 +- content/secure-connections/contents.lr | 2 +- content/security-settings/contents.lr | 2 +- content/transports/contents.lr | 2 +- content/troubleshooting/contents.lr | 2 +- content/uninstalling/contents.lr | 2 +- content/updating/contents.lr | 2 +- databags/topics+en.ini | 8 +++++ 16 files changed, 110 insertions(+), 13 deletions(-) create mode 100644 content/installation/contents.lr create mode 100644 content/make-tor-portable/contents.lr diff --git a/content/bridges/contents.lr b/content/bridges/contents.lr index 58b77da9..c718fb6d 100644 --- a/content/bridges/contents.lr +++ b/content/bridges/contents.lr @@ -6,7 +6,7 @@ description: Most Pluggable Transports, such as obfs3 and obfs4, rely on the use --- seo_slug: bridges --- -key: 4 +key: 7 --- body: Most [Pluggable Transports](/transports), such as obfs3 and obfs4, rely on the use of “bridge” relays. Like ordinary Tor relays, bridges are run by volunteers; unlike ordinary relays, however, they are not listed publicly, so an adversary cannot identify them easily. Using bridges in combination with pluggable transports helps to disguise the fact that you are using Tor. diff --git a/content/circumvention/contents.lr b/content/circumvention/contents.lr index 5bd6f897..4c8d55ba 100644 --- a/content/circumvention/contents.lr +++ b/content/circumvention/contents.lr @@ -6,7 +6,7 @@ description: What to do if the Tor network is blocked --- seo_slug: circumvention --- -key: 4 +key: 6 --- body: diff --git a/content/installation/contents.lr b/content/installation/contents.lr new file mode 100644 index 00000000..7f1eab08 --- /dev/null +++ b/content/installation/contents.lr @@ -0,0 +1,47 @@ +_model: topic +--- +title: INSTALLATION +--- +description: Installing Tor Browser +--- +seo_slug: installation +--- +key: 3 +--- +body: + +For GNU/Linux: + +1. Navigate to the Tor Browser [download page](https://torproject.org/download). + +2. Download the GNU/Linux .tar.gz file + +3. (Optional, but recommended) Verify the [files signature](https://support.torproject.org/en/tbb/how-to-verify-signature/). + +4. When the download is complete, extract the archive using the *tar* command or by using an archive manager. + +5. Navigate to the newly extracted Tor Browser directory. Double click the icon to start up Tor for the first time. + + +For Windows: + +1. Navigate to the Tor Browser [download page](https://torproject.org/download). + +2. Download the Windows .exe file + +3. (Optional, but recommended) Verify the [files signature](https://support.torproject.org/en/tbb/how-to-verify-signature/). + +4. When the download is complete, double click the .exe file. Complete the installation wizard process. + + + +For MacOS: + +1. Navigate to the Tor Browser [download page](https://torproject.org/download). + +2. Download the macOS .dmg file + +3. (Optional, but recommended) Verify the [files signature](https://support.torproject.org/en/tbb/how-to-verify-signature/). + +4. When the download is complete, double click the .dmg file. Complete the installation wizard process. + diff --git a/content/known-issues/contents.lr b/content/known-issues/contents.lr index db044a1e..1be38bf7 100644 --- a/content/known-issues/contents.lr +++ b/content/known-issues/contents.lr @@ -6,7 +6,7 @@ description: Known issues --- seo_slug: known-issues --- -key: 12 +key: 15 --- body: diff --git a/content/make-tor-portable/contents.lr b/content/make-tor-portable/contents.lr new file mode 100644 index 00000000..0820434e --- /dev/null +++ b/content/make-tor-portable/contents.lr @@ -0,0 +1,42 @@ +_model: topic +--- +title: MAKE TOR BROWSER PORTABLE +--- +description: How install Tor Browser onto removable media +--- +seo_slug: make-tor-portable +--- +key: 16 +--- +body: + +If preferred, Tor Browser may be made portable by extracting it from its archive directly onto removable media such as a USB stick or SD card. It is recommended to use writable media so that Tor Browser can be updated as required. + + +For GNU/Linux: + +1. Plug in your removable media and format it. Any filesystem type will work. + +2. Navigate to the Tor Browser [download page](https://torproject.org/download). + +3. Download the Linux .tar.gz file and save it directly to your media. + +4. (Optional, but recommended) Verify the [files signature](https://support.torproject.org/en/tbb/how-to-verify-signature/). + +5. When the download is complete, extract the archive onto the media as well. + + +For Windows: + +1. Plug in your removable media and format it. Any filesystem type will work. + +2. Navigate to the Tor Browser [download page](https://torproject.org/download). + +3. Download the Windows .exe file and save it directly to your media. + +4. (Optional, but recommended) Verify the [files signature](https://support.torproject.org/en/tbb/how-to-verify-signature/). + +5. When the download is complete, click the .exe file and begin the installation process. + +6. When the installer asks where to install Tor Browser, select your removable media. + diff --git a/content/managing-identities/contents.lr b/content/managing-identities/contents.lr index 287c5de2..9c1d203d 100644 --- a/content/managing-identities/contents.lr +++ b/content/managing-identities/contents.lr @@ -6,7 +6,7 @@ description: Learn how to control personally-identifying information in Tor Brow --- seo_slug: managing-identities --- -key: 5 +key: 8 --- body: diff --git a/content/onion-services/contents.lr b/content/onion-services/contents.lr index a5ef9df9..744b33c3 100644 --- a/content/onion-services/contents.lr +++ b/content/onion-services/contents.lr @@ -6,7 +6,7 @@ description: Services that are only accessible using Tor --- seo_slug: onion-services --- -key: 6 +key: 9 --- body: diff --git a/content/plugins/contents.lr b/content/plugins/contents.lr index 88469ea2..0742955d 100644 --- a/content/plugins/contents.lr +++ b/content/plugins/contents.lr @@ -6,7 +6,7 @@ description: How Tor Browser handles add-ons, plugins and JavaScript --- seo_slug: plugins --- -key: 10 +key: 13 --- body: ##### FLASH PLAYER diff --git a/content/running-tor-browser/contents.lr b/content/running-tor-browser/contents.lr index a35726e8..eb2a6e41 100644 --- a/content/running-tor-browser/contents.lr +++ b/content/running-tor-browser/contents.lr @@ -6,7 +6,7 @@ description: Learn how to use Tor Browser for the first time --- seo_slug: running-tor-browser --- -key: 3 +key: 4 --- body: diff --git a/content/secure-connections/contents.lr b/content/secure-connections/contents.lr index df5f8b33..aa06d3ef 100644 --- a/content/secure-connections/contents.lr +++ b/content/secure-connections/contents.lr @@ -6,7 +6,7 @@ description: Learn how to protect your data using Tor Browser and HTTPS --- seo_slug: secure-connections --- -key: 7 +key: 10 --- body: If personal information such as a login password travels unencrypted over the Internet, it can very easily be intercepted by an eavesdropper. If you are logging into any website, you should make sure that the site offers HTTPS encryption, which protects against this kind of eavesdropping. You can verify this in the URL bar: if your connection is encrypted, the address will begin with “https://”, rather than “http://”. diff --git a/content/security-settings/contents.lr b/content/security-settings/contents.lr index b8aecfad..efd90a53 100644 --- a/content/security-settings/contents.lr +++ b/content/security-settings/contents.lr @@ -6,7 +6,7 @@ description: Configuring Tor Browser for security and usability --- seo_slug: security-settings --- -key: 8 +key: 11 --- body: By default, Tor Browser protects your security by encrypting your browsing data. diff --git a/content/transports/contents.lr b/content/transports/contents.lr index 89a2a7eb..8dfeb4df 100644 --- a/content/transports/contents.lr +++ b/content/transports/contents.lr @@ -6,7 +6,7 @@ description: Pluggable transports are tools that Tor can use to disguise the tra --- seo_slug: plugable-transports --- -key: 4 +key: 5 --- body: Pluggable transports are tools that Tor can use to disguise the traffic it sends out. This can be useful in situations where an Internet Service Provider or other authority is actively blocking connections to the Tor network. diff --git a/content/troubleshooting/contents.lr b/content/troubleshooting/contents.lr index c5e69e12..4c097a86 100644 --- a/content/troubleshooting/contents.lr +++ b/content/troubleshooting/contents.lr @@ -6,7 +6,7 @@ description: What to do if Tor Browser doesn’t work --- seo_slug: troubleshooting --- -key: 11 +key: 12 --- body: You should be able to start browsing the web using Tor Browser shortly after running the program, and clicking the “Connect” button if you are using it for the first time. diff --git a/content/uninstalling/contents.lr b/content/uninstalling/contents.lr index 369c1bd1..05a8e2a4 100644 --- a/content/uninstalling/contents.lr +++ b/content/uninstalling/contents.lr @@ -6,7 +6,7 @@ description: How to remove Tor Browser from your system --- seo_slug: uninstalling --- -key: 12 +key: 14 --- body: Removing Tor Browser from your system is simple: diff --git a/content/updating/contents.lr b/content/updating/contents.lr index d0558b0b..6780cb7b 100644 --- a/content/updating/contents.lr +++ b/content/updating/contents.lr @@ -6,7 +6,7 @@ description: How to update Tor Browser --- seo_slug: updating --- -key: 9 +key: 12 --- body: Tor Browser must be kept updated at all times. If you continue to use an outdated version of the software, you may be vulnerable to serious security flaws that compromise your privacy and anonymity. diff --git a/databags/topics+en.ini b/databags/topics+en.ini index 43ae5b76..ef936a3e 100644 --- a/databags/topics+en.ini +++ b/databags/topics+en.ini @@ -6,6 +6,10 @@ label = About Tor Browser path = downloading label = Downloading +[installation] +path = installation +label = Installation + [running-tor-browser] path = running-tor-browser label = Running Tor Browser for the first time @@ -58,6 +62,10 @@ label = Uninstalling path = known-issues label = Known issues +[make-tor-portable] +path = [make-tor-portable] +label = Making Tor Browser portable + [becoming-tor-translator] path = becoming-tor-translator label = Becoming a Tor Translator