Change 'obfsproxy' to 'pluggable transports' in the homepage.

Patch provided by mttp.
This commit is contained in:
George Kadianakis 2013-07-26 14:55:29 +00:00
parent b3ab058ec6
commit b5385fc806
2 changed files with 5 additions and 5 deletions

View File

@ -36,7 +36,7 @@ transport API</a>, to make it easier to build interoperable programs.
<ul> <ul>
<li><b>Obfsproxy</b> is a Python framework for implementing new <li><a href="https://www.torproject.org/projects/obfsproxy.html.en"><b>Obfsproxy</b></a> is a Python framework for implementing new
pluggable transports. It uses Twisted for its networking needs, and pluggable transports. It uses Twisted for its networking needs, and
<a href="https://gitweb.torproject.org/pluggable-transports/pyptlib.git/blob/HEAD:/README.rst">pyptlib</a> <a href="https://gitweb.torproject.org/pluggable-transports/pyptlib.git/blob/HEAD:/README.rst">pyptlib</a>
for some pluggable transport-related features. It supports the for some pluggable transport-related features. It supports the

View File

@ -1,5 +1,5 @@
## translation metadata ## translation metadata
# Revision: $Revision$ # Revision: $Revision: 26248 $
# Translation-Priority: 1-high # Translation-Priority: 1-high
#include "head.wmi" TITLE="Tor Project: Anonymity Online" CHARSET="UTF-8" #include "head.wmi" TITLE="Tor Project: Anonymity Online" CHARSET="UTF-8"
@ -120,9 +120,9 @@
<td> <td>
<div class="project"> <div class="project">
<a href="<page projects/obfsproxy>"><img <a href="<page projects/obfsproxy>"><img
src="$(IMGROOT)/icon-Obfsproxy.jpg" alt="Obfsproxy Icon"></a> src="$(IMGROOT)/icon-Obfsproxy.jpg" alt="Pluggable Transports Icon"></a>
<h3><a href="<page projects/obfsproxy>">Obfsproxy</a></h3> <h3><a href="<page projects/obfsproxy>">Pluggable Transports</a></h3>
<p>Obfsproxy is a tool that attempts to circumvent censorship.</p> <p>Pluggable transports are tools that attempts to circumvent censorship.</p>
</div> </div>
</td> </td>
</tr> </tr>