3f84840095bbc7640cd6a0c9ff30fbdd2c10b2d3
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1) #!/usr/bin/wml
2) 
3) ## translation metadata
Roger Dingledine somewhere along the line we...

Roger Dingledine authored 13 years ago

4) # Revision: $Revision$
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

5) # Translation-Priority: 1-high
6) 
7) <:
8)     # path                              link text
9)     my @navigation = (
Andrew Lewman Add cta-buttons.jpg, change...

Andrew Lewman authored 12 years ago

10)         'index'                        , 'Home',
11)         'about/overview'              , 'About Tor',
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

12)         'docs/documentation'          , 'Documentation',
Andrew Lewman rename the press index page...

Andrew Lewman authored 13 years ago

13)         'press/press'                 , 'Press',
Andrew Lewman update the index announceme...

Andrew Lewman authored 13 years ago

14)         '<blog>'                      , 'Blog',
Andrew Lewman revert the store link remov...

Andrew Lewman authored 11 years ago

15)         'http://www.printfection.com/torprojectstore' , 'Store',
Andrew Lewman replace projects with conta...

Andrew Lewman authored 11 years ago

16) 	'about/contact'			, 'Contact',
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

17)     );
18)     my @calltoaction = (
Andrew Lewman make download-easy the defa...

Andrew Lewman authored 12 years ago

19)         'download/download-easy'                , 'Download',
Andrew Lewman Add cta-buttons.jpg, change...

Andrew Lewman authored 12 years ago

20)         'getinvolved/volunteer'            , 'Volunteer',
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

21)         'donate/donate'                    , 'Donate',
Andrew Lewman Add cta-buttons.jpg, change...

Andrew Lewman authored 12 years ago

22)     );