lumenlearning / candela-citation
Extends creative commons attribution functionality
Installs: 7 481
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 4
Forks: 4
Open Issues: 7
Type:wordpress-plugin
Requires
- php: >=5.6.0
- composer/installers: ~1.0 || ~2.0
Requires (Dev)
- humanmade/coding-standards: ^0.2.2
This package is not auto-updated.
Last update: 2024-11-13 08:16:51 UTC
README
A plugin that extends creative commons attribution functionality to Candela/Pressbooks
Synopsis
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.
Installation
Composer
-
From the root wordpress installation, add the following to
composer.json
(replacingv0.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
Manually
- Download or clone Candela Citation into your wordpress multisite plugins directory:
/path/to/wordpress/wp-content/plugins
- Log in to your Wordpress multisite instance and navigate to
Network Admin > Plugins
and activate the Candela Citation plugin
Note: Wordpress Multisite, Candela Utility and Pressbooks are required in order for Candela Citation to work correctly
License
MIT - See LICENSE for more information