You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Roller 5.0 has been in the works for a long time and even before Roller 4.0 was released. The ApacheCon US 2009 presentation What's new in Roller 5.0 tells the story of Roller and Roller 5.0 in some detail and includes details on the new features, which are summarized here. Roller 5.0 is the result of contributions from Sun Microsystems social software efforts, San Jose student developers, a Google Summer of Code project and volunteer work of ASF Roller committers. Below are the new and notable features.

Media Blogging features

Media file gallery browser with thumbnails
Media file metadata and feeds
Easy to add an image to a blog entry
Easy to upload then blog images

Editing of comments

Simple multi-domain support

One Roller instance serves multiple domains
e.g. my site at rollerweblogger.org serves four domains via the configuration below

  1. roller-custom.properties
    weblog.absoluteurl.photophys=http://photophys.com
    weblog.absoluteurl.alex=http://greenimp.me
    weblog.absoluteurl.linus=http://linusjohnson.com

https://issues.apache.org/jira/browse/ROL-1670 http://cwiki.apache.org/confluence/display/ROLLER/Proposal+Simple+Multidomain+Support

Open ID support

Support for OpenID logins via Spring Security
new startup property authentication.openid
Allowed values: disabled, hybrid and only.
http://cwiki.apache.org/confluence/display/ROLLER/Proposal+OpenID+Supporthttps://issues.apache.org/roller/browse/ROL-1733

OAuth for AtomPub

AtomPub authentication options now:
OAuth
WSSE
Basic

Improvements in code base

  • No labels