aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2014-11-26 09:28:18 +0000
committerSimon McVittie <smcv@debian.org>2014-11-26 09:28:18 +0000
commit1ff99b19ca3f9095f213dd8155191f8820dfbf51 (patch)
tree44839efd341060596d356ac722f7f62f6a2160a5
parent36f5e63d7310495f0997b95f8058c3c518a1341d (diff)
downloadikiwiki-1ff99b19ca3f9095f213dd8155191f8820dfbf51.tar
ikiwiki-1ff99b19ca3f9095f213dd8155191f8820dfbf51.tar.gz
calendar: add calendar_autocreate option, with which "ikiwiki --refresh" can mostly supersede the ikiwiki-calendar command. Thanks, Louis Paternault
-rw-r--r--debian/changelog6
-rw-r--r--doc/todo/calendar_autocreate.mdwn2
2 files changed, 8 insertions, 0 deletions
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 <joeyh@debian.org> 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.