45d68837cab843dad265b502c8e0bcb1b8f5046e
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: 2-medium
6) 
Runa A. Sandvik fix comments in sidenav.wmi

Runa A. Sandvik authored 13 years ago

7) # this structure defines the side nav bar for the /press pages
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

8) # and is the input for include/side.wmi
9) 
10) # fields:
11) #
12) # url - the path to the wml page, as used the the <page> tag. This tag ensures
13) # that links will point to the current language if supported, and alternately
14) # the english version 
15) #
16) # txt - the link text to be displayed. Different translations will
17) # need to supply alternate txt  
18) 
19) <:
20)   my $sidenav;
21)   $sidenav = [
Andrew Lewman rename the press index page...

Andrew Lewman authored 13 years ago

22)       {'url'  => 'press/press',
Andrew Lewman revamp the press page to pu...

Andrew Lewman authored 11 years ago

23)        'txt'  => 'Tor Media and Press',
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

24)       }, 
hiromipaw Add newsletter link to nav

hiromipaw authored 6 years ago

25)       {'url'  => 'https://newsletter.torproject.org/',
26)        'txt'  => 'Tor Newsletter',
27)       },
Andrew Lewman clean up the press section...

Andrew Lewman authored 13 years ago

28)       {'url'  => 'https://blog.torproject.org/',