aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/broken_parentlinks.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-01 19:59:42 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-01 19:59:42 +0000
commit02b9f69ba5da59cca9ff198b731d63d643fff4db (patch)
tree12d42bdb28dae5c2e8ed5dc5a3a3e3ceb74df0a4 /doc/bugs/broken_parentlinks.mdwn
parent1087e234f067fd888bff063563ee5c53ef038d82 (diff)
downloadikiwiki-02b9f69ba5da59cca9ff198b731d63d643fff4db.tar
ikiwiki-02b9f69ba5da59cca9ff198b731d63d643fff4db.tar.gz
* Finally apply the index.html patch, with thanks to everyone who worked
on and supported creating it (especially Tumov). This adds a "usedirs" option that makes ikiwiki use foo/index.html instead of foo.html as output page names. It is not yet enabled by default.
Diffstat (limited to 'doc/bugs/broken_parentlinks.mdwn')
-rw-r--r--doc/bugs/broken_parentlinks.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bugs/broken_parentlinks.mdwn b/doc/bugs/broken_parentlinks.mdwn
index a58ff6ffe..caf1eeb0e 100644
--- a/doc/bugs/broken_parentlinks.mdwn
+++ b/doc/bugs/broken_parentlinks.mdwn
@@ -21,3 +21,9 @@ without a lot of new complex code being added.
For now the best thing to do is to make sure that you always create
example if you create example/foo. Which is probably a good idea anyway..
+
+----
+
+Note that this bug does not exist if the wiki is built with the "usedirs"
+option, since in that case, the parent link will link to a subdirectory,
+that will just be missing the index.html file, but still nicely usable.