Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

Authors

Tanuja Varkanthe, Ganesh Mathrubootham, Dave Johnson

Status

Implemented and in Roller trunk, ready for Roller 5.0 release

Status

New Proposal

Special Note

University project Sept 08- May 09

Issue

https://issues.apache.org/roller/browse/ROL-1765

Original Authors

Tanuja Varkanthe, Ganesh Mathrubootham, Dave Johnson

Abstract

You can upload any type of content to a Roller weblog and include that content on weblog entries as images or Podcasts, but the tools for doing so are lacking. The interface that allows you to browse your file uploads does not display thumbnails, it is not sortable and not pagable. Once you have uploaded an image or Podcast, you have to cut and paste the URL into your blog post. This project will replace that old File Upload user interface with a more interactive and modern UI for browsing and choosing media and automatically adding the correct HTML markup to blog entries.

Requirements

Basic requirements

...

:

Replace Roller's existing File Upload pages with:

  • Sortable, searchable, hierarchical and tabular display of uploaded files
  • Display Auto-generate and display small thumbnails for all images
  • Ability to select any file and create a Podcast blog post for it
  • Ability to select multiple image, create blog post of them
  • Add photo-browser feature to Roller's Weblog Editor
    • Allow user to pick image from File Uploads to be included in blog post
    • User can pick multiple figures for collage

...

  • specify metadata for uploads including title, filename, content-type and tags
    • Support for new metadata in Roller's AtomPub implementation
  • Support for media blogging features from both Weblog Entry Editor and File Uploads page:
    • Ability to add to any entry an enclosure (i.e. a podcast)
    • Ability to add to any entry images with optional title and thumbnail
  • Support for external media files

Detailed requirements:

File upload interface

  • Upload new file -> Specify Ability to specify more information about the file being uploaded (metadata such as .
    • Capture these metadata - file name, description, copyright text, tags
    )
    • Ability to store this meta-data
    • .
  • Enhanced view of uploaded files. List the files
    • Hierarchical display (show all folders with expand/collapse buttons, no thumbnail)
    • Tabular display (shows just one folder at a time, with links for other folders)
      • Display thumbnail for images
      • Display thumbnail for videos (with play/pause buttons)
      • Display icon for other kind of files.
      • Have pagination
    • Have the ability to switch between hierarchical and tabular display.
  • Manage uploaded files
    • Move files across folders.
    • Delete
    • Rename, edit tags
    • files.
    • Edit metadata (add/modify tags, modify file name, modify description, modify copy right text)
  • Ability to specify whether the uploaded file can be included in common media library Ability to define security level for the uploaded file (Public/private)
    • Ones made "public" can will be made available as a library to other bloggers. (This will lead to a whole new functionality of media
      library which can be browsed by any other blogger)Force blogger to make a private file public, when they try to publish a blog post after adding a private file.
  • Ability to sort from tabular display.
    • Have ability to sort by name, date uploaded and file type
  • Ability to filter file lists by
    • file name
    • file type (audio, video etc)
    • file extension
    • uploaded date range
    • Size
    Ability to save links instead of physically uploading the file ( pointers to files in the roller media library, to public URLs etc).
    • tag
  • Ability to create a blog post out of uploaded files.
    • After a file is uploaded, provide option to create a blog post out of it.
    • Ability to select one or more files from the list and create a blog post out of the selected files.

Create blog post interface

  • Add Ability to add media from uploaded file files
    • browse Browse and choose uploaded file
      • Allow search by file name, description and tag.
    • If it is an image, specify dimension and layout to be used in the blog post.
  • Add Ability to add media directly (upload file as part of this)
    • Browse the file to be uploaded
    • Input file name, description and tags
    • If it is an image, specify dimension and layout to be used in the blog post.
  • Add Ability to add media directly, pointing to an external source (youtube video, images.google.com picture etc)
  • Add Ability to add media from media library (library built from all files uploaded and shared by user communiitycommunity)
    • search Search by tag, name and description.
    • pick Pick the selected one to be displayed.
    • If it is an image, specify dimension and layout to be used in the blog post.
  • Other

...

  • enhancements to "create post" interface
    • Choose text in the post and insert links easily.

Others

  • ATOM publishing protocol for media files uploaded files - change the structure to be hierarchical and add the metadata information (name, description, tags, copyright text) for each file.
  • Support RSS/ ATOM feeds feed for "latest images that you uploaded".
  • Media files display - Make it CoolIris compatible.

Issues

Not yet discussed

Timeline

Design

User Interface Design

http://cwiki.apache.org/confluence/display/ROLLER/UI+design

Class Design

http://cwiki.apache.org/confluence/display/ROLLER/Media+blogging+-+Class+design

Sequence diagrams

http://cwiki.apache.org/confluence/display/ROLLER/Media+blogging+-+Sequence+diagrams

Data Model

Reference

1) Academic project report associated with this proposalYet to add.

Comments

Please comment on the Roller-dev mailing list.