Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The main new feature in Roller 5.0 is "media blogging" which is what we call a set of features that are designed to make it easier for you to upload, manage and blog images, video files and audio files – media files. These new features were added by Tanuja Varkanthe and Ganesh Mathrubootham for a 2008/2009 computer science project project class at San Jose State Univ.

With Roller 5, when you upload files you can add title information, tags and Roller will automatically generate a thumbnail for your image.

Below you can see the new media file upload page and the metadata you can now specify per upload:

Image Added

Below you can see the new media file management page, showing a thumbnail for each media file:

And below you can see the new media file upload page and the metadata you can now specify per upload:

Image Removed

Editing of comments

These new features also make it easy to browse and pick and include a media file from within the weblog entry editor and to present a feed of newly uploaded media files.

For more information:

Editing of comments

This is a small feature that makes it possible for a blog owner to edit the comments left by others on his or her blog for the purposes of cleaning up HTML, spelling errors or profanity in comments.

Simple multi-domain support

One This new feature allows one Roller instance serves multiple domains
, e.g. my the Roller site at rollerweblogger.org serves four domains via the configuration below. Each blog can specify its own domain URL. The example below show how domain URLs are assigned to weblogs by handle for three weblogs: photophys, alex and linus.

Code Block

# roller-custom.properties

...


weblog.absoluteurl.photophys=http://photophys.com

...


weblog.absoluteurl.alex=http://greenimp.me

...


weblog.absoluteurl.linus=http://linusjohnson.com

...


For more information:

...

...

Open ID support

Image Removed

Image Removed

With Roller 5 it is possible to allow uses to authenticate with OpenID credentials. You can setup your Roller system to allow only OpenID logins or to allow your users to login by username and password or via OpenID.

This new feature was added by Tatyana Tokareva for a 2008 Google Summer of Gode project and was implemnented using Spring security's built in support for OpenID.

Below is a screenshot that shows what the login page looks like when both username/password and OpenID logins are allowed:

Image Added

For more information:
* 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+SupportImage RemovedSupport


...

OAuth for AtomPub

AtomPub authentication options now:
OAuth
WSSE
Basic

...