calendar: add calendar_autocreate option, with which "ikiwiki --refresh" can mostly supersede the ikiwiki-calendar command. Thanks, Louis Paternault

master
Simon McVittie 2014-11-26 09:28:18 +00:00
parent 36f5e63d73
commit 1ff99b19ca
2 changed files with 8 additions and 0 deletions

6
debian/changelog vendored
View File

@ -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 <joeyh@debian.org> Mon, 20 Oct 2014 12:04:49 -0400
ikiwiki (3.20141016) unstable; urgency=medium

View File

@ -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.