e2e506dd8ed24d037d0c66d0c0a149c128667c29
Andrew Lewman fix links to torbutton sect...

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 fix links to torbutton sect...

Andrew Lewman authored 13 years ago

3) # Translation-Priority: 2-medium
4) 
Moritz Bartl removed torbutton pages, mo...

Moritz Bartl authored 11 years ago

5) # this structure defines the side nav bar for the /docs pages
Andrew Lewman fix links to torbutton sect...

Andrew Lewman authored 13 years ago

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 
Moritz Bartl removed torbutton pages, mo...

Moritz Bartl authored 11 years ago

16) 
Andrew Lewman fix links to torbutton sect...

Andrew Lewman authored 13 years ago

17) <:
18)   my $sidenav;
19)   $sidenav = [
Moritz Bartl removed torbutton pages, mo...

Moritz Bartl authored 11 years ago

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/debian',
34)            'txt'  => 'Installing Tor on Debian/Ubuntu',
35)           },
36)           {'url'  => 'docs/debian-vidalia',
37)            'txt'  => 'Installing Vidalia on Debian/Ubuntu',
38)           },
39)           {'url'  => 'docs/tor-doc-osx',
40)            'txt'  => 'Installing Tor on Mac OS X',
41)           },
42)           {'url'  => 'docs/android',
43)            'txt'  => 'Installing Tor on Android',
44)           },
45)           {'url'  => 'docs/N900',
46)            'txt'  => 'Installing Tor on Maemo/N900',
47)           },
48)           {'url'  => 'docs/verifying-signatures',
49)            'txt'  => 'Verify our GPG signatures',
50)           }],
51)       },
52)       {'url'  => 'docs/manual',
53)        'txt'  => 'Manuals',
54)        'subelements' => [
55)           {   
56)            'url'  => 'docs/short-user-manual',
57)            'txt'  => 'Short User Manual',
58)           }, 
59)           {'url'  => 'docs/tor-relay-debian',
60)            'txt'  => 'Configuring a Relay manually',
61)           },
62)           {'url'  => 'docs/tor-doc-relay',
63)            'txt'  => 'Configuring a Relay graphically',
64)           },
65)           {'url'  => 'docs/tor-hidden-service',
66)            'txt'  => 'Configuring a Hidden Service',
67)           }, 
68)           {'url'  => 'docs/bridges',
69)            'txt'  => 'Configuring a Bridge Relay',
70)           }, 
71)           {'url'  => 'docs/running-a-mirror',
72)            'txt'  => 'Configuring a Mirror',
73)           },
74)           {'url'  => 'docs/tor-manual',
75)            'txt'  => 'Tor -stable Manual',
76)           },
77)           {'url'  => 'docs/tor-manual-dev',
78)            'txt'  => 'Tor -alpha Manual',
79)           },
80)           {'url'  => 'docs/proxychain',
81)            'txt'  => 'Configuring Tor to use a Proxy Server',
82)           },
83)           {'url' => '<doxygen>',
84)            'txt' => 'Doxygen output from Tor codebase',
85)            }]
86)       },
87)       {
88)        'url'  => '<wiki>',
89)        'txt'  => 'Tor Wiki',
90)       },
91)       {'url'  => 'docs/faq',
92)        'txt'  => 'General FAQ',  
93)       },
94)       {'url'  => 'torbutton/torbutton-faq',
95)        'txt'  => 'Torbutton FAQ',
96)       },
97)       {'url'  => 'docs/faq-abuse',
98)        'txt'  => 'Abuse FAQ',
99)       },
100)       {'url'  => 'docs/trademark-faq',
101)        'txt'  => 'Trademark FAQ',
102)       },
103)       {'url'  => 'eff/tor-legal-faq',
104)        'txt'  => 'Tor Legal FAQ',
105)       },
106)       {'url'  => 'eff/tor-dmca-response',
107)        'txt'  => 'Tor DMCA Response',
108)       },  
109)   ];