diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-10-11 16:42:49 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-10-11 16:52:54 -0400 |
commit | e1939185d29e1431861e63d6526cb3a498d6033e (patch) | |
tree | f275b46d51d4fcc1e8faf8916e7c7f2069858107 /doc/plugins/calendar.mdwn | |
parent | 5cddd8a0a3b1b42dd3a92eb4f839679c12ddf97e (diff) | |
download | ikiwiki-e1939185d29e1431861e63d6526cb3a498d6033e.tar ikiwiki-e1939185d29e1431861e63d6526cb3a498d6033e.tar.gz |
ikiwiki-calendar: New command automates creation of archive pages using the calendar plugin.
Diffstat (limited to 'doc/plugins/calendar.mdwn')
-rw-r--r-- | doc/plugins/calendar.mdwn | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/doc/plugins/calendar.mdwn b/doc/plugins/calendar.mdwn index 8ade70004..bc1bc6c71 100644 --- a/doc/plugins/calendar.mdwn +++ b/doc/plugins/calendar.mdwn @@ -3,13 +3,9 @@ This plugin provides a [[ikiwiki/directive/calendar]] [[ikiwiki/directive]]. The directive displays a calendar, similar to the typical calendars shown on -some blogs. +some blogs. -Since ikiwiki is a wiki compiler, to keep the calendar up-to-date, -wikis that include it need to be periodically refreshed, typically by cron -at midnight. Example crontab: - - 0 0 * * * ikiwiki -setup ~/ikiwiki.setup -refresh +The [[ikiwiki-calendar]] command is used to keep the calendar up-to-date. ## CSS |