Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/plugin/pens
Scrutinizer Auto-Fixer 3a1787b2d5 Scrutinizer Auto-Fixes 8 years ago
..
lib Minor - Add license refs + change dirname(__FILE__) to __DIR__ (about 4 times faster). See http://stackoverflow.com/questions/2749416/is-there-any-difference-between-dir-and-dirname-file-in-php 8 years ago
COPYING Add PENS plugin - refs CT#288 9 years ago
chamilo_pens.php Scrutinizer Auto-Fixes 8 years ago
pens.php Scrutinizer Auto-Fixes 8 years ago
plugin.php Scrutinizer Auto-Fixes 8 years ago
readme.txt Add PENS plugin - refs CT#288 9 years ago

readme.txt

<h1>Introduction</h1>

This plugin implements PENS in Chamilo, using the library php-pens available here: http://github.com/guillaumev/php-pens

<h1>Requirements</h1>

You need the curl extension installed to use this library.

<h1>How to install ?</h1>

Install the plugin and create a file at the root of your chamilo server called pens.php. Put the following code in the pens.php file you created:
<pre>
require_once __DIR__ . '/plugin/pens/pens.php';
</pre>

<h1>Licence</h1>

The chamilo-pens plugin is published under the GNU/GPLv3+ licence (see COPYING)

<h1>Credits</h1>

The original author of the plugin is Guillaume Viguier-Just <guillaume@viguierjust.com>.

This plugin was realized as part of his work in BeezNest (https://beeznest.com) and is maintained by BeezNest.