Roger Dingledine commited on 2016-04-17 02:59:23
Zeige 1 geänderte Dateien mit 24 Einfügungen und 25 Löschungen.
| ... | ... |
@@ -20,35 +20,31 @@ |
| 20 | 20 |
{'url' => 'docs/documentation',
|
| 21 | 21 |
'txt' => 'Documentation Overview', |
| 22 | 22 |
}, |
| 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 |
+ }, |
|
| 23 | 32 |
{
|
| 24 | 33 |
'url' => 'docs/installguide', |
| 25 |
- 'txt' => 'Installation Guides', |
|
| 34 |
+ 'txt' => 'Expert guides', |
|
| 26 | 35 |
'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 | 36 |
{'url' => 'docs/debian',
|
| 34 | 37 |
'txt' => 'Installing Tor on Debian/Ubuntu', |
| 35 | 38 |
}, |
| 36 | 39 |
{'url' => 'docs/rpms',
|
| 37 | 40 |
'txt' => 'Installing Tor on Fedora/CentOS', |
| 38 | 41 |
}, |
| 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', |
|
| 42 |
+ {'url' => 'docs/tor-doc-unix',
|
|
| 43 |
+ 'txt' => 'Installing Tor Source', |
|
| 44 | 44 |
}, |
| 45 |
- {'url' => 'docs/verifying-signatures',
|
|
| 46 |
- 'txt' => 'Verify our GPG signatures', |
|
| 47 |
- }], |
|
| 45 |
+ {'url' => 'docs/tor-doc-osx',
|
|
| 46 |
+ 'txt' => 'MacPorts', |
|
| 48 | 47 |
}, |
| 49 |
- {'url' => 'docs/manual',
|
|
| 50 |
- 'txt' => 'Manuals', |
|
| 51 |
- 'subelements' => [ |
|
| 52 | 48 |
{'url' => 'docs/tor-relay-debian',
|
| 53 | 49 |
'txt' => 'Configuring a Relay manually', |
| 54 | 50 |
}, |
| ... | ... |
@@ -59,17 +55,23 @@ |
| 59 | 55 |
'txt' => 'Configuring a Hidden Service', |
| 60 | 56 |
}, |
| 61 | 57 |
{'url' => 'docs/bridges',
|
| 62 |
- 'txt' => 'Using a Bridge Relay', |
|
| 58 |
+ 'txt' => 'Understanding bridges', |
|
| 59 |
+ }, |
|
| 60 |
+ {'url' => 'docs/verifying-signatures',
|
|
| 61 |
+ 'txt' => 'Verify package signatures', |
|
| 62 |
+ }], |
|
| 63 | 63 |
}, |
| 64 |
+ {'url' => 'docs/manual',
|
|
| 65 |
+ 'txt' => 'Manuals', |
|
| 66 |
+ 'subelements' => [ |
|
| 64 | 67 |
{'url' => 'docs/tor-manual',
|
| 65 | 68 |
'txt' => 'Tor -stable Manual', |
| 66 | 69 |
}, |
| 67 | 70 |
{'url' => 'docs/tor-manual-dev',
|
| 68 | 71 |
'txt' => 'Tor -alpha Manual', |
| 69 |
- }] |
|
| 72 |
+ }], |
|
| 70 | 73 |
}, |
| 71 |
- {
|
|
| 72 |
- 'url' => '<wiki>', |
|
| 74 |
+ {'url' => '<wiki>',
|
|
| 73 | 75 |
'txt' => 'Tor Wiki', |
| 74 | 76 |
}, |
| 75 | 77 |
{'url' => 'docs/faq',
|
| ... | ... |
@@ -84,8 +86,5 @@ |
| 84 | 86 |
{'url' => 'eff/tor-legal-faq',
|
| 85 | 87 |
'txt' => 'Tor Legal FAQ', |
| 86 | 88 |
}, |
| 87 |
- {'url' => 'eff/tor-dmca-response',
|
|
| 88 |
- 'txt' => 'Tor DMCA Response', |
|
| 89 |
- }, |
|
| 90 | 89 |
]; |
| 91 | 90 |
:> |
| 92 | 91 |