I'm working on an application specific blogger that is going to have the following features:
- multi-user: only one blog instance for the site.
- keyed entries: each entry is keyed to a subject (acs_object).
- simple publish: check publish field to allow public viewing. Other users can still be added to private views.
- ratings: users can rate the public blog entry.
- combined view: public entries on a subject can be viewed togeather.
It would be nice if I could make this into a general package, but that might be too much work. The main focus is on personal blogging. Probably only a small proportion of entries would be published for public use.