2e3ee93a25d2398effbc7ef06fa8e859046a4bb0
Roger Dingledine i take it back. it is used...

Roger Dingledine authored 13 years ago

1) #!/usr/bin/wml
2) 
3) ## translation metadata
4) # Revision: $Revision: 22069 $
5) # Translation-Priority: 1-high
6) 
7) <:
8)     # path                              link text
9)     my @navigation = (
Roger Dingledine but when it *is* used, it r...

Roger Dingledine authored 13 years ago

10)         'index'                        , 'Home',
Roger Dingledine i take it back. it is used...

Roger Dingledine authored 13 years ago

11)         'about/overview'              , 'About Tor',
12)         'docs/documentation'          , 'Documentation',
13)         'press/press'                 , 'Press',
14)         '<blog>'                      , 'Blog',
hiromipaw Fix dropdown padding and la...

hiromipaw authored 6 years ago

15) 	'<newsletter>'                , 'Newsletter',
Andrew Lewman fix the main nav too.

Andrew Lewman authored 11 years ago

16)         'about/contact'               , 'Contact',
Roger Dingledine i take it back. it is used...

Roger Dingledine authored 13 years ago

17)     );
Sebastian Hahn New donate page draft

Sebastian Hahn authored 8 years ago

18)     my @donatenav = (
19)         'index'                        , 'Home',
20)         'about/overview'              , 'About Tor',
21)         'about/contact'               , 'Contact',
22)     );
Roger Dingledine i take it back. it is used...

Roger Dingledine authored 13 years ago

23)     my @calltoaction = (
Andrew Lewman fix the main nav too.

Andrew Lewman authored 11 years ago

24)         'download/download-easy'           , 'Download',
Andrew Lewman change the wording to 'get...

Andrew Lewman authored 11 years ago

25)         'getinvolved/volunteer'            , 'Get Involved',
Arthur Edelstein Bug 20734: Fix links and re...

Arthur Edelstein authored 7 years ago

26)         'donate/donate-button'             , 'Donate',
Roger Dingledine but when it *is* used, it r...

Roger Dingledine authored 13 years ago

27)     );