X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/0d3878896fa250cd1a6d4b1e7991714ca8478f36..414ccfb1e298a722d2afa8b8540ca84dc1ccc6f2:/doc/todo/softlinks.mdwn

diff --git a/doc/todo/softlinks.mdwn b/doc/todo/softlinks.mdwn
index 1e474185f..9c5e3fac1 100644
--- a/doc/todo/softlinks.mdwn
+++ b/doc/todo/softlinks.mdwn
@@ -4,3 +4,11 @@ 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?
+
+> Soft links are explicitly not handled by IkiWiki as a [[security]] measure.  If you want several names for
+> the same page, I suggest using the [[ikiwiki/directive/meta]] directive to make one page redirect to
+> another.  -- [[Will]]
+
+>> Will is right. I don't plan to support symlinks. [[done]] --[[Joey]]
+
+>> With the appropriate template, inline can also help copy pages around [[DavidBremner]]