Soc geeklog2 media plugin

From GeeklogWiki
Revision as of 12:08, 31 March 2009 by Tony (talk | contribs) (Incentive)

Jump to: navigation, search

Overview

Rich content must include video, photos as well as integration with existing services. The goal of this plugin is:

1) Allow the upload and categorization of video and photos (really any files ala the Geeklog 1.x File Management Plugin) 2) Encoding of video content to shrink size and save bandwidth 3) Integrate the plugin with sites like <a href="http://www.flickr.com">Flickr</a>, <a href="http://www.youtube.com">YouTube</a> and the like. 4) The upload capabilities must allow the secure, arbitrary upload of any files 5) Highly configurable. Having the ability to limit file size, mime types and specific plugin features will be paramount.

The goals is that the resulting plugin allows the embedding of this kind of content in articles seamlessly while providing a YouTube or Flickr like interface for browsing content.

Level of Difficulty

Hard

Dealing securely with file uploads, handling video yet providing a UI that can handle any kind of file will be the challenge.

Objective

Develop a core for the plugin that would contain all hooks needed for the iAPI. Develop the iAPI and keep it as small as possible trying to keep it in line with the core GL2 APIs.

Level of Difficulty

Midrange to Hard

The hard part will be figuring out how to implement the iAPI without making it huge. It needs to stay small and easy to use. But at the same time provide everything needed to implement the multiple types of media.