lumenlearning / candela-citation by SteelWagstaff

Extends creative commons attribution functionality
5,747
5
4
Package Data
Maintainer Username: SteelWagstaff
Maintainer Contact: dev@lumenlearning.com (Lumen Learning)
Package Create Date: 2016-01-18
Package Last Update: 2022-04-18
Language: PHP
License: Unknown
Last Refreshed: 2024-04-19 15:13:02
Package Statistics
Total Downloads: 5,747
Monthly Downloads: 259
Daily Downloads: 0
Total Stars: 5
Total Watchers: 4
Total Forks: 4
Total Open Issues: 7

Candela Citation

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

  1. 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"
      }
    }
    
  2. Run composer install in the terminal

Manually

  1. Download or clone Candela Citation into your wordpress multisite plugins directory: /path/to/wordpress/wp-content/plugins
  2. 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