Difference between revisions of "WpLicense"

From Creative Commons
Jump to: navigation, search
Line 4: Line 4:
 
{{stub}}
 
{{stub}}
  
wpLicense is a plug-in for [http://wordpress.org WordPress] which allows users to select a Creative Commons license for their blog.  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.
  
 
[[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]]).]]
 +
 +
== System Requirements ==
 +
 +
* PHP 4 or PHP 5
 +
* <code>allow_url_fopen</code> enabled (to allow retrieval of web service information)
  
 
== Download ==
 
== Download ==
  
* The latest releasae, 0.5.2, is available from [http://yergler.net/projects/wplicense/download-wplicense/ the download page].
+
* The latest release, 0.5.2, is available from [http://yergler.net/projects/wplicense/download-wplicense/ the download page].
 
* The source code can be downloaded from the [http://darcs.net Darcs] repository at http://darcs.yergler.net/repos/wpLicense/
 
* The source code can be downloaded from the [http://darcs.net Darcs] repository at http://darcs.yergler.net/repos/wpLicense/
  
== System Requirements ==
+
== Additional Information ==
  
* PHP 4 or PHP 5
+
* [[WpLicense Function Reference]] PHP functions which may be used in non-standard templates to include license information
* <code>allow_url_fopen</code> enabled (to allow retrieval of web service information)
+
* [[WpLicense Release History]]
  
 
== Known Issues ==
 
== Known Issues ==

Revision as of 12:39, 11 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.

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

Developer Information

The wpLicense code base may be divided into three major components:

The following features need to be implemented:

  • support for including license information in WordPress feeds