Author: phobos Date: 2011-01-27 06:42:36 +0000 (Thu, 27 Jan 2011) New Revision: 24129
Added: website/trunk/download/en/download-easy.wml Log: first attempt at download easy. Added: website/trunk/download/en/download-easy.wml =================================================================== --- website/trunk/download/en/download-easy.wml (rev 0) +++ website/trunk/download/en/download-easy.wml 2011-01-27 06:42:36 UTC (rev 24129) @@ -0,0 +1,83 @@ +## translation metadata +# Revision: $Revision: 21396 $ +# Translation-Priority: 1-high + +#include "head.wmi" TITLE="Tor: Easy Download" CHARSET="UTF-8" ANNOUNCE_RSS="yes" + +<div class="main-column"> + +<h3>Download Now - Free & Open Source Software</h3> +<hr /> +<table width="99%" border="0" cellspacing="0" cellpadding="3"> +<tr> +<th bgcolor="#e5e5e5" align="center" width="25%"><img src="$(IMGROOT)/logo.windows-header.gif"/></th> +<th align="center" width="25%"><img src="$(IMGROOT)/ref_leopard_box.jpg"/></th> +<th bgcolor="#e5e5e5" align="center" width="25%"><img src="$(IMGROOT)/logo.windows-header.gif"/></th> +<th align="center" width="25%"><img src="$(IMGROOT)/distros/generic.png"/><img src="$(IMGROOT)/distros/freebsd.png"/><img src="$(IMGROOT)/distros/package.png"/><img src="$(IMGROOT)/distros/src.png"/></th> +</tr> +<tr> +<td bgcolor="#e5e5e5" align="center"> +# Translators: please point to the version of TBB in your language, +# if there is one. +<a href="/dist/torbrowser/tor-browser-<version-torbrowserbundle>_en-US.exe">Tor Browser Bundle for Windows</a> +</td> +<td align="center"> +<a href="/dist/torbrowser/osx/tor-browser-<version-torbrowserbundle>_en-US.dmg">Tor Browser Bundle for Apple OS X</a> +</td> +<td bgcolor="#e5e5e5" align="center"> +<a +href="/dist/torbrowser/linux/tor-browser-<version-torbrowserbundle>_en-US.tar.gz">Tor Browser Bundle for GNU/Linux</a> +</td> +</tr> +<tr> +<td bgcolor="#e5e5e5" align="center" span="3">Zero installation. Great for USB +drives! Pre-configured to protect your anonymity with Tor, Vidalia, Firefox and more. <a href="<page +projects/torbrowser>">More details and languages</a>.</td> +<td bgcolor="#e5e5e5" align="center">Z.</td> +</tr> +</table> + +<div class="underline"></div> +<div class="warning"> +Tor does <strong>not</strong> magically encrypt all of your Internet activities. +Understand what Tor does and does not do for you. <a href="<page +download/download>#Warning">Read more about this topic</a>. +</div> + +<div class="underline"></div> +<div class="nb"> +<p>Need more download options? <a href="<page download/download>">See advanced choices</a>.</p> +</div> + +<div class="underline"></div> +<div class="nb"> +<p>Verify the signatures for the downloads above (<a href="<page docs/verifying-signatures>">How?</a>):</p> + <ul> + <li><a href="/dist/torbrowser/tor-browser-<version-torbrowserbundle>_en-US.exe.asc">Tor Browser Bundle for Windows signature</a></li> + <li><a href="/dist/torbrowser/osx/tor-browser-<version-torbrowserbundle>_en-US.dmg.asc">Tor Browser Bundle for OSX signature</a></li> + <li><a href="/dist/torbrowser/linux/tor-browser-<version-torbrowserbundle>_en-US.tar.gz.asc">Tor Browser Bundle for GNU/Linux signature</a></li> + </ul> +</div> + +<div class="underline"></div> +<div class="nb"> +<p>Interested in <a href="<page about/overview>">learning more about Tor in general</a>?</p> +</div> + +<div class="underline"></div> +<div class="nb"> +<p> +To keep informed of security advisories and new stable releases, subscribe +to the <a href="http://archives.seul.org/or/announce/">or-announce +mailing list</a> (you will be asked to confirm via email). You can also +<a href="http://rss.gmane.org/gmane.network.onion-routing.announce">watch +the list's RSS feed</a>. +</p> + +</div> + +<p>All trademarks are the property of their respective owners.</p> +</div><!-- #main --> + +#include <foot.wmi> + Property changes on: website/trunk/download/en/download-easy.wml ___________________________________________________________________ Added: svn:mime-type + text/vnd.wap.wml
