Damian Johnson commited on 2011-08-02 05:21:40
Zeige 6 geänderte Dateien mit 51 Einfügungen und 4 Löschungen.
This adds these four projects to the "Our Projects" section of the Tor front page. Unlike the previous projects that we had there (Torbutton, Tor Check, Vidalia, and TBB) these aren't part of the TBB ecosystem and hance not easily discovered. Having all eight projects feels cluttered to me and I'd suggest dropping Check and TBB since the user will be downloading and using these reguardless of a presence on the front page, but this is Andrew's call.
... | ... |
@@ -51,14 +51,59 @@ |
51 | 51 |
<div class="fauxhead"></div> |
52 | 52 |
<table style="table-layout: fixed;"> |
53 | 53 |
<tr> |
54 |
+ <!-- Icon from the Crystal set |
|
55 |
+ author: Everaldo Coelho |
|
56 |
+ source: http://www.everaldo.com/crystal/ |
|
57 |
+ license: LGPL v2 |
|
58 |
+ --> |
|
54 | 59 |
<td> |
55 |
- <img src="$(IMGROOT)/icon-TorButton.jpg" alt="Torbutton Icon"> |
|
60 |
+ <a href="https://tails.boum.org/"><img |
|
61 |
+ src="$(IMGROOT)/icon-Tails.jpg" alt="Tails Icon"></a> |
|
62 |
+ <h3><a href="https://tails.boum.org/">Tails</a></h3> |
|
63 |
+ <p>Live CD/USB distribution preconfigured to use Tor safely.</p> |
|
64 |
+ </td> |
|
65 |
+ <td> |
|
66 |
+ <a href="https://guardianproject.info/apps/orbot/"><img |
|
67 |
+ src="$(IMGROOT)/icon-Orbot.jpg" alt="Orbot Icon"></a> |
|
68 |
+ <h3><a href="https://guardianproject.info/apps/orbot/">Orbot</a></h3> |
|
69 |
+ <p>Tor for Google Android devices.</p> |
|
70 |
+ </td> |
|
71 |
+ </tr> |
|
72 |
+ <tr> |
|
73 |
+ <!-- Icon from the NuoveXT 2 set |
|
74 |
+ author: Alexandre Moore |
|
75 |
+ source: http://nuovext.pwsp.net/ |
|
76 |
+ license: LGPL v3 |
|
77 |
+ --> |
|
78 |
+ <td> |
|
79 |
+ <a href="http://torstatus.blutmagie.de/"><img |
|
80 |
+ src="$(IMGROOT)/icon-TorStatus.jpg" alt="TorStatus Icon"></a> |
|
81 |
+ <h3><a href="http://torstatus.blutmagie.de/">TorStatus</a></h3> |
|
82 |
+ <p>Site providing an overview of the Tor network.</p> |
|
83 |
+ </td> |
|
84 |
+ <!-- Icon from the Crystal set |
|
85 |
+ author: Everaldo Coelho |
|
86 |
+ source: http://www.everaldo.com/crystal/ |
|
87 |
+ license: LGPL v2 |
|
88 |
+ --> |
|
89 |
+ <td> |
|
90 |
+ <a href="http://www.atagar.com/arm/"><img |
|
91 |
+ src="$(IMGROOT)/icon-Arm.jpg" alt="Arm Icon"></a> |
|
92 |
+ <h3><a href="http://www.atagar.com/arm/">Arm</a></h3> |
|
93 |
+ <p>Terminal application for monitoring and configuring Tor.</p> |
|
94 |
+ </td> |
|
95 |
+ </tr> |
|
96 |
+ <tr> |
|
97 |
+ <td> |
|
98 |
+ <a href="<page torbutton/index>"><img |
|
99 |
+ src="$(IMGROOT)/icon-TorButton.jpg" alt="Torbutton Icon"></a> |
|
56 | 100 |
<h3><a href="<page torbutton/index>">Torbutton</a></h3> |
57 | 101 |
<p>Torbutton is a 1-click way for Firefox users to enable |
58 | 102 |
or disable Tor in Firefox.</p> |
59 | 103 |
</td> |
60 | 104 |
<td> |
61 |
- <img src="$(IMGROOT)/icon-TorCheck.jpg" alt="Tor Check Icon"> |
|
105 |
+ <a href="https://check.torproject.org/"><img |
|
106 |
+ src="$(IMGROOT)/icon-TorCheck.jpg" alt="Tor Check Icon"></a> |
|
62 | 107 |
<h3><a href="https://check.torproject.org/">Check</a></h3> |
63 | 108 |
<p>Check determines if you are successfully browsing |
64 | 109 |
with Tor.</p> |
... | ... |
@@ -66,13 +111,15 @@ |
66 | 111 |
</tr> |
67 | 112 |
<tr> |
68 | 113 |
<td> |
69 |
- <img src="$(IMGROOT)/icon-Vidalia.jpg" alt="Vidalia Icon"> |
|
114 |
+ <a href="<page projects/vidalia>"><img |
|
115 |
+ src="$(IMGROOT)/icon-Vidalia.jpg" alt="Vidalia Icon"></a> |
|
70 | 116 |
<h3><a href="<page projects/vidalia>">Vidalia</a></h3> |
71 | 117 |
<p>Vidalia is a graphical way to control and view Tor's |
72 | 118 |
connections and settings.</p> |
73 | 119 |
</td> |
74 | 120 |
<td> |
75 |
- <img src="$(IMGROOT)/icon-TorBrowser.jpg" alt="TorBrowser Icon"> |
|
121 |
+ <a href="<page projects/torbrowser>"><img |
|
122 |
+ src="$(IMGROOT)/icon-TorBrowser.jpg" alt="TorBrowser Icon"></a> |
|
76 | 123 |
<h3><a href="<page projects/torbrowser>">Tor |
77 | 124 |
Browser</a></h3> |
78 | 125 |
<p>Tor Browser contains everything you need to safely |