Minor - Update plugins README files - refs #2200

pull/2487/head
Yannick Warnier 8 years ago
parent fe0e48bd6b
commit e29d9356b9
  1. 5
      plugin/customfooter/plugin.php
  2. 8
      plugin/date/README.md
  3. 20
      plugin/ext_auth_chamilo_logout_button_behaviour/README.md
  4. 15
      plugin/ext_auth_chamilo_logout_button_behaviour/readme.txt
  5. 3
      plugin/follow_buttons/README.md

@ -1,8 +1,7 @@
<?php
/**
* This script is a configuration file for the delivery tools plugin.
* You can use it as a master for other platform plugins (course plugins are slightly different).
* These settings will be used in the administration interface for plugins (Chamilo configuration settings->Plugins)
* This plugin allows you to configure a footer note to plug some additional features. In a way, it works a bit like
* any block plugin to be added in a region
* @package chamilo.plugin
* @author Julio Montoya <gugli100@gmail.com>
*/

@ -0,0 +1,8 @@
Date plugin
===
This plugin is more of a demo and a plugin example than a real, functional plugin.
It will show the current date in an area of your choice.
The .act.php and .dsp.php files are just remains of a time where we didn't use the Twig templating system.

@ -0,0 +1,20 @@
External Authentication Logout button behaviour plugin
===
If you use some other authentication than local Chamilo authentication, you may want to disable the Chamilo logout button and display information about your SSO logout.
With this plugin, you can:
* change the logout URL of the button
* disable the logout button
* display it in grey style
* change the button tooltip on mouseover
* add an alert message if user click on the button
Related plugins
---
Add a button to login using CAS<br/>
Add a button to logout from CAS<br/>
Add a button to login using FACEBOOK account<br/>
Add a button to login using Shibboleth<br/>

@ -1,15 +0,0 @@
README
<br/><br/>
If you use some other authentication than local Chamilo authentication, you may want to disable the Chamilo logout button and display information about your SSO logout.<br/>
With this plugin, you can<br/>
- change the logout URL of the button<br/>
- disable the logout button<br/>
- display it in grey style<br/>
- change the button tooltip on mouseover<br/>
- add an alert message if user click on the button<br/>
<br/>
Related plugins <br/>
Add a button to login using CAS<br/>
Add a button to logout from CAS<br/>
Add a button to login using FACEBOOK account<br/>
Add a button to login using Shibboleth<br/>

@ -1,4 +1,5 @@
README
Follow buttons (or AddThis icons)
===
Edit the main/plugin/follow_buttons/index.php file in order to add your settings.
Loading…
Cancel
Save