1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,110 +0,0 @@ |
1 |
-## translation metadata |
|
2 |
-# Revision: $Revision$ |
|
3 |
-# Translation-Priority: 2-medium |
|
4 |
- |
|
5 |
-# this structure defines the side nav bar for the /docs 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/debian', |
|
34 |
- 'txt' => 'Installing Tor on Debian/Ubuntu', |
|
35 |
- }, |
|
36 |
- {'url' => 'docs/debian-vidalia', |
|
37 |
- 'txt' => 'Installing Vidalia on Debian/Ubuntu', |
|
38 |
- }, |
|
39 |
- {'url' => 'docs/tor-doc-osx', |
|
40 |
- 'txt' => 'Installing Tor on Mac OS X', |
|
41 |
- }, |
|
42 |
- {'url' => 'docs/android', |
|
43 |
- 'txt' => 'Installing Tor on Android', |
|
44 |
- }, |
|
45 |
- {'url' => 'docs/N900', |
|
46 |
- 'txt' => 'Installing Tor on Maemo/N900', |
|
47 |
- }, |
|
48 |
- {'url' => 'docs/verifying-signatures', |
|
49 |
- 'txt' => 'Verify our GPG signatures', |
|
50 |
- }], |
|
51 |
- }, |
|
52 |
- {'url' => 'docs/manual', |
|
53 |
- 'txt' => 'Manuals', |
|
54 |
- 'subelements' => [ |
|
55 |
- { |
|
56 |
- 'url' => 'docs/short-user-manual', |
|
57 |
- 'txt' => 'Short User Manual', |
|
58 |
- }, |
|
59 |
- {'url' => 'docs/tor-relay-debian', |
|
60 |
- 'txt' => 'Configuring a Relay manually', |
|
61 |
- }, |
|
62 |
- {'url' => 'docs/tor-doc-relay', |
|
63 |
- 'txt' => 'Configuring a Relay graphically', |
|
64 |
- }, |
|
65 |
- {'url' => 'docs/tor-hidden-service', |
|
66 |
- 'txt' => 'Configuring a Hidden Service', |
|
67 |
- }, |
|
68 |
- {'url' => 'docs/bridges', |
|
69 |
- 'txt' => 'Configuring a Bridge Relay', |
|
70 |
- }, |
|
71 |
- {'url' => 'docs/running-a-mirror', |
|
72 |
- 'txt' => 'Configuring a Mirror', |
|
73 |
- }, |
|
74 |
- {'url' => 'docs/tor-manual', |
|
75 |
- 'txt' => 'Tor -stable Manual', |
|
76 |
- }, |
|
77 |
- {'url' => 'docs/tor-manual-dev', |
|
78 |
- 'txt' => 'Tor -alpha Manual', |
|
79 |
- }, |
|
80 |
- {'url' => 'docs/proxychain', |
|
81 |
- 'txt' => 'Configuring Tor to use a Proxy Server', |
|
82 |
- }, |
|
83 |
- {'url' => '<doxygen>', |
|
84 |
- 'txt' => 'Doxygen output from Tor codebase', |
|
85 |
- }] |
|
86 |
- }, |
|
87 |
- { |
|
88 |
- 'url' => '<wiki>', |
|
89 |
- 'txt' => 'Tor Wiki', |
|
90 |
- }, |
|
91 |
- {'url' => 'docs/faq', |
|
92 |
- 'txt' => 'General FAQ', |
|
93 |
- }, |
|
94 |
- {'url' => 'torbutton/torbutton-faq', |
|
95 |
- 'txt' => 'Torbutton FAQ', |
|
96 |
- }, |
|
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', |
|
108 |
- }, |
|
109 |
- ]; |
|
110 |
-:> |
... | ... |
@@ -1,36 +1,110 @@ |
1 |
-#!/usr/bin/wml |
|
2 |
- |
|
3 | 1 |
## translation metadata |
4 | 2 |
# Revision: $Revision$ |
5 | 3 |
# Translation-Priority: 2-medium |
6 | 4 |
|
7 |
-# this structure defines the side nav bar for the /torbutton pages |
|
5 |
+# this structure defines the side nav bar for the /docs pages |
|
8 | 6 |
# and is the input for include/side.wmi |
9 | 7 |
|
10 | 8 |
# fields: |
11 | 9 |
# |
12 |
-# name - the $WML_SRC_BASENAME of the file. It should uniquely identify the |
|
13 |
-# page because at build-time it is used to determine what view of the |
|
14 |
-# navigation menu to generate |
|
15 |
-# |
|
16 | 10 |
# url - the path to the wml page, as used the the <page> tag. This tag ensures |
17 | 11 |
# that links will point to the current language if supported, and alternately |
18 | 12 |
# the english version |
19 | 13 |
# |
20 | 14 |
# txt - the link text to be displayed. Different translations will |
21 | 15 |
# need to supply alternate txt |
22 |
- |
|
16 |
+ |
|
23 | 17 |
<: |
24 | 18 |
my $sidenav; |
25 | 19 |
$sidenav = [ |
26 |
- {'url' => 'torbutton/index', |
|
27 |
- 'txt' => 'Torbutton', |
|
28 |
- 'subelements' => [ |
|
29 |
- {'url' => 'torbutton/torbutton-options', |
|
30 |
- 'txt' => 'Torbutton Options', |
|
31 |
- }, |
|
32 |
- {'url' => 'torbutton/torbutton-faq', |
|
33 |
- 'txt' => 'Torbutton FAQ', |
|
34 |
- }] |
|
35 |
- }] |
|
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/debian', |
|
34 |
+ 'txt' => 'Installing Tor on Debian/Ubuntu', |
|
35 |
+ }, |
|
36 |
+ {'url' => 'docs/debian-vidalia', |
|
37 |
+ 'txt' => 'Installing Vidalia on Debian/Ubuntu', |
|
38 |
+ }, |
|
39 |
+ {'url' => 'docs/tor-doc-osx', |
|
40 |
+ 'txt' => 'Installing Tor on Mac OS X', |
|
41 |
+ }, |
|
42 |
+ {'url' => 'docs/android', |
|
43 |
+ 'txt' => 'Installing Tor on Android', |
|
44 |
+ }, |
|
45 |
+ {'url' => 'docs/N900', |
|
46 |
+ 'txt' => 'Installing Tor on Maemo/N900', |
|
47 |
+ }, |
|
48 |
+ {'url' => 'docs/verifying-signatures', |
|
49 |
+ 'txt' => 'Verify our GPG signatures', |
|
50 |
+ }], |
|
51 |
+ }, |
|
52 |
+ {'url' => 'docs/manual', |
|
53 |
+ 'txt' => 'Manuals', |
|
54 |
+ 'subelements' => [ |
|
55 |
+ { |
|
56 |
+ 'url' => 'docs/short-user-manual', |
|
57 |
+ 'txt' => 'Short User Manual', |
|
58 |
+ }, |
|
59 |
+ {'url' => 'docs/tor-relay-debian', |
|
60 |
+ 'txt' => 'Configuring a Relay manually', |
|
61 |
+ }, |
|
62 |
+ {'url' => 'docs/tor-doc-relay', |
|
63 |
+ 'txt' => 'Configuring a Relay graphically', |
|
64 |
+ }, |
|
65 |
+ {'url' => 'docs/tor-hidden-service', |
|
66 |
+ 'txt' => 'Configuring a Hidden Service', |
|
67 |
+ }, |
|
68 |
+ {'url' => 'docs/bridges', |
|
69 |
+ 'txt' => 'Configuring a Bridge Relay', |
|
70 |
+ }, |
|
71 |
+ {'url' => 'docs/running-a-mirror', |
|
72 |
+ 'txt' => 'Configuring a Mirror', |
|
73 |
+ }, |
|
74 |
+ {'url' => 'docs/tor-manual', |
|
75 |
+ 'txt' => 'Tor -stable Manual', |
|
76 |
+ }, |
|
77 |
+ {'url' => 'docs/tor-manual-dev', |
|
78 |
+ 'txt' => 'Tor -alpha Manual', |
|
79 |
+ }, |
|
80 |
+ {'url' => 'docs/proxychain', |
|
81 |
+ 'txt' => 'Configuring Tor to use a Proxy Server', |
|
82 |
+ }, |
|
83 |
+ {'url' => '<doxygen>', |
|
84 |
+ 'txt' => 'Doxygen output from Tor codebase', |
|
85 |
+ }] |
|
86 |
+ }, |
|
87 |
+ { |
|
88 |
+ 'url' => '<wiki>', |
|
89 |
+ 'txt' => 'Tor Wiki', |
|
90 |
+ }, |
|
91 |
+ {'url' => 'docs/faq', |
|
92 |
+ 'txt' => 'General FAQ', |
|
93 |
+ }, |
|
94 |
+ {'url' => 'torbutton/torbutton-faq', |
|
95 |
+ 'txt' => 'Torbutton FAQ', |
|
96 |
+ }, |
|
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', |
|
108 |
+ }, |
|
109 |
+ ]; |
|
36 | 110 |
:> |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,36 @@ |
1 |
+#!/usr/bin/wml |
|
2 |
+ |
|
3 |
+## translation metadata |
|
4 |
+# Revision: $Revision: 0 $ |
|
5 |
+# Translation-Priority: 2-medium |
|
6 |
+ |
|
7 |
+# this structure defines the side nav bar for the /about pages |
|
8 |
+# and is the input for include/side.wmi |
|
9 |
+ |
|
10 |
+# fields: |
|
11 |
+# |
|
12 |
+# name - the $WML_SRC_BASENAME of the file. It should uniquely identify the |
|
13 |
+# page because at build-time it is used to determine what view of the |
|
14 |
+# navigation menu to generate |
|
15 |
+# |
|
16 |
+# url - the path to the wml page, as used the the <page> tag. This tag ensures |
|
17 |
+# that links will point to the current language if supported, and alternately |
|
18 |
+# the english version |
|
19 |
+# |
|
20 |
+# txt - the link text to be displayed. Different translations will |
|
21 |
+# need to supply alternate txt |
|
22 |
+ |
|
23 |
+<: |
|
24 |
+ my $sidenav; |
|
25 |
+ $sidenav = [ |
|
26 |
+ {'url' => 'torbutton/index', |
|
27 |
+ 'txt' => 'Torbutton', |
|
28 |
+ 'subelements' => [ |
|
29 |
+ {'url' => 'torbutton/torbutton-options', |
|
30 |
+ 'txt' => 'Torbutton Options', |
|
31 |
+ }, |
|
32 |
+ {'url' => 'torbutton/torbutton-faq', |
|
33 |
+ 'txt' => 'Torbutton FAQ', |
|
34 |
+ }] |
|
35 |
+ }] |
|
36 |
+:> |