Difference between revisions of "WpLicense"
Line 8: | Line 8: | ||
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. | 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. | ||
− | WpLicense | + | WpLicense works with WordPress 2.0 and later. Note that this is the self-hosted version of WordPress downloaded from [http://wordpress.org wordpress.org]. |
[[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 14: | Line 14: | ||
== System Requirements == | == System Requirements == | ||
− | * | + | * If you can run WordPress, you can run wpLicense |
== Download == | == Download == | ||
− | * The latest release is [http://mirrors.creativecommons.org/software/wplicense/download/wplicense-0. | + | * The latest release is [http://mirrors.creativecommons.org/software/wplicense/download/wplicense-0.9-rc1.zip wpLicense 0.9 RC 1] |
* Previous releases are available from [http://mirrors.creativecommons.org/software/wplicense/download the download page]. | * Previous releases are available from [http://mirrors.creativecommons.org/software/wplicense/download the download page]. | ||
== Install == | == Install == | ||
− | * Follow the download link above for the lastest release. You'll end up with a file named something like <code> | + | * Follow the download link above for the lastest release. You'll end up with a file named something like <code>wplicense-0.9-rc1.zip</code>. |
− | * Unzip the file and copy the wpLicense | + | * Unzip the file and copy the <code>wpLicense</code> folder into the "wp-content/plugins" directory in your WordPress installation. |
[Note: How you go about this will vary based on how you have your web host configured and how you can access it (i.e. via FTP, SSH, etc). See the WordPress [http://codex.wordpress.org/Managing_Plugins Plugin Management] documentation for details. For example, if you're working from the command line:] | [Note: How you go about this will vary based on how you have your web host configured and how you can access it (i.e. via FTP, SSH, etc). See the WordPress [http://codex.wordpress.org/Managing_Plugins Plugin Management] documentation for details. For example, if you're working from the command line:] | ||
Line 30: | Line 30: | ||
$ cd ~/blog | $ cd ~/blog | ||
$ cd wp-content/plugins | $ cd wp-content/plugins | ||
− | $ unzip ''/the/directory/you/downloaded/to/'' | + | $ unzip ''/the/directory/you/downloaded/to/''wplicense-0.9-rc1.zip |
* After unzipping the download and copying the wpLicense.php and wpLicense folder to "wp-content/plugins" directory , log-in to your WordPress administration panel and click the '''Plugins''' tab. > Click the '''Activate''' link to the right of WpLicense. This will enable the plugin. | * After unzipping the download and copying the wpLicense.php and wpLicense folder to "wp-content/plugins" directory , log-in to your WordPress administration panel and click the '''Plugins''' tab. > Click the '''Activate''' link to the right of WpLicense. This will enable the plugin. | ||
− | * Go to the '''Options''' tab, and click the '''Content License''' sub-tab to select your license | + | * Go to the '''Options''' tab, and click the '''Content License''' sub-tab to select your license. |
== Getting Help == | == Getting Help == |
Revision as of 21:54, 31 July 2007
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 works with WordPress 2.0 and later. Note that this is the self-hosted version of WordPress downloaded from wordpress.org.
System Requirements
- If you can run WordPress, you can run wpLicense
Download
- The latest release is wpLicense 0.9 RC 1
- Previous releases are available from the download page.
Install
- Follow the download link above for the lastest release. You'll end up with a file named something like
wplicense-0.9-rc1.zip
. - Unzip the file and copy the
wpLicense
folder into the "wp-content/plugins" directory in your WordPress installation.
[Note: How you go about this will vary based on how you have your web host configured and how you can access it (i.e. via FTP, SSH, etc). See the WordPress Plugin Management documentation for details. For example, if you're working from the command line:]
$ cd ~/blog $ cd wp-content/plugins $ unzip /the/directory/you/downloaded/to/wplicense-0.9-rc1.zip
- After unzipping the download and copying the wpLicense.php and wpLicense folder to "wp-content/plugins" directory , log-in to your WordPress administration panel and click the Plugins tab. > Click the Activate link to the right of WpLicense. This will enable the plugin.
- Go to the Options tab, and click the Content License sub-tab to select your license.
Getting Help
There are a couple of places you can go for help with WpLicense:
- Email the cc-devel mailing list
- Chat with CC developers on IRC
- Email software@creativecommons.org -- note that your response time will probably be longer here than with the mailing list
Additional Information
- WpLicense Function Reference PHP functions which may be used in non-standard templates to include license information
- WpLicense Release History