From: joey Date: Wed, 8 Nov 2006 20:44:32 +0000 (+0000) Subject: this is really a todo item, not a bug X-Git-Tag: 1.33~19 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/680e06e52bebb3782ad234bce424cdea0cc6fb9d this is really a todo item, not a bug --- diff --git a/doc/bugs/tagging_with_a_publication_date.mdwn b/doc/bugs/tagging_with_a_publication_date.mdwn deleted file mode 100644 index 044ba2e8a..000000000 --- a/doc/bugs/tagging_with_a_publication_date.mdwn +++ /dev/null @@ -1,17 +0,0 @@ -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". - -> 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]] diff --git a/doc/todo/tagging_with_a_publication_date.mdwn b/doc/todo/tagging_with_a_publication_date.mdwn new file mode 100644 index 000000000..044ba2e8a --- /dev/null +++ b/doc/todo/tagging_with_a_publication_date.mdwn @@ -0,0 +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= ?) + +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]]