Plugin: created_in_future (deprecated)
Author: Louis
Included in ikiwiki: no
Enabled by default: no
Included in goodstuff: no
Currently enabled: no
Created_in_future
This plugin is deprecated, and can be replaced by function cdate_geq_today()
in plugin datetime cmp.
Created_in_future
This plugin provides a created_in_future()
PageSpec
function. It matches pages which have a creation date in the future.
It also sets the date of the next modification of the page on its creation
date, so that the corresponding page (and the pages referring to it) will be
rebuilt on the relevant call of ikiwiki
.
Usage
It can be used to display a list of upcoming events.
[[!inline pages="events/* and created_in_future()" reverse=yes sorted=meta(date)]]
Code
Code and documentation this way: https://spalax.frama.io/gresille-ikiwiki/created_in_future.