e881c7098158b1c377356d9f6973b0da15ebd002
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1) ## translation metadata
Roger Dingledine somewhere along the line we...

Roger Dingledine authored 13 years ago

2) # Revision: $Revision$
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

3) # Translation-Priority: 2-medium
4) 
5) # this structure defines the side nav bar for the /about pages
6) # and is the input for include/side.wmi
7) 
8) # fields:
9) #
10) # url - the path to the wml page, as used the the <page> tag. This tag ensures
11) # that links will point to the current language if supported, and alternately
12) # the english version 
13) #
14) # txt - the link text to be displayed. Different translations will
15) # need to supply alternate txt
16) 
17) <:
18)   my $sidenav;
19)   $sidenav = [
Andrew Lewman clean up the confusing over...

Andrew Lewman authored 13 years ago

20)       {'url'  => 'about/overview',
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

21)        'txt'  => 'Tor Overview',
22)       },
23)       {'url'  => 'about/torusers',
24)        'txt'  => 'Users of Tor',
25)       },
26) 
27)       {'url'  => 'about/corepeople',
28)        'txt'  => 'Tor People',
29)        'subelements' => [
Roger Dingledine unlink those two obsolete p...

Roger Dingledine authored 7 years ago

30)           {'url'  => 'about/corepeople',
31)            'txt'  => 'Core Tor People',
32)           },
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

33)           {'url'  => 'about/board',
34)            'txt'  => 'Board of Directors',
Roger Dingledine unlink those two obsolete p...

Roger Dingledine authored 7 years ago

35)           },
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

36)           {'url'  => 'about/contributors',
37)            'txt'  => 'Past Contributors',
38)           }]
39)       },
Roger Dingledine three jobs means it's time...

Roger Dingledine authored 11 years ago

40) 
41)       {'url'  => 'about/jobs',
42)        'txt'  => 'Jobs',
43)       },
44) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

45)       {'url'  => 'about/sponsors',
46)        'txt'  => 'Sponsors',
47)       },
Andrew Lewman add the tor financials for...

Andrew Lewman authored 13 years ago

48)       {'url'  => 'about/financials',
49)        'txt'  => 'Financial Reports',
50)       },
Andrew Lewman clean out links to clientsi...

Andrew Lewman authored 13 years ago

51)       {'url'  => 'projects/projects',
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

52)        'txt'  => 'Projects',
53)       }, 
Andrew Lewman change the faq link to docs.

Andrew Lewman authored 13 years ago

54)       {'url'  => 'docs/documentation',
55)        'txt'  => 'Documentation',