diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-08 20:43:36 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-08 20:43:36 +0000 |
commit | 299455ab27c43edad3827a79e3f3ffab2f41fb5b (patch) | |
tree | 8863fbca96480e3cd7fe229ffdd8f8b98eef0ac7 /doc | |
parent | 6e1986cf1244d4df3b81bfb8514eb9aa0482a847 (diff) |
response
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/tagging_with_a_publication_date.mdwn | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/doc/bugs/tagging_with_a_publication_date.mdwn b/doc/bugs/tagging_with_a_publication_date.mdwn index e19d69056..044ba2e8a 100644 --- a/doc/bugs/tagging_with_a_publication_date.mdwn +++ b/doc/bugs/tagging_with_a_publication_date.mdwn @@ -1,3 +1,17 @@ -Feature idea: I'd like to be able to tag pages in an ikiwiki blog with a publication date, and have the option of building a blog that excludes publication dates in the future. (meta pubdate= ?) +Feature idea: I'd like to be able to tag pages in an ikiwiki blog with a +publication date, and have the option of building a blog that excludes +publication dates in the future. (meta pubdate= ?) -I'm using ikiwiki on git for a "tip of the day" RSS feed, and I'd like to be able to queue up a bunch of items instead of literally putting in one tip per day. In the future I think this will come in handy for other Mainstream Media-oriented requirements such as "embargo dates" and "editor on vacation".
\ No newline at end of file +I'm using ikiwiki on git for a "tip of the day" RSS feed, and I'd like to +be able to queue up a bunch of items instead of literally putting in one +tip per day. In the future I think this will come in handy for other +Mainstream Media-oriented requirements such as "embargo dates" and "editor +on vacation". + +> The problem with implementing a feature like this is that, since ikwiiki +> is a wiki compiler, if something causes content to change based on the +> date, then the wiki needs to be rebuilt periodically. So you'd need a +> cron job or something. +> +> Implemeting this feature probably needs +> [[todo/plugin_dependency_calulation]] to be implemented. --[[Joey]] |