diff options
author | spalax <spalax@web> | 2013-12-31 11:52:12 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-12-31 11:52:12 -0400 |
commit | c1d0e520958335ce48b016e63f75323cf1469e62 (patch) | |
tree | fd1e9490948013a27bbca28da8e9f0dca1b48ce8 /doc | |
parent | 6d30cfc8646d3651196bfbe779ec61dcd3c545f9 (diff) | |
download | ikiwiki-c1d0e520958335ce48b016e63f75323cf1469e62.tar ikiwiki-c1d0e520958335ce48b016e63f75323cf1469e62.tar.gz |
Added link to plugins/contrib/created_in_future
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/tagging_with_a_publication_date.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/todo/tagging_with_a_publication_date.mdwn b/doc/todo/tagging_with_a_publication_date.mdwn index 39fc4e220..b4d3ca007 100644 --- a/doc/todo/tagging_with_a_publication_date.mdwn +++ b/doc/todo/tagging_with_a_publication_date.mdwn @@ -69,3 +69,9 @@ on vacation". >>> >>> You'd still need a cron job to run ikiwiki -refresh every hour, or >>> whatever, so it can update. --[[Joey]] + +--- + +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 used to solve the original problem. + +-- [[Louis|spalax]] |