From: Joey Hess Date: Fri, 30 May 2008 22:30:28 +0000 (-0400) Subject: fix links X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/ad5d49f25a4f626acca0c562ba48f7550aa30a73?ds=sidebyside fix links --- 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 14f143088..61f6f733a 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 @@ -1,4 +1,4 @@ -It would be nice if the [[aggregate_plugin|plugin/aggregate]] would try to +It would be nice if the [[aggregate_plugin|plugins/aggregate]] would try to extract the m/ctime out of each post and touch the files on the filesystem appropriately, so that ikiwiki reflects the actual time of the post via the [[inline_plugin|plugins/inline]], rather than the time when the aggregation ran to pull the post in. --[[madduck]] diff --git a/doc/todo/aggregate_locking.mdwn b/doc/todo/aggregate_locking.mdwn index b6c82e923..062f34ea3 100644 --- a/doc/todo/aggregate_locking.mdwn +++ b/doc/todo/aggregate_locking.mdwn @@ -1,4 +1,4 @@ -The [[plugin/aggregate]] plugin's locking is a suboptimal. +The [[plugins/aggregate]] plugin's locking is a suboptimal. There should be no need to lock the wiki while aggregating -- it's annoying that long aggregate runs can block edits from happening. However, not