A plugin that extends creative commons attribution functionality to Candela/Pressbooks
Pressbooks is a plugin that turns your Wordpress multisite installation into a book publishing platform. Candela Citation adds meta data to individual book pages for indicating attribution and licensing type to the content created using the Pressbooks platform.
From the root wordpress installation, add the following to composer.json
(replacing v0.2.2
with desired version):
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/lumenlearning/candela-citation"
}
],
"require": {
"lumenlearning/candela-citation": "v0.2.2"
}
}
Run composer install
in the terminal
/path/to/wordpress/wp-content/plugins
Network Admin > Plugins
and activate the Candela Citation pluginNote: Wordpress Multisite, Candela Utility and Pressbooks are required in order for Candela Citation to work correctly
MIT - See LICENSE for more information