[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH (hurd-web)] sidebar: don't collapse "Hurd" and (some of) "Mach"
From: |
Jeremie Koenig |
Subject: |
[PATCH (hurd-web)] sidebar: don't collapse "Hurd" and (some of) "Mach" |
Date: |
Sun, 29 Jan 2012 16:30:42 +0100 |
Currently the "Hurd" and "Mach" entries of the sidebar are
auto-collapsed when browsing the rest of the wiki. This is inconsistent
with the rest of the sidebar, except for "MIG", which is under "Mach"
and always visible.
I think the following changes would make it more straightforward and
consistent:
- don't collapse the Hurd, Mach and MIG entries,
- make "MIG" a first-level entry,
- add a "Documentation" link under "MIG".
However since this would be a highly visible change I thought I would
ask for your comments before I commit the patch.
---
sidebar.mdwn | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/sidebar.mdwn b/sidebar.mdwn
index 0d23931..213ddd3 100644
--- a/sidebar.mdwn
+++ b/sidebar.mdwn
@@ -27,14 +27,15 @@ Welcome to... [[!img /logo/boxes-redrawn.png link=/logo]]
... the GNU Hurd!
---
- * **[[Hurd]]**[[!if test="destpage(hurd*)" then="
+ * **[[Hurd]]**
* [[Hurd/Documentation]]
- * [[hurd/Running]]"]]
- * **[[microkernel/Mach]]**[[!if test="destpage(microkernel/mach*)" then="
+ * [[hurd/Running]]
+ * **[[microkernel/Mach]]**
* [[microkernel/mach/Documentation]]
- * [[GNU Mach|microkernel/mach/gnumach]]"]]
- * [[microkernel/mach/MIG]][[!if test="destpage(microkernel/mach/mig*)"
then="
- * [[microkernel/mach/mig/GNU MIG]]"]]
+ * [[GNU Mach|microkernel/mach/gnumach]]
+ * [[microkernel/mach/MIG]]
+ * [[Documentation|microkernel/mach/mig/documentation]]
+ * [[microkernel/mach/mig/GNU MIG]]
---
--
1.7.8.3
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH (hurd-web)] sidebar: don't collapse "Hurd" and (some of) "Mach",
Jeremie Koenig <=