NP_TimeSubscription.php
This plugin would be used to email posts based on a series of nucleus plugin options. For example, some the options could be:
Starting Time: - March 1st, 2003 Ending Time: - March 15th, 2003 Blog Shortname: - index Category (All for entire blog): - Rants Email To: - someone@domain.com
The plugin would then email all the entries in blog index from category Rants from March 1st - 15th, 2003, to someone@domain.com when it is initiated.
The reason I was thinking about this type of plugin was because I keep a personal journal that is not a publicly viewed site and this would allow me to send certain (SAFE) categories through email to people without having them view my site. Almost like a subscription magazine with only sending out posts in the category “HEALTH” and not another category like “HEALTH FOOD”. Of course, if you chose All in the plugin options, it would send out all posts in that blog in that timeframe.
This plugin would allow you to send out back issues of your posts just by changing the starting and ending time in the plugin. Frankly, I would imagine this would be difficult to write and implement, but if you used a cron file, as with the postman plugin for initiating the plugin, I think it just might work!
What do you think? Is this a dream or could it be a reality?
TrenT