7a95a8a346d9b851a6da6d89ec5d500b9ef6ba58
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)     );
Sebastian Hahn New donate page draft

Sebastian Hahn authored 8 years ago

17)     my @donatenav = (
18)         'index'                        , 'Home',
19)         'about/overview'              , 'About Tor',
20)         'about/contact'               , 'Contact',
21)     );
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

22)     my @calltoaction = (
Andrew Lewman make download-easy the defa...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

24)         'getinvolved/volunteer'            , 'Volunteer',
Sebastian Hahn Try the donation redirect hack

Sebastian Hahn authored 8 years ago

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

Andrew Lewman authored 12 years ago

26)     );