diff options
author | Louis <spalax@gresille.org> | 2014-06-24 15:37:52 +0200 |
---|---|---|
committer | Louis <spalax@gresille.org> | 2014-06-24 15:37:52 +0200 |
commit | 492ea4f58a7499444db59ab843d6a62642bff790 (patch) | |
tree | 6bd588aa747d1fcd479f7143135133992748c57c /doc/todo | |
parent | cdc1c8204f979aad62b712ad19ea3020b425b3a1 (diff) | |
download | ikiwiki-492ea4f58a7499444db59ab843d6a62642bff790.tar ikiwiki-492ea4f58a7499444db59ab843d6a62642bff790.tar.gz |
Patch (calendar): autocreate archive pages when needed
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/calendar_autocreate.mdwn | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/todo/calendar_autocreate.mdwn b/doc/todo/calendar_autocreate.mdwn new file mode 100644 index 000000000..6cb15df47 --- /dev/null +++ b/doc/todo/calendar_autocreate.mdwn @@ -0,0 +1,16 @@ +Here is a patch that makes [[ikiwiki-calendar]] almost useless. + +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. + +The documentation is updated as well (but as a non-native English speaker, I +won't be offended if you correct stuff you consider awkward): + +- [[plugin|https://github.com/paternal/ikiwiki/blob/calendar-autocreate/doc/plugins/calendar.mdwn]] +- [[directive|https://github.com/paternal/ikiwiki/blob/calendar-autocreate/doc/ikiwiki/directive/calendar.mdwn]] + +[[!tag patch]] +[[!template id=gitbranch branch=spalax/calendar-autocreate browse="https://github.com/paternal/ikiwiki/tree/calendar-autocreate" author="[[Louis|spalax]]"]] + +--[[Louis|spalax]] |