On Sun, Nov 29, 2009 at 2:11 PM, Luke Shannon <luke.shan...@gmail.com> wrote: > I am looking at Roller for a group to communicate online. I have seen > it on Matt Raible's site and have briefly browsed the docs and am > pretty impressed so far. > > However one requirement I am not sure of is I would like users to be > able to ensure postings will only be viewable to other users of the > system by default, with an option to make it viewable to anyone > hitting the site. Is this out-of-the-box functionality? Is this a > simple customization that could be made?
Protected blogs is not an out-of-the-box feature and probably not an easy customization. It might be possible via some LDAP and Spring Security magic that you could create some blogs that are visible only to certain people. - Dave