opendatanz / silverstripe-creativecommons
Adds the ability to license image and page content under Creative Commons licences in SilverStripe CMS
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 2
Open Issues: 0
Type:silverstripe-module
This package is not auto-updated.
Last update: 2024-10-26 19:37:47 UTC
README
This module adds the ability to license page content under Creative Commons licences in SilverStripe CMS.
Requirements
- SilverStripe ^3.1+
Installation
composer require opendatanz/silverstripe-creativecommons
License
See License
Documentation
- Include the <% include Licence %> at the bottom of your templates.
- Log into CMS go to "Settings > Content Licence"
- Select your Creative Commons Licence from the dropdown.
- You have set the global content licence.
- (option) you can override the licence on a per page basis by editing each page and selecting an alternative licence.
TODO
- More Creative Commons API integration
- Licensing of images and files (including the rdfa tags)
- A way to override the default CC text in case you need to add extra disclaimers
- Report to show the CC licenced content, images and files
- Make the licence selection in Settings question based from the CC API (keep the per page overrides as specific licences based on jurisdiction selected in Settings).
Maintainers
- Cam Findlay cam@camfindlay.com
Bugtracker
Bugs are tracked in the issues section of this repository. Before submitting an issue please read over existing issues to ensure yours is unique.
If the issue does look like a new bug:
- Create a new issue
- Describe the steps required to reproduce your issue, and the expected outcome. Unit tests, screenshots and screencasts can help here.
- Describe your environment as detailed as possible: SilverStripe version, Browser, PHP version, Operating System, any installed SilverStripe modules.
Please report security issues to the module maintainers directly. Please don't file security issues in the bugtracker.
Development and contribution
See Contributing