David Fifield commited on 2016-06-21 05:46:05
Zeige 6 geänderte Dateien mit 1 Einfügungen und 36 Löschungen.
Tor Browser now works with Gatekeeper (#6540). These instructions were originally added for #14838. This reverts commit 8c308cd6ef7c95b28cf0fc2c4afa1ebf601cd200. This reverts commit 3b647388ec91070e307a9e508f2d7ac597c799d8. This reverts commit 1e96f7e96f192dd341854b5b9ac709775f9a2a50.
... | ... |
@@ -660,20 +660,6 @@ table tr img { |
660 | 660 |
padding-bottom: 8px; |
661 | 661 |
} |
662 | 662 |
|
663 |
-.howto th, .howto td { |
|
664 |
- padding: 2px; |
|
665 |
-} |
|
666 |
- |
|
667 |
-.howto th { |
|
668 |
- font-weight: bold; |
|
669 |
- text-align: center; |
|
670 |
-} |
|
671 |
- |
|
672 |
-.howto img { |
|
673 |
- border: 0; |
|
674 |
- margin: 0; |
|
675 |
-} |
|
676 |
- |
|
677 | 663 |
#download-donate { |
678 | 664 |
background-attachment: scroll; |
679 | 665 |
background-clip: border-box; |
... | ... |
@@ -75,24 +75,6 @@ |
75 | 75 |
</form> |
76 | 76 |
<p class="alt-dl">Not Using Mac? Download for <a href="#windows">Windows</a> or <a href="#linux">Linux</a></p> |
77 | 77 |
</div> |
78 |
- <!-- To update these screenshots: Press Command-Shift-4 and then Spacebar, then click on the window. See #14838. --> |
|
79 |
- <table class="howto"> |
|
80 |
- <tr> |
|
81 |
- <th>1. Install</th> |
|
82 |
- <th>2. Control-click</th> |
|
83 |
- <th>3. Open</th> |
|
84 |
- </tr> |
|
85 |
- <tr> |
|
86 |
- <td><img src="$(IMGROOT)/tbb-macosx-step-1.png" alt="Screenshot showing the contents of the Tor Browser dmg file."></td> |
|
87 |
- <td><img src="$(IMGROOT)/tbb-macosx-step-2.png" alt="Screenshot of the Applications folder with the Tor Browser icon."></td> |
|
88 |
- <td><img src="$(IMGROOT)/tbb-macosx-step-3.png" alt="Dialog offering to open Tor Browser."></td> |
|
89 |
- </tr> |
|
90 |
- <tr> |
|
91 |
- <td>Drag the Tor Browser icon to the Applications folder and open the Applications folder.</td> |
|
92 |
- <td>Control-click on the Tor Browser icon (click the mouse button while pressing the Control key on the keyboard) and choose “Open”.</td> |
|
93 |
- <td>Click “Open” on the next screen.</td> |
|
94 |
- </tr> |
|
95 |
- </table> |
|
96 | 78 |
</div> |
97 | 79 |
<!-- START LINUX --> |
98 | 80 |
<div id="linux" class="easy linux"> |
... | ... |
@@ -570,10 +570,7 @@ |
570 | 570 |
<div class="pjtitle"><h2>Mac OS X Instructions</h2></div> |
571 | 571 |
<div class="pjtext"> |
572 | 572 |
<p>Download the file above, save it somewhere, then click on it. |
573 |
- This opens the .dmg file. (On recent versions of OS X, you might get |
|
574 |
- a warning that it's from an "unidentified developer" — you can |
|
575 |
- get around this complaint by <a href="https://tor.stackexchange.com/questions/1187/my-osx-is-saying-torbrowserbundle-en-us-cant-be-opened-because-it-is-from-an">control-clicking and selecting "open"</a>.) |
|
576 |
- Drag the included file into your Applications folder and you will |
|
573 |
+ This opens the .dmg file. Drag the included file into your Applications folder and you will |
|
577 | 574 |
have a Tor Browser application in your chosen language that you |
578 | 575 |
can pin on your Dock.</p> |
579 | 576 |
</div> |
580 | 577 |