Moodle Plugins directory: Environment Ribbons: Versions: v1.0.3 | Moodle.org

Environment Ribbons
Environment Ribbons v1.0.3
Code prechecks
Environment Ribbons
This plugin allows you to set ribbons in the 4 corners of your site, displaying either static text, or dynamic text driven from a script.
For example, you they could be used to display the environment type (production, staging, local, etc...), to display the git branch name of your repository, to display links to pipelines, or anything else you like.
Dynamic scripts will be loaded using curl
, so as long as the URL can be loaded and returns some data, it should work.
A few script examples are included in the /scripts/
directory.
Installation
From github: 1. Download the latest version of the plugin from this repository. 2. Extract the directory from the zip file and rename it to 'ribbons' if it is not already named as such. 3. Place the 'ribbons' folder into your Moodle site's /admin/tool/ directory. 4. Run the Moodle upgrade process either through the web interface or command line. 5. Navigate to the Site Administration -> Plugins -> Admin Tools to find the Environment Ribbons configuration page(s).
License
https://www.gnu.org/licenses/gpl-3.0
Support
If you need any help using the block, or wish to report a bug or feature request, please use the issue tracking system: https://github.com/cwarwicker/moodle-tool_ribbons/issues
Version information
- Version build number
- 2021020402
- Version release name
- v1.0.3
- Maturity
- 안정 버전
- MD5 Sum
- beef84da6fa47d146d8bfb03e6158c3a
- Supported software
- Moodle 3.10, Moodle 3.11, Moodle 4.0, Moodle 4.1, Moodle 4.2, Moodle 4.3, Moodle 4.4
- Latest release for Moodle 3.10
- Latest release for Moodle 3.11
- Latest release for Moodle 4.0
- Latest release for Moodle 4.1
- Latest release for Moodle 4.2
- Latest release for Moodle 4.3
- Latest release for Moodle 4.4
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS tag
- v1.0.3
Default installation instructions for plugins of the type Administration tools
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "mytool") in the "admin/tool" subdirectory.
- Visit http://yoursite.com/admin to finish the installation