ff71467723f6c9bff86b227f176fa2da6d8ec979
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)           },
36)           {'url'  => 'docs/tor-doc-web',
37)            'txt'  => 'Configuring your browser to use Tor',
38)           }],
39)       },
40)       {'url'  => 'docs/manual',
41)        'txt'  => 'Manuals',
42)        'subelements' => [
43)           {'url'  => 'docs/tor-doc-relay',
44)            'txt'  => 'Configuring a Relay',
45)           },
46)           {'url'  => 'docs/tor-hidden-service',
47)            'txt'  => 'Configuring a Hidden Service',
48)           }, 
49)           {'url'  => 'docs/running-a-mirror',
50)            'txt'  => 'Configuring a Mirror',
51)           },
52)           {'url'  => 'docs/tor-manual',
Andrew Lewman copy all of the images over...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

57)           }],
58)       },
59)       {'url' => 'docs/glossary',
60)        'txt' => 'Glossary',
61)       },
62)       {
Andrew Lewman copy all of the images over...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

64)        'txt'  => 'Tor Wiki',
65)       }, 
66)       {'url'  => 'docs/faq',
67)        'txt'  => 'FAQ',  #maybe stick this in about instead...
68)        'subelements' => [
69)           {'url'  => 'docs/faq-abuse',
70)            'txt'  => 'Abuse FAQ',
71)           },
72)           {'url'  => 'docs/trademark-faq',
73)            'txt'  => 'Trademark FAQ',
Andrew Lewman link to the eff faqs from t...

Andrew Lewman authored 13 years ago

74)           },
75)           {'url'  => 'eff/tor-legal-faq',
76)            'txt'  => 'Tor Legal FAQ',
77)           },
78)           {'url'  => 'eff/tor-dmca-response',
79)            'txt'  => 'Tor DMCA Response',