Experimental project

This is a sandbox project, which contains experimental code for developer use only.

Reschedule deadline allows webmaster to reschedule all scheduled content before a given deadline.

Use Case:
I'm having a blog for which I write several blogposts during the weekend. I schedule the posts to publish on a 3 day time interval.

Sometimes I get too productive and the scheduled posts pile up the be published for a couple of weeks.

Now, I want to easily reschedule all posts to be published in a shorter timeframe (say one week). Instead of calculating the publish date for each post (I still want some time between the posts) and update each post manually, I want it rescheduled automatically.

This module provides an interface where you can set the 'deadline' and click a button. All posts will be published before the given deadline and the posts are spread out in time.

NOTE: sandbox project, I'm not sure if I will ever try to release it as a real module (don't now if there is demand for it).

Project information