summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-09-29 18:10:19 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-09-29 18:10:19 -0400
commit0d3878896fa250cd1a6d4b1e7991714ca8478f36 (patch)
tree2ccc379dab3d465e4e8d3540f99ec3dcd7b75113
parentbb4211e326bd16099cb353353055497f2fb5a0c9 (diff)
parenta44d9d8e1245e7547b2a098674270378feef46e5 (diff)
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
-rw-r--r--doc/todo/softlinks.mdwn6
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?