e2e506dd8ed24d037d0c66d0c0a149c128667c29
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 /getinvolved 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 clean up the getinvolved se...

Andrew Lewman authored 13 years ago

22)         {'url'  => 'getinvolved/volunteer',
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

23)          'txt'  => 'Get Involved',
24)         },
Runa A. Sandvik Include relays page in the...

Runa A. Sandvik authored 12 years ago

25)         {'url'  => 'getinvolved/relays',
26)          'txt'  => 'Set up relays',
27)         },
Karsten Loesing Remove getinvolved/research...

Karsten Loesing authored 11 years ago

28)         {'url'  => 'https://research.torproject.org/',
Andrew Lewman link to the research page.

Andrew Lewman authored 13 years ago

29)          'txt'  => 'Research',
30)         },