]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/forum/Is_there_a_pagespec_for_creation_dates_relative_to_today__63__.mdwn
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
[git.ikiwiki.info.git] / doc / forum / Is_there_a_pagespec_for_creation_dates_relative_to_today__63__.mdwn
index 8072747d9531e95bfff461e03820551a13c6ae80..53c70e50a4d14b53848e459cc8093af682498f0b 100644 (file)
@@ -11,3 +11,16 @@ Does somebody have an idea? I just came up with using a tag “recent” or usin
 Thanks,
 
 Paul
 Thanks,
 
 Paul
+
+> There's no such pagespec, and doing one is difficult, because such a
+> pagespec will change what it matches over time. So ikiwiki would have to
+> somehow figure out that pages matched by it yesterday no longer match,
+> and that pages containing the pagespec need to be rebuilt. Which means
+> you'd also need a cron job.
+
+>> Thank you for the explanation.
+
+> I suspect what you're trying to accomplish is
+> [[todo/tagging_with_a_publication_date]]? --[[Joey]]
+
+>> Yeah, something like that. Thanks! --[[PaulePanter]]