ikiwiki/doc/forum/ikiwiki_not_usable_when_ins...

13 lines
1.1 KiB
Plaintext
Raw Normal View History

2013-11-20 07:42:22 +01:00
(NOTE: There are artificial whitespaces in the path to shortcuts.mdwn below, because on my first attempt to save this entry I got a message that Blogspam would not allow it because of the length of this string. Also, I had to reformat some of the links, which where to long for BlogSpam as well.)
2013-11-18 10:11:04 +01:00
2013-11-18 10:10:25 +01:00
Ikiwiki is not usable when installed to a users $HOME with toast ([[http://www.toastball.net/toast/]]), as toast installs everything as symlinks, which Ikiwiki does not take well:
2013-11-18 10:07:09 +01:00
$ ikiwiki --rebuild --setup Testwiki.setup
cannot read a symlink (/home/franek/.toast/armed/usr/ local/share/ikiwiki/ basewiki/shortcuts.mdwn)
2013-11-20 07:42:22 +01:00
I am aware that Ikiwiki does not allow symlinks in srcdir for security reasons http://ikiwiki.info/ [no space here, see above note] security/#index18h2. I do not see, however, why this restriction should apply to basewiki or other not user-created files, which are not modifiable by committers anyway.
2013-11-18 10:07:09 +01:00
If this is correct, can that be fixed (easily)?
2013-11-18 10:10:25 +01:00
Edit: Maybe I should have filed this as a bug right away. If this post does not lead to anything, I may still do that in a few days.