aboutsummaryrefslogtreecommitdiff
path: root/doc/ikiwiki-calendar.mdwn
diff options
context:
space:
mode:
authorLouis <spalax@gresille.org>2014-06-18 18:38:33 +0200
committerLouis <spalax@gresille.org>2014-06-24 15:17:51 +0200
commit2a5e8e72a0dcefd0a5c0ca844ea108154f892d61 (patch)
tree85460ff45eff220ce29291c76acb5d6ab9050af4 /doc/ikiwiki-calendar.mdwn
parent236c63d5b68c2fe57a87b952bd9968ff685c86a2 (diff)
downloadikiwiki-2a5e8e72a0dcefd0a5c0ca844ea108154f892d61.tar
ikiwiki-2a5e8e72a0dcefd0a5c0ca844ea108154f892d61.tar.gz
calendar plugin: Autocreate archive pages if needed
Diffstat (limited to 'doc/ikiwiki-calendar.mdwn')
-rw-r--r--doc/ikiwiki-calendar.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ikiwiki-calendar.mdwn b/doc/ikiwiki-calendar.mdwn
index d311a1859..fd3244694 100644
--- a/doc/ikiwiki-calendar.mdwn
+++ b/doc/ikiwiki-calendar.mdwn
@@ -46,6 +46,13 @@ An example crontab:
This command uses two [[templates]] to generate
the pages, `calendarmonth.tmpl` and `calendaryear.tmpl`.
+# [[plugins/calendar]] setup option
+
+Most of the goals of this command can be replaced by setting up
+`calendar_autocreate` setup option (of plugin [[plugins/calendar]]), and
+running `ikiwiki -setup you.setup`. The only thing that `ikiwiki-calendar` can
+do and that `ikiwiki` cannot is forcing page generation (using `-f` switch).
+
# AUTHOR
Joey Hess <joey@ikiwiki.info>