(no commit message)
authorprivat <privat@web>
Tue, 22 Jun 2010 13:30:50 +0000 (13:30 +0000)
committerJoey Hess <joey@finch.kitenet.net>
Tue, 22 Jun 2010 13:30:50 +0000 (13:30 +0000)
doc/todo/auto_publish_expire.mdwn [new file with mode: 0644]

diff --git a/doc/todo/auto_publish_expire.mdwn b/doc/todo/auto_publish_expire.mdwn
new file mode 100644 (file)
index 0000000..6f767a6
--- /dev/null
@@ -0,0 +1,10 @@
+It could be nice to mark some page such that:
+
+* the page is automatically published on some date (i.e. build, linked, syndicated, inlined/mapped, etc.)
+* the page is automatically unpublished at some other date (i.e. removed)
+
+I know that ikiwiki is a wiki compiler so that something has to refresh the wiki periodically to enforce the rules (a cronjob for instance). It seems to me that the calendar plugin rely on something similar.
+
+The date for publishing and expiring could be set be using some new directives; an alternative could be to expand the [[plugin/meta]] plugin with [<span/>[!meta date="auto publish date"]] and [<span/>[!meta expires="auto expire date"]].
+
+--[[JeanPrivat]]