Download the PHP package municipio/content-insights-for-editors without Composer
On this page you can find all versions of the php package municipio/content-insights-for-editors. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download municipio/content-insights-for-editors
More information about municipio/content-insights-for-editors
Files in municipio/content-insights-for-editors
Package content-insights-for-editors
Short Description Content Insights for Editors is a WordPress plugin.
License AGPL-3.0-or-later
Homepage https://whitespace.se/en/open-source/
Informations about the package content-insights-for-editors
Content Insights for Editors
An easy way for content editors to keep track of their work and get notified when it is not working properly
Content Insights for Editors is a WordPress plugin
Table of Contents
- Usage
- Prerequisites
- Installation
- Develop
- Local prerequisites
- Local installation
- Contributing
- Versioning
- Authors
- License
Usage
Prerequisites
Content Insights for Editors uses matomo for visitor statistics and helsingborg-stad/broken-link-detector for analysing content.
Installing
The package can be downloaded manually and unzipped in the /wp-content/plugins/ directory or by using composer.
Install by running the following command:
Example of how composer works here
When resources have been installed. The plugin can be activated by looking for a "Content Insights for Editors" entry in the plugins page and clicking on "Activate".
Hooks
Here are the hooks for customizing the plugin
Set the mail logo url
Example usage
Adding a section to mail notification
Example usage
Modify which section template to use during render
Example usage
Customizing content of mail notification
Exposed variables
Example usage
Develop
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See Usage for notes on how to use the plugin in production.
Local prerequisites
Content Insights for Editors uses matomo for visitor statistics and helsingborg-stad/broken-link-detector for analysing content.
Local installation
The plugin can be installed with composer or by cloning this repo from github into the /wp-content/plugins/ directory of your WordPress installation.
With composer
Add this to your composer.json
And this to install helsingborg-stad/broken-link-detector
Then run
Example of how composer works here
Contributing
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
See the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE.md file for details