diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-09-29 18:10:19 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-09-29 18:10:19 -0400 |
commit | 0d3878896fa250cd1a6d4b1e7991714ca8478f36 (patch) | |
tree | 2ccc379dab3d465e4e8d3540f99ec3dcd7b75113 | |
parent | bb4211e326bd16099cb353353055497f2fb5a0c9 (diff) | |
parent | a44d9d8e1245e7547b2a098674270378feef46e5 (diff) |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
-rw-r--r-- | doc/todo/softlinks.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/todo/softlinks.mdwn b/doc/todo/softlinks.mdwn new file mode 100644 index 000000000..1e474185f --- /dev/null +++ b/doc/todo/softlinks.mdwn @@ -0,0 +1,6 @@ +If I have a filesystem soft-link, e.g. "foo.mdwn" links to "bar.mdwn", it doesn't work. +The page "foo/" does not exist. + +This is too bad, because sometimes it is convenient to have several different names for the same page. + +Could softlinks be handled gracefully by ikiwiki? |