Description
The License plugin gives authors the ability to mark their content with a Creative Commons license and to display the license along with the content. With Creative Commons licenses, you keep your copyright but share your creativity. By default, the plugin will display a license in the footer of your theme. The license plugin is also a widget, and can be dragged to any widget area. This will supress display of the license in the theme footer and display it instead in the widget area.
The site default license is the Creative Commons Attribution-NonCommercial-ShareAlike (CC BY-NC-SA) license. Authors can set their own default license using the license settings provided under Personal Options on the edit profile page. The license can also be set for each individual post using the setting provided in the Publish box while creating a new post.
Authors can choose how they would like their attribution to be displayed on the site. The author can attribute the work to their display name or their nickname as defined in their profile options. Alternatively, the author can attribute the work to the site as defined in the General Settings of the site.
This plugin is a component of the MIT Educational Collaboration Space project.
Screenshots
Installation
- Upload the
license
folder to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- From the Widgets menu, drag the License widget to the widget area in which you would like the license to appear. Otherwise, the license will appear in the WordPress footer area by default.
FAQ
- Your question here!
-
Our answer here!
Contributors & Developers
“License” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “License” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.5
- Fixed a XSS security vulnerability. props duck_.
- Now requires the PHP JSON extension, which is normally a standard part of PHP builds.
0.4
- removed hard coded styling from license_print_license_html
0.3
- Initial public release.