WpLicense
Revision as of 11:39, 11 July 2006 by Nathan Yergler (talk | contribs)
This article is a stub. You can help the Creative Commons by expanding it.
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.
Contents
System Requirements
- PHP 4 or PHP 5
allow_url_fopen
enabled (to allow retrieval of web service information)
Download
- The latest release, 0.5.2, is available from the download page.
- The source code can be downloaded from the Darcs repository at http://darcs.yergler.net/repos/wpLicense/
Additional Information
- WpLicense Function Reference PHP functions which may be used in non-standard templates to include license information
- WpLicense Release History
Known Issues
- 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 (wpLicense.php)
- the web services wrapper (the wpLicense directory)
- the visual effects library (Behaviour and Script.aculo.us)
The following features need to be implemented:
- support for including license information in WordPress feeds