aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-11-18 11:18:13 -0400
committerJoey Hess <joey@kitenet.net>2013-11-18 11:18:13 -0400
commit6e2d7735c560005a3f9dd3d6b09de88bc38858ae (patch)
treec77eb32a9f70d62dd2f7e1b3e99bdf0da81a5c98
parentb48f616b7d94d4dd308008f024a0a349298b0135 (diff)
parentf5ba29913c331051dfc5e9c1733995b447e8f3a6 (diff)
downloadikiwiki-6e2d7735c560005a3f9dd3d6b09de88bc38858ae.tar
ikiwiki-6e2d7735c560005a3f9dd3d6b09de88bc38858ae.tar.gz
Merge branch 'master' of ssh://git.ikiwiki.info
-rw-r--r--doc/bugs/aggregate_plugin_should_honour_a_post__39__s_mctime.mdwn2
-rw-r--r--doc/forum/ikiwiki_not_usable_when_installed_with_toast___40__because_of_symlinks__41__.mdwn12
2 files changed, 14 insertions, 0 deletions
diff --git a/doc/bugs/aggregate_plugin_should_honour_a_post__39__s_mctime.mdwn b/doc/bugs/aggregate_plugin_should_honour_a_post__39__s_mctime.mdwn
index 865637ea4..0bfbad5ce 100644
--- a/doc/bugs/aggregate_plugin_should_honour_a_post__39__s_mctime.mdwn
+++ b/doc/bugs/aggregate_plugin_should_honour_a_post__39__s_mctime.mdwn
@@ -13,3 +13,5 @@ appropriately, so that ikiwiki reflects the actual time of the post via the
>> I'll have to debug this, it's not working here... and this is an ikiwiki aggregator scraping another ikiwiki site.
>>> Any news about this? --[[Joey]]
+
+>>>> That would be useful to avoid "flooding" with old content when something new is added with aggregate and then listed with the inline directive. -- [hugo](https://hroy.eu/hugo)
diff --git a/doc/forum/ikiwiki_not_usable_when_installed_with_toast___40__because_of_symlinks__41__.mdwn b/doc/forum/ikiwiki_not_usable_when_installed_with_toast___40__because_of_symlinks__41__.mdwn
new file mode 100644
index 000000000..5f2d45b2d
--- /dev/null
+++ b/doc/forum/ikiwiki_not_usable_when_installed_with_toast___40__because_of_symlinks__41__.mdwn
@@ -0,0 +1,12 @@
+(NOTE: There are artificial whitespaces in the path to shortcuts.mdwn above, 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.)
+
+Ikiwiki is not usable when installed to a user’s $HOME with toast ([[http://www.toastball.net/toast/]]), as toast installs everything as symlinks, which Ikiwiki does not take well:
+
+ $ ikiwiki --rebuild --setup Testwiki.setup
+ cannot read a symlink (/home/franek/.toast/armed/usr/ local/share/ikiwiki/ basewiki/shortcuts.mdwn)
+
+I am aware that Ikiwiki does not allow symlinks in srcdir for security reasons http://ikiwiki.info/ [no space here, see below] 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.
+
+If this is correct, can that be fixed (easily)?
+
+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.