7cd8071c909d5b365f19a2042c39abef90050d02
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 replace projects with conta...

Andrew Lewman authored 11 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

21)     );