Author: arma Date: 2011-03-09 18:56:59 +0000 (Wed, 09 Mar 2011) New Revision: 24326
Added: website/trunk/include/navigation.wmi Log: i take it back. it is used mysteriously in ways i do not understand.
Added: website/trunk/include/navigation.wmi =================================================================== --- website/trunk/include/navigation.wmi (rev 0) +++ website/trunk/include/navigation.wmi 2011-03-09 18:56:59 UTC (rev 24326) @@ -0,0 +1,24 @@ +#!/usr/bin/wml + +## translation metadata +# Revision: $Revision: 22069 $ +# Translation-Priority: 1-high + +<: + # path link text + my @navigation = ( + 'home' , 'Home', + 'about/overview' , 'About Tor', + 'docs/documentation' , 'Documentation', + 'projects/projects' , 'Projects', + 'press/press' , 'Press', + '<blog>' , 'Blog', + 'http://printfection.com/torprojectstore' , 'Store', + ); + my @calltoaction = ( + 'download/download' , 'Download', + 'donate/donate' , 'Donate', + 'getinvolved/volunteer' , 'Get Involved', + ); + +:>
tor-commits@lists.torproject.org