Difference between revisions of "Soc geeklog2 media plugin"

From GeeklogWiki
Jump to: navigation, search
(Level of Difficulty)
(Incentive)
Line 1: Line 1:
== Incentive ==
+
== Overview ==
  
All content management systems have some form of media management plugin. For GL2 the media plugin should allow multiple types of media via it's own iAPI, "internal API". This in affect would allow for mini media plugins to be written to support different types of media. ie. streaming audio and video, and other types of media like Flash.
+
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 ==
 
== Objective ==

Revision as of 12:08, 31 March 2009

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.