X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/e64442aa08c1d368f0ab3284016b0addb3ac4a67..8e6274a2bd4f7b6f7398f3a489e37a2f1c85dbb2:/doc/todo/toplevel_index.mdwn

diff --git a/doc/todo/toplevel_index.mdwn b/doc/todo/toplevel_index.mdwn
index 5adbaa7eb..92cef99ac 100644
--- a/doc/todo/toplevel_index.mdwn
+++ b/doc/todo/toplevel_index.mdwn
@@ -1,7 +1,12 @@
 Some inconsistences around the toplevel [[index]] page:
 
 * [[ikiwiki]] is a separate page; links to [[ikiwiki]] should better go to
-  the [[index]] though.
+  the index though.
+
+  > At least for this wiki, I turned out to have a use for [[ikiwiki]]
+  > pointing to a different page, though the general point might still
+  > stand.
+
 * The toplevel [[ikiwiki/Discussion]] page has some weird parentlinks
   behavior. This could be special cased around with the following patch.
   However, I'm unsure if I like the idea of more special cases around this.
@@ -21,10 +26,12 @@ Here is a patch:
 	                if (! $skip) {
 	                        $path.="../";
 
+   > Came up with a better patch for this, [[done]] --[[Joey]]
+
 ---
 
 > I would like to suggest another tack, namely a bigger, better special case. 
 > The basic idea is that all indices of the form foo/bar/index get the wiki path foo/bar.
 > You could do this today using [[todo/index.html_allowed]], except that the toplevel 
 > page "index" becomes "", which causes all sorts of chaos. The discussion page would 
-> become /discussion, and the weird parentlinks behavior would go away. --Ethan
\ No newline at end of file
+> become /discussion, and the weird parentlinks behavior would go away. --Ethan