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

Andrew Lewman authored 13 years ago

1) ## translation metadata
2) # Revision: $Revision: 0 $
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 = [
20)       {'url'  => 'docs/documentation',
21)        'txt'  => 'Documentation Overview',
22)       }, 
23)       {
24)        'url'  => 'docs/installguide',
25)        'txt'  => 'Installation Guides',
26)        'subelements' => [
27)           {'url'  => 'docs/tor-doc-windows',
28)            'txt'  => 'Installing on Windows',
29)           },
30)           {'url'  => 'docs/tor-doc-unix',
31)            'txt'  => 'Installing on Linux/BSD/Unix',
32)           },
33)           {'url'  => 'docs/tor-doc-osx',
34)            'txt'  => 'Installing on Mac OS X',
35)           },
Andrew Lewman add android and N900 instal...

Andrew Lewman authored 13 years ago

36)           {'url'  => 'docs/android',
37)            'txt'  => 'Installing on Android',
38)           },
39)           {'url'  => 'docs/N900',
40)            'txt'  => 'Installing on Maemo/N900',
41)           },
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

42)           {'url'  => 'docs/tor-doc-web',
43)            'txt'  => 'Configuring your browser to use Tor',
44)           }],
45)       },
46)       {'url'  => 'docs/manual',
47)        'txt'  => 'Manuals',
48)        'subelements' => [
49)           {'url'  => 'docs/tor-doc-relay',
50)            'txt'  => 'Configuring a Relay',
51)           },
52)           {'url'  => 'docs/tor-hidden-service',
53)            'txt'  => 'Configuring a Hidden Service',
54)           }, 
55)           {'url'  => 'docs/running-a-mirror',
56)            'txt'  => 'Configuring a Mirror',
57)           },
58)           {'url'  => 'docs/tor-manual',
Andrew Lewman copy all of the images over...

Andrew Lewman authored 13 years ago

59)            'txt'  => 'Tor -stable Manual',
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

60)           },
61)           {'url'  => 'docs/tor-manual-dev',
Andrew Lewman copy all of the images over...

Andrew Lewman authored 13 years ago

62)            'txt'  => 'Tor -alpha Manual',
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

63)           }],
64)       },
65)       {
Andrew Lewman copy all of the images over...

Andrew Lewman authored 13 years ago

66)        'url'  => '<wiki>',
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

67)        'txt'  => 'Tor Wiki',
68)       }, 
Andrew Lewman clean up wiki and faq refer...

Andrew Lewman authored 13 years ago

69)       {'url'  => '<wikifaq>',
70)        'txt'  => 'General FAQ',  
71)       },
72)       {'url'  => 'docs/faq-abuse',
73)        'txt'  => 'Abuse FAQ',
74)       },
75)       {'url'  => 'docs/trademark-faq',
76)        'txt'  => 'Trademark FAQ',
77)       },
78)       {'url'  => 'eff/tor-legal-faq',
79)        'txt'  => 'Tor Legal FAQ',
80)       },
81)       {'url'  => 'eff/tor-dmca-response',
82)        'txt'  => 'Tor DMCA Response',