b555a1f0c9f648f39e72cb8b1d880bfaa9c7d594
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)       },
Roger Dingledine be a bit clearer about what...

Roger Dingledine authored 7 years ago

23)       {'url'  => 'projects/torbrowser',
24)        'txt'  => 'Install Tor Browser',
25)       },
26)       {'url'  => 'https://guardianproject.info/apps/orbot/',
27)        'txt'  => 'Tor on Android',
28)       },
29)       {'url'  => 'projects/projects',
30)        'txt'  => 'Other Tor software',
31)       },
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

32)       {
33)        'url'  => 'docs/installguide',
Roger Dingledine be a bit clearer about what...

Roger Dingledine authored 7 years ago

34)        'txt'  => 'Expert guides',
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

35)        'subelements' => [
nusenu Bug 24881: consolidate rela...

nusenu authored 6 years ago

36)           {'url'  => '<wiki>TorRelayGuide',
37)            'txt'  => 'The Tor Relay Guide',
38)           },
Andrew Lewman link to the debian/ubuntu d...

Andrew Lewman authored 12 years ago

39)           {'url'  => 'docs/debian',
40)            'txt'  => 'Installing Tor on Debian/Ubuntu',
41)           },
Roger Dingledine be a bit clearer about what...

Roger Dingledine authored 7 years ago

42)           {'url'  => 'docs/tor-doc-unix',
43)            'txt'  => 'Installing Tor Source',
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

44)           },
Roger Dingledine be a bit clearer about what...

Roger Dingledine authored 7 years ago

45)           {'url'  => 'docs/tor-doc-osx',
hiromipaw Fixing osx docs style and s...

hiromipaw authored 6 years ago

46)            'txt'  => 'OSX',
Andrew Lewman add android and N900 instal...

Andrew Lewman authored 13 years ago

47)           },
kat Change hidden -> onion. (Se...

kat authored 6 years ago

48)           {'url'  => 'docs/tor-onion-service',
kat Change hidden service to on...

kat authored 6 years ago

49)            'txt'  => 'Configuring an Onion Service',
Matthew Finkel Make the bridge user docume...

Matthew Finkel authored 9 years ago

50)           },
51)           {'url'  => 'docs/bridges',
Roger Dingledine be a bit clearer about what...

Roger Dingledine authored 7 years ago

52)            'txt'  => 'Understanding bridges',
Matthew Finkel Make the bridge user docume...

Matthew Finkel authored 9 years ago

53)           },
Roger Dingledine be a bit clearer about what...

Roger Dingledine authored 7 years ago

54)           {'url'  => 'docs/verifying-signatures',
55)            'txt'  => 'Verify package signatures',
56)           }],
57)       },
58)       {'url'  => 'docs/manual',
59)        'txt'  => 'Manuals',
60)        'subelements' => [
Runa A. Sandvik include stable man page fro...

Runa A. Sandvik authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

65)            'txt'  => 'Tor -alpha Manual',
Roger Dingledine be a bit clearer about what...

Roger Dingledine authored 7 years ago

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

Andrew Lewman authored 13 years ago

67)       },
Roger Dingledine be a bit clearer about what...

Roger Dingledine authored 7 years ago

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

Andrew Lewman authored 13 years ago

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

Runa A. Sandvik authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Matthew Finkel authored 9 years ago

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

Andrew Lewman authored 13 years ago

73)       },
74)       {'url'  => 'docs/faq-abuse',
75)        'txt'  => 'Abuse FAQ',
76)       },
77)       {'url'  => 'docs/trademark-faq',
78)        'txt'  => 'Trademark FAQ',
79)       },
80)       {'url'  => 'eff/tor-legal-faq',
81)        'txt'  => 'Tor Legal FAQ',
82)       },