master
Joey Hess 2008-09-11 16:15:22 -04:00
parent 0933fde58c
commit 595b035915
1 changed files with 11 additions and 4 deletions

View File

@ -13,5 +13,12 @@ on vacation".
> 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]]
> Thinking about this some more, if you're going to have a cron job, you
> could just set up a branch containing the future post. The branch could
> have a name like 20080911. Then have the cron job git merge the day's
> branch, if any, into master each day. And voila, post is completly hidden
> until published. You'd want to avoid merge conflicts in your cron job ..
> but they'd be unlikely if you limited yourself to just adding new
> pages. Alternatively, for larger organisations wishing to deploy more
> sweeping changes on a given date, replace cron job with intern.. ;-)
> --[[Joey]]