Environment Ribbons

Administration tools ::: tool_ribbons
Maintained by Conn Warwicker
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.

Environment Ribbons v1.0.3

Moodle 3.10, 3.11, 4.0, 4.1, 4.2, 4.3, 4.4
Released: 수요일, 5 6월 2024, 8:26 PM

Environment Ribbons

Build Status Open Issues License

Moodle 3.10 supported Moodle 4 supported

screenshot

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

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "mytool") in the "admin/tool" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation