[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r23755: {website} make the sidenav work like it should, list the projects in t (website/trunk/projects/en)
Author: phobos
Date: 2010-11-05 04:08:51 +0000 (Fri, 05 Nov 2010)
New Revision: 23755
Modified:
website/trunk/projects/en/sidenav.wmi
Log:
make the sidenav work like it should, list the projects in the same
order as the main content.
Modified: website/trunk/projects/en/sidenav.wmi
===================================================================
--- website/trunk/projects/en/sidenav.wmi 2010-11-05 04:03:15 UTC (rev 23754)
+++ website/trunk/projects/en/sidenav.wmi 2010-11-05 04:08:51 UTC (rev 23755)
@@ -28,19 +28,21 @@
'subelements' => [
{'url' => 'torbutton/index',
'txt' => 'TorButton',
- 'subelements' => [
- {'url' => 'torbutton/torbutton-options',
- 'txt' => 'TorButton Options',
- },
- {'url' => 'torbutton/torbutton-faq',
- 'txt' => 'TorButton FAQ',
- },
- {'url' => 'https://check.torproject.org',
- 'txt' => 'TorCheck',
- }]
},
+ {'url' => 'projects/torbrowser',
+ 'txt' => 'Tor Browser Bundle',
+ },
+ {'url' => 'projects/vidalia',
+ 'txt' => 'Vidalia',
+ },
{'url' => 'projects/arm',
- 'txt' => 'Arm'}
+ 'txt' => 'Arm',
+ },
+ {'url' => 'https://check.torproject.org',
+ 'txt' => 'TorCheck',
+ },
+ {'url' => '<wiki>projects/TorBulkExitlist',
+ 'txt' => 'TorBEL'}
]
}];
:>