c261c7ec855eea8029a7655ffe9f7ca255d921ce
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
Matthew Finkel Make the bridge user docume...

Matthew Finkel authored 9 years ago

12) # the english version
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

13) #
14) # txt - the link text to be displayed. Different translations will
Matthew Finkel Make the bridge user docume...

Matthew Finkel authored 9 years ago

15) # need to supply alternate txt
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

16) 
17) <:
18)   my $sidenav;
19)   $sidenav = [
20)       {'url'  => 'docs/documentation',
21)        'txt'  => 'Documentation Overview',
Matthew Finkel Make the bridge user docume...

Matthew Finkel authored 9 years ago

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

Andrew Lewman authored 13 years ago

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)           },
Moritz Bartl added fedora/centos instruc...

Moritz Bartl authored 10 years ago

36)           {'url'  => 'docs/rpms',
37)            'txt'  => 'Installing Tor on Fedora/CentOS',
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',
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

50)           }],
51)       },
52)       {'url'  => 'docs/manual',
53)        'txt'  => 'Manuals',
54)        'subelements' => [
Roger Dingledine and add the new page to the...

Roger Dingledine authored 11 years ago

55)           {'url'  => 'docs/tor-relay-debian',
56)            'txt'  => 'Configuring a Relay manually',
57)           },
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

58)           {'url'  => 'docs/tor-doc-relay',
Roger Dingledine they'll figure out what vid...

Roger Dingledine authored 11 years ago

59)            'txt'  => 'Configuring a Relay graphically',
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

60)           },
61)           {'url'  => 'docs/tor-hidden-service',
62)            'txt'  => 'Configuring a Hidden Service',
Matthew Finkel Make the bridge user docume...

Matthew Finkel authored 9 years ago

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

Andrew Lewman authored 13 years ago

64)           {'url'  => 'docs/running-a-mirror',
65)            'txt'  => 'Configuring a Mirror',
66)           },
Matthew Finkel Make the bridge user docume...

Matthew Finkel authored 9 years ago

67)           {'url'  => 'docs/bridges',
68)            'txt'  => 'Using a Bridge Relay',
69)           },
Runa A. Sandvik include stable man page fro...

Runa A. Sandvik authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

74)            'txt'  => 'Tor -alpha Manual',
Roger Dingledine stop linking the proxychain...

Roger Dingledine authored 9 years ago

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

Andrew Lewman authored 13 years ago

76)       },
77)       {
Andrew Lewman copy all of the images over...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Runa A. Sandvik authored 12 years ago

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

Andrew Lewman authored 13 years ago

81)       {'url'  => 'docs/faq',
Matthew Finkel Make the bridge user docume...

Matthew Finkel authored 9 years ago

82)        'txt'  => 'General FAQ',
Andrew Lewman clean up wiki and faq refer...

Andrew Lewman authored 13 years ago

83)       },
84)       {'url'  => 'docs/faq-abuse',
85)        'txt'  => 'Abuse FAQ',
86)       },
87)       {'url'  => 'docs/trademark-faq',
88)        'txt'  => 'Trademark FAQ',
89)       },
90)       {'url'  => 'eff/tor-legal-faq',
91)        'txt'  => 'Tor Legal FAQ',
92)       },
93)       {'url'  => 'eff/tor-dmca-response',
94)        'txt'  => 'Tor DMCA Response',
Matthew Finkel Make the bridge user docume...

Matthew Finkel authored 9 years ago

95)       },