replace obfsproxy with PT in projects page and navbar
Nima Fatemi

Nima Fatemi commited on 2016-07-14 19:53:48
Zeige 2 geänderte Dateien mit 8 Einfügungen und 6 Löschungen.

... ...
@@ -52,12 +52,14 @@ default and sends all of its traffic over Tor.</p>
52 52
 </div></div>
53 53
 
54 54
 <div class="projectbox">
55
-<a href="<page projects/obfsproxy>"><img class="icon"
55
+<a href="<page docs/pluggable-transports>"><img class="icon"
56 56
 src="$(IMGROOT)/icon-Obfsproxy.jpg" height="80px" alt="" width="78"></a>
57 57
 <div class="projectdesc"><div class="name"><a
58
-href="<page projects/obfsproxy>">Obfsproxy</a></div>
59
-<p>Obfsproxy is a pluggable transports proxy. It shapes Tor traffic,
60
-making it harder for censors to detect and block the Tor protocol.</p>
58
+href="<page docs/pluggable-transports>">Pluggable Transports</a></div>
59
+<p>Pluggable Transports (PT) transform the Tor traffic flow between the client
60
+and the bridge. This way, censors who monitor traffic between the
61
+client and the bridge will see innocent-looking transformed traffic
62
+instead of the actual Tor traffic.</p>
61 63
 </div>
62 64
 </div>
63 65
 
... ...
@@ -47,8 +47,8 @@
47 47
           {'url'  => 'https://metrics.torproject.org/',
48 48
            'txt'  => 'Metrics Portal',
49 49
           },
50
-          {'url'  => 'projects/obfsproxy',
51
-           'txt'  => 'Obfsproxy',
50
+          {'url'  => 'docs/pluggable-transports',
51
+           'txt'  => 'Pluggable Transports',
52 52
           },
53 53
           {'url' => 'https://shadow.cs.umn.edu/',
54 54
            'txt' => 'Shadow',
55 55