2008-09-29 22:17:26 +02:00
|
|
|
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?
|
2008-09-30 08:16:20 +02:00
|
|
|
|
|
|
|
> 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]]
|
2008-09-30 18:58:17 +02:00
|
|
|
|
|
|
|
>> Will is right. I don't plan to support symlinks. [[done]] --[[Joey]]
|
2008-10-01 14:12:14 +02:00
|
|
|
|
|
|
|
>> With the appropriate template, inline can also help copy pages around [[DavidBremner]]
|