diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-02-17 13:10:35 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-02-17 13:10:35 -0500 |
commit | 532bf02e0681f32c2f115adf8c3347f818ffd54e (patch) | |
tree | bc7c596e4045e386702e83c8a972288ff62f6f0c /doc/forum | |
parent | 0b2e755253e2b20993e50b19a206597a3ff88e2d (diff) | |
parent | 64000366bde6dbd3a329e4665b0712ceac0993ac (diff) |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc/forum')
-rw-r--r-- | doc/forum/usedirs___38___indexpages_using_problem.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/forum/usedirs___38___indexpages_using_problem.mdwn b/doc/forum/usedirs___38___indexpages_using_problem.mdwn new file mode 100644 index 000000000..1ca95cc88 --- /dev/null +++ b/doc/forum/usedirs___38___indexpages_using_problem.mdwn @@ -0,0 +1,12 @@ +My ikiwiki setup file configed like: + + usedirs => 0, + indexpages => 1, + +I create a directory and some .mdwn source file /Whatis/index.mdwn and /Whatis/OSS.mdwn . The html file ikiwiki generated is +/Whatis/index.html and /Whatis/OSS.html . + +But in the page [OSS.html](http://atoz.org.cn/Whatis/OSS.html) , the auto generated link (on the page top) +to “Whatis” is /Whatis.html file , not to /Whatis/index.html. So the link to “Whatis” is fail . + +Is it a bug , and how can I do for that ? |