From: Simon McVittie Date: Wed, 26 Nov 2014 09:28:18 +0000 (+0000) Subject: calendar: add calendar_autocreate option, with which "ikiwiki --refresh" can mostly... X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/1ff99b19ca3f9095f213dd8155191f8820dfbf51?hp=36f5e63d7310495f0997b95f8058c3c518a1341d calendar: add calendar_autocreate option, with which "ikiwiki --refresh" can mostly supersede the ikiwiki-calendar command. Thanks, Louis Paternault --- diff --git a/debian/changelog b/debian/changelog index 014066e32..1cf3dce8b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ ikiwiki (3.20141017) UNRELEASED; urgency=medium + [ Joey Hess ] * Added ikiwiki-comment program. * Add missing build-depends on libcgi-formbuilder-perl, needed for t/relativity.t @@ -7,6 +8,11 @@ ikiwiki (3.20141017) UNRELEASED; urgency=medium * Set Debian package maintainer to Simon McVittie as I'm retiring from Debian. + [ Simon McVittie ] + * calendar: add calendar_autocreate option, with which "ikiwiki --refresh" + can mostly supersede the ikiwiki-calendar command. + Thanks, Louis Paternault + -- Joey Hess Mon, 20 Oct 2014 12:04:49 -0400 ikiwiki (3.20141016) unstable; urgency=medium diff --git a/doc/todo/calendar_autocreate.mdwn b/doc/todo/calendar_autocreate.mdwn index 371079d68..c1f9c454e 100644 --- a/doc/todo/calendar_autocreate.mdwn +++ b/doc/todo/calendar_autocreate.mdwn @@ -1,5 +1,7 @@ Here is a patch that makes [[ikiwiki-calendar]] almost useless. +> [[merged|done]], thanks! --[[smcv]] + It adds some options, the main one being `calendar_autocreate`, which is similar to the `tag_autocreate` option of the [[tag|plugins/tag]]: it create archive pages when needed.