aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins
diff options
context:
space:
mode:
authorLouis <spalax@gresille.org>2014-07-07 14:54:10 +0200
committerLouis <spalax@gresille.org>2014-07-07 15:12:36 +0200
commitf35b62d4547c2c42373584016bcbf97472e3ae3a (patch)
tree2a6f76126ac14a7cbdcf9eb3fc44b86db33e62d5 /doc/plugins
parent8019c9821c456e46d267e7e675260a66fea30461 (diff)
downloadikiwiki-f35b62d4547c2c42373584016bcbf97472e3ae3a.tar
ikiwiki-f35b62d4547c2c42373584016bcbf97472e3ae3a.tar.gz
Calendar pages are now rebuilt when previous or next page have changed
Diffstat (limited to 'doc/plugins')
-rw-r--r--doc/plugins/calendar.mdwn11
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/plugins/calendar.mdwn b/doc/plugins/calendar.mdwn
index 5aa20a211..d55c21a62 100644
--- a/doc/plugins/calendar.mdwn
+++ b/doc/plugins/calendar.mdwn
@@ -19,9 +19,14 @@ pages from templates (overriding the existing ones).
* `calendar_fill_gaps` - If set (and `calendar_autocreate` is set as well),
build calendar pages of emty years and months (but does not build pages older
than the older page, and younger than the younger page of the pagespec). If
- not, thoses empty calendar pages will be skipped. *Note:* The archive pages
- will not be automatically updated if this option changes. It is up to the
- user to delete relevant pages, and rebulid the wiki.
+ not, thoses empty calendar pages will be skipped. *Please note:*
+ * The archive pages will not be automatically updated if this option changes.
+ It is up to the user to delete relevant pages, and rebuild the wiki.
+ * When `calendar_fill_gaps` is set, and post is deleted, making the
+ corresponding year/month empty, the corresponding page is left, and shows
+ an empty calendar. This is on purpose, not to break any external link
+ pointing to this particular page. If you do not like it, delete the
+ relevant pages, and rebuild the wiki.
## CSS