Author: phobos Date: 2011-09-04 13:41:39 +0000 (Sun, 04 Sep 2011) New Revision: 25011
Modified: website/trunk/.htaccess website/trunk/en/index.wml website/trunk/en/navigation.wmi Log: make download-easy the default.
Modified: website/trunk/.htaccess =================================================================== --- website/trunk/.htaccess 2011-09-04 12:05:03 UTC (rev 25010) +++ website/trunk/.htaccess 2011-09-04 13:41:39 UTC (rev 25011) @@ -41,5 +41,5 @@ # Download websites RewriteRule ^download/$ /download/download [R=301,L] RewriteRule ^download.html(.*) /download/download.html$1 [R=301,L] -RewriteRule ^easy-download(.*) /download/download$1 [R=301,L] +RewriteRule ^easy-download(.*) /download/download-easy$1 [R=301,L]
Modified: website/trunk/en/index.wml =================================================================== --- website/trunk/en/index.wml 2011-09-04 12:05:03 UTC (rev 25010) +++ website/trunk/en/index.wml 2011-09-04 13:41:39 UTC (rev 25011) @@ -17,7 +17,7 @@ <p class="desc">Protect your privacy. Defend yourself against network surveillance and traffic analysis.</p>
<div id="download"> - <a href="<page download/download>"> + <a href="<page download/download-easy>"> <span class="download-tor">Download Tor</span></a> </div> </div>
Modified: website/trunk/en/navigation.wmi =================================================================== --- website/trunk/en/navigation.wmi 2011-09-04 12:05:03 UTC (rev 25010) +++ website/trunk/en/navigation.wmi 2011-09-04 13:41:39 UTC (rev 25011) @@ -16,7 +16,7 @@ 'http://printfection.com/torprojectstore' , 'Store', ); my @calltoaction = ( - 'download/download' , 'Download', + 'download/download-easy' , 'Download', 'getinvolved/volunteer' , 'Volunteer', 'donate/donate' , 'Donate', );
tor-commits@lists.torproject.org