f56e105e6789689efa6b93984c9bde18c82c1379
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) 
Runa A. Sandvik fix comments in sidenav.wmi

Runa A. Sandvik authored 13 years ago

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

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 
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)           },
Andrew Lewman link to the debian/ubuntu d...

Andrew Lewman authored 12 years ago

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)           },
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

39)           {'url'  => 'docs/tor-doc-osx',
Andrew Lewman link to the debian/ubuntu d...

Andrew Lewman authored 12 years ago

40)            'txt'  => 'Installing Tor on Mac OS X',
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

41)           },
Andrew Lewman add android and N900 instal...

Andrew Lewman authored 13 years ago

42)           {'url'  => 'docs/android',
Andrew Lewman link to the debian/ubuntu d...

Andrew Lewman authored 12 years ago

43)            'txt'  => 'Installing Tor on Android',
Andrew Lewman add android and N900 instal...

Andrew Lewman authored 13 years ago

44)           },
45)           {'url'  => 'docs/N900',
Andrew Lewman link to the debian/ubuntu d...

Andrew Lewman authored 12 years ago

46)            'txt'  => 'Installing Tor on Maemo/N900',
Andrew Lewman add android and N900 instal...

Andrew Lewman authored 13 years ago

47)           },
Andrew Lewman rename easy-download to dow...

Andrew Lewman authored 13 years ago

48)           {'url'  => 'docs/verifying-signatures',
49)            'txt'  => 'Verify our GPG signatures',
50)           },
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

51)           {'url'  => 'docs/tor-doc-web',
52)            'txt'  => 'Configuring your browser to use Tor',
53)           }],
54)       },
55)       {'url'  => 'docs/manual',
56)        'txt'  => 'Manuals',
57)        'subelements' => [
Andrew Lewman define doxygen as a tag, mo...

Andrew Lewman authored 12 years ago

58)           {   
59)            'url'  => 'docs/short-user-manual',
60)            'txt'  => 'Short User Manual',
61)           }, 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

62)           {'url'  => 'docs/tor-doc-relay',
63)            'txt'  => 'Configuring a Relay',
64)           },
65)           {'url'  => 'docs/tor-hidden-service',
66)            'txt'  => 'Configuring a Hidden Service',
67)           }, 
Andrew Lewman add in the link to the brid...

Andrew Lewman authored 13 years ago

68)           {'url'  => 'docs/bridges',
69)            'txt'  => 'Configuring a Bridge Relay',
70)           }, 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

71)           {'url'  => 'docs/running-a-mirror',
72)            'txt'  => 'Configuring a Mirror',
73)           },
Runa A. Sandvik include stable man page fro...

Runa A. Sandvik authored 13 years ago

74)           {'url'  => 'docs/tor-manual',
75)            'txt'  => 'Tor -stable Manual',
76)           },
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

78)            'txt'  => 'Tor -alpha Manual',
Andrew Lewman add proxy instructions to s...

Andrew Lewman authored 13 years ago

79)           },
80)           {'url'  => 'docs/proxychain',
81)            'txt'  => 'Configuring Tor to use a Proxy Server',
Andrew Lewman define doxygen as a tag, mo...

Andrew Lewman authored 12 years ago

82)           },
83)           {'url' => '<doxygen>',
Andrew Lewman fix a missing quote.

Andrew Lewman authored 12 years ago

84)            'txt' => 'Doxygen output from Tor codebase',
Andrew Lewman define doxygen as a tag, mo...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

86)       },
87)       {
Andrew Lewman copy all of the images over...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

89)        'txt'  => 'Tor Wiki',
Runa A. Sandvik Added a page for the user m...

Runa A. Sandvik authored 12 years ago

90)       },
Andrew Lewman point the General FAQ link...

Andrew Lewman authored 13 years ago

91)       {'url'  => 'docs/faq',
Andrew Lewman clean up wiki and faq refer...

Andrew Lewman authored 13 years ago

92)        'txt'  => 'General FAQ',  
93)       },
Andrew Lewman fix the path to the torbutt...

Andrew Lewman authored 13 years ago

94)       {'url'  => 'torbutton/torbutton-faq',
Andrew Lewman add the torbutton faq to th...

Andrew Lewman authored 13 years ago

95)        'txt'  => 'Torbutton FAQ',
96)       },
Andrew Lewman clean up wiki and faq refer...

Andrew Lewman authored 13 years ago

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',