commit 8eaa93901ce09178ba260883c0d107820bb306a6 Author: Nima Fatemi nima@torproject.org Date: Wed Jul 6 22:43:17 2016 +0000
replace obfsproxy with PT in projects page and navbar --- projects/en/projects.wml | 10 ++++++---- projects/en/sidenav.wmi | 10 +++++----- 2 files changed, 11 insertions(+), 9 deletions(-)
diff --git a/projects/en/projects.wml b/projects/en/projects.wml index b5c844b..985b050 100644 --- a/projects/en/projects.wml +++ b/projects/en/projects.wml @@ -52,12 +52,14 @@ default and sends all of its traffic over Tor.</p> </div></div>
<div class="projectbox"> -<a href="<page projects/obfsproxy>"><img class="icon" +<a href="<page docs/pluggable-transports>"><img class="icon" src="$(IMGROOT)/icon-Obfsproxy.jpg" height="80px" alt="" width="78"></a> <div class="projectdesc"><div class="name"><a -href="<page projects/obfsproxy>">Obfsproxy</a></div> -<p>Obfsproxy is a pluggable transports proxy. It shapes Tor traffic, -making it harder for censors to detect and block the Tor protocol.</p> +href="<page docs/pluggable-transports>">Pluggable Transports</a></div> +<p>Pluggable Transports (PT) transform the Tor traffic flow between the client +and the bridge. This way, censors who monitor traffic between the +client and the bridge will see innocent-looking transformed traffic +instead of the actual Tor traffic.</p> </div> </div>
diff --git a/projects/en/sidenav.wmi b/projects/en/sidenav.wmi index 160d20c..4be3c78 100644 --- a/projects/en/sidenav.wmi +++ b/projects/en/sidenav.wmi @@ -15,11 +15,11 @@ # # url - the path to the wml page, as used the the <page> tag. This tag ensures # that links will point to the current language if supported, and alternately -# the english version +# the english version # # txt - the link text to be displayed. Different translations will -# need to supply alternate txt - +# need to supply alternate txt + <: my $sidenav; $sidenav = [ @@ -47,8 +47,8 @@ {'url' => 'https://metrics.torproject.org/', 'txt' => 'Metrics Portal', }, - {'url' => 'projects/obfsproxy', - 'txt' => 'Obfsproxy', + {'url' => 'docs/pluggable-transports', + 'txt' => 'Pluggable Transports', }, {'url' => 'https://shadow.cs.umn.edu/', 'txt' => 'Shadow',
tor-commits@lists.torproject.org