]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/toplevel_index.mdwn
response
[ikiwiki.git] / doc / todo / toplevel_index.mdwn
index 198c6aaba93d64dc0b7c425270dc66ff925df8f0..f749ad65598e8f027aab356ad96a274332dc902e 100644 (file)
@@ -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