We have a new feature about 95% complete in Conversant's Weblog II pages.
Officially, the feature is for sending newsletters from your weblog. Newsletters are just collections of the posts to your weblog in a given period of time (such as the last week or month). They're sent by email to an address you specify (such as a mailing list on another server).
I've been told that this newsletter feature will be useful to more than just the person who originally requested it. (I can see it being used, for example, in an office, or educational setting, or open source project.)
Possibly the best part of it, though, is the interface used for creating the newsletters in the first place. You choose templates from popup menus, and the "live preview" of the newsletter updates immediately. So, this could be a very useful tool when redesigning your weblog (and actually, it suggests a good way to preview changes made in the Files & Folders section of the Admin tools).
To test it out, just go to your weblog's full URL (including "index" if that's the name of your page), and add "/customize" to the end.
( My weblog is at http://www.truerwords.net/index so to use the new feature I need to visit http://www.truerwords.net/index/customize )
The one feature that doesn't work yet is actually the sending of the email. It's important to get the rest of this right first, but I plan to have that part working within a couple of days.
Any useful feedback would be appreciated. If you think the idea is goofy, please at least try it out before saying so! :-)
Seth
P.S. One technical detail: for this to work, your page template MUST include two macros in the <head> section: <!--#javascript--> (without the embed attribute, or with embed="false"), and <!--#weblog.header-->. Also, <!--#weblog.header--> MUST come after the <!--#javascript--> macro. All of the default page templates are set up this way, but if you run into Javascript errors then check both of the above.