Difference between revisions of "Support for CC licenses in WordPress Media Manager"

From Creative Commons
Jump to: navigation, search
Line 7: Line 7:
 
WordPress has a great interface for managing media that you can then add to your posts.  This should be extended to support CC licenses, either as a plugin or as a patch to the core software (only if necessary).
 
WordPress has a great interface for managing media that you can then add to your posts.  This should be extended to support CC licenses, either as a plugin or as a patch to the core software (only if necessary).
  
Required features would include:
+
Basic features would include:
  
* Allow users to select a license for media as they upload it
+
* Allow users to select a license for media as they upload it, and provide attribution information (name, URL)
* Store license information
+
* Store license and attribution information in the WordPress database
 
* Update insertion code to include license notice and attribution information, if available
 
* Update insertion code to include license notice and attribution information, if available
  
Bonus points for expanding the "Add from URL" feature to include support for adding media from the URL of an HTML page that contains the media and metadata.  In this case the implementation should pull in the license and attribution information along with the media.
+
Bonus points for expanding the "Add from URL" feature to include support for adding media from an HTML page that contains the media and metadata.  In this case the implementation should pull in the license and attribution information along with the media.  If the media URL can not be ascertained from the RDFa in the document, [http://www.oembed.com/ oEmbed] could be used to retrieve it.

Revision as of 18:13, 29 March 2010

Related To: ,|x|Related To::x}}
Tags: {{#arraymap:gsoc, web|,|x|Has Tag::x}} | (none) }}
Challenge Type: Has Challenge Type::Developer | (none) }}
Is Complete: Is Complete::No | Is Complete::no }}

WordPress has a great interface for managing media that you can then add to your posts. This should be extended to support CC licenses, either as a plugin or as a patch to the core software (only if necessary).

Basic features would include:

  • Allow users to select a license for media as they upload it, and provide attribution information (name, URL)
  • Store license and attribution information in the WordPress database
  • Update insertion code to include license notice and attribution information, if available

Bonus points for expanding the "Add from URL" feature to include support for adding media from an HTML page that contains the media and metadata. In this case the implementation should pull in the license and attribution information along with the media. If the media URL can not be ascertained from the RDFa in the document, oEmbed could be used to retrieve it.