This plugin allows you to apply a license of your choice to selected blogs on an item-by-item basis.
It is for use in those circumstances where you don't want to display a site-wide license - perhaps because certain content is not yours to license, or because it is reproduced with permission and is subject to copyright constraints.
| General Plugin info | |
|---|---|
| Author: | Graeme Cook (father4justice) www.blog-4-justice.org |
| Current Version: | 0.10 |
| Download: | n/a |
| Code: | NP_ItemLicense_code |
| Demo: | The plugin is in current use at: http://www.blog-4-justice.org/blog.php |
| Forum Thread: | |
It is common practice for authors to publish their material under one of the Creative Commons licenses.
Creative Commons (CC) provides authors with ready-made code to insert into their web pages to display their chosen license. This code, for example, displays a Creative Commons Attribution-NonCommercial-NoDerivs 2.5 License:
<!--Creative Commons License--><a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/2.5/"><img alt="Creative Commons License" border="0" src="http://creativecommons.org/images/public/somerights20.png"/></a><br/>This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/2.5/">Creative Commons Attribution-NonCommercial-NoDerivs 2.5 License</a>.<!--/Creative Commons License--><!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <Work rdf:about=""> <license rdf:resource="http://creativecommons.org/licenses/by-nc-nd/2.5/" /> <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" /> </Work> <License rdf:about="http://creativecommons.org/licenses/by-nc-nd/2.5/"><permits rdf:resource="http://web.resource.org/cc/Reproduction"/><permits rdf:resource="http://web.resource.org/cc/Distribution"/><requires rdf:resource="http://web.resource.org/cc/Notice"/><requires rdf:resource="http://web.resource.org/cc/Attribution"/><prohibits rdf:resource="http://web.resource.org/cc/CommercialUse"/></License></rdf:RDF> -->
In the context of NP_ItemLicense, you would insert the above code into the plugin option 'License to insert for screen display', and it would be output in your templates.
To control the styling and positioning of the license using CSS, you may wish to wrap the code in a <div> element: e.g. <div class=“itemlicense”> </div>.