ikiwiki/doc/plugins/contrib/created_in_future.mdwn

21 lines
712 B
Plaintext
Raw Normal View History

2013-12-04 15:52:33 +01:00
[[!template id=plugin name=created_in_future author="[[Louis|spalax]]"]]
2013-10-28 12:01:18 +01:00
2012-06-08 02:00:58 +02:00
# Created_in_future
This plugin provides a `created_in_future()` [[PageSpec|ikiwiki/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://atelier.gresille.org/projects/gresille-ikiwiki/wiki/Created_in_future]].