diff options
author | spalax <spalax@web> | 2013-12-31 12:02:35 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-12-31 12:02:35 -0400 |
commit | 2280b3b5c25c57f6daad4efed4209bd8265898a0 (patch) | |
tree | 02109974795beeaf9fee8a058d33026e9340bf52 /doc | |
parent | 7c171d57bae6729a0315ee8a73c2e7e14d3f2e8b (diff) | |
download | ikiwiki-2280b3b5c25c57f6daad4efed4209bd8265898a0.tar ikiwiki-2280b3b5c25c57f6daad4efed4209bd8265898a0.tar.gz |
Added link to plugins/contrib/created_in_future
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/publishing_in_the_future.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/todo/publishing_in_the_future.mdwn b/doc/todo/publishing_in_the_future.mdwn index 55fe3aa1f..9b6f3f885 100644 --- a/doc/todo/publishing_in_the_future.mdwn +++ b/doc/todo/publishing_in_the_future.mdwn @@ -125,3 +125,11 @@ Thoughts on the whole idea? — [[Jon]] >> implemented itself in terms of cron, or at, or both, or possibly >> other things depending on what people want to support). But that would >> be substantially more work, more than I can afford atm at least. — [[Jon]] + +> Some times ago, I wrote a Pagespec function that matches pages that have +> creation date in the future: [[plugins/contrib/created_in_future/]]. It can +> be enhanced to create the `current_date_before(<DATE>)` pagespec. The +> interesting part of my plugin is that it makes IkiWiki rebuild pages on the +> right date. +> +> -- [[Louis|spalax]] |