X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/4e2f082ebbae1789b09afab96d96b2903caf3c22..2e42c6906b4c332b4228d91f07abedb4c05fc7c5:/doc/todo/toplevel_index.mdwn

diff --git a/doc/todo/toplevel_index.mdwn b/doc/todo/toplevel_index.mdwn
index 198c6aaba..f749ad655 100644
--- a/doc/todo/toplevel_index.mdwn
+++ b/doc/todo/toplevel_index.mdwn
@@ -8,6 +8,8 @@ Some inconsistences around the toplevel [[index]] page:
   It would be better to find a way to make the toplevel index page not be a
   special case at all.
 
+Here is a patch:
+
 	--- IkiWiki/Render.pm   (revision 1187)
 	+++ IkiWiki/Render.pm   (working copy)
 	@@ -71,6 +71,7 @@
@@ -49,4 +51,15 @@ Some inconsistences around the toplevel [[index]] page:
 > so why not accept either as foo/bar? This would both preserve backwards
 > compatibility, as well as allow foo/bar/Discussion.
 >
+> Ethan
+>
+> No, in order for this to work, the wiki path foo/bar/baz could be any of:
+>
+> * foo/bar/baz.html
+> * foo/index/bar/index/baz.html
+> * foo/bar/index/baz.html
+> * foo/bar/index/baz/index.html
+>
+> Or many others. Which is probably even hackier than having both foo.html and foo/.
+>
 > Ethan
\ No newline at end of file