Difference between revisions of "WpLicense"

From Creative Commons
Jump to: navigation, search
Line 3: Line 3:
 
[[Category:WpLicense]]
 
[[Category:WpLicense]]
  
wpLicense is a plugin for [http://wordpress.org WordPress] which allows users to select a Creative Commons license for their blog and content. In addition to the administration interface, wpLicense provides three template functions which may be used to insert the license information into templates.  wpLicense was developed by [[User:NathanYergler|Nathan Yergler]] and is licensed under the GNU GPL version 2.
+
wpLicense is a plugin for [http://wordpress.org WordPress] which allows users to select a Creative Commons license for their blog and content. In addition to the administration interface, wpLicense provides three template functions which may be used to insert the license information into templates.  wpLicense was developed by [[User:NathanYergler|Nathan Yergler]] and is licensed under the GNU GPL version 2.  See the [[WpLicense Developer]]  page for development information.
  
 
[[Image:Wplicense_admin_thumb.png|frame|wpLicense admininstration page ([[:Image:Wplicense_admin.png|full size]]).]]
 
[[Image:Wplicense_admin_thumb.png|frame|wpLicense admininstration page ([[:Image:Wplicense_admin.png|full size]]).]]
Line 25: Line 25:
  
 
* When allow_url_fopen is not enabled, wpLicense will silently fail
 
* When allow_url_fopen is not enabled, wpLicense will silently fail
 
== Developer Information ==
 
 
The wpLicense code base may be divided into three major components:
 
 
* the admin interface ([http://darcs.yergler.net/?r=wpLicense;a=headblob;f=/wpLicense.php wpLicense.php])
 
* the web services wrapper ([http://darcs.yergler.net/?r=wpLicense;a=tree;f=/wpLicense the wpLicense directory])
 
* the visual effects library ([http://bennolan.com/behaviour/ Behaviour] and [http://script.aculo.us/ Script.aculo.us])
 
 
The following features need to be implemented:
 
 
* support for including license information in WordPress feeds
 

Revision as of 17:17, 12 July 2006


wpLicense is a plugin for WordPress which allows users to select a Creative Commons license for their blog and content. In addition to the administration interface, wpLicense provides three template functions which may be used to insert the license information into templates. wpLicense was developed by Nathan Yergler and is licensed under the GNU GPL version 2. See the WpLicense Developer page for development information.

wpLicense admininstration page (full size).

System Requirements

  • PHP 4 or PHP 5
  • allow_url_fopen enabled (to allow retrieval of web service information)

Download

Additional Information

Known Issues

  • When allow_url_fopen is not enabled, wpLicense will silently fail