f4d76878a0ba88a1a8fdf32a98d71fefb9d183fd
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)       {
Andrew Lewman copy all of the images over...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

61)        'txt'  => 'Tor Wiki',
62)       }, 
Andrew Lewman clean up wiki and faq refer...

Andrew Lewman authored 13 years ago

63)       {'url'  => '<wikifaq>',
64)        'txt'  => 'General FAQ',  
65)       },
66)       {'url'  => 'docs/faq-abuse',
67)        'txt'  => 'Abuse FAQ',
68)       },
69)       {'url'  => 'docs/trademark-faq',
70)        'txt'  => 'Trademark FAQ',
71)       },
72)       {'url'  => 'eff/tor-legal-faq',
73)        'txt'  => 'Tor Legal FAQ',
74)       },
75)       {'url'  => 'eff/tor-dmca-response',
76)        'txt'  => 'Tor DMCA Response',