readme.txt 781 B

123456789101112131415161718192021222324
  1. <h1>Introduction</h1>
  2. This plugin implements PENS in Chamilo, using the library php-pens available here: http://github.com/guillaumev/php-pens
  3. <h1>Requirements</h1>
  4. You need the curl extension installed to use this library.
  5. <h1>How to install ?</h1>
  6. 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:
  7. <pre>
  8. require_once __DIR__ . '/plugin/pens/pens.php';
  9. </pre>
  10. <h1>Licence</h1>
  11. The chamilo-pens plugin is published under the GNU/GPLv3+ licence (see COPYING)
  12. <h1>Credits</h1>
  13. The original author of the plugin is Guillaume Viguier-Just <guillaume@viguierjust.com>.
  14. This plugin was realized as part of his work in BeezNest (https://beeznest.com) and is maintained by BeezNest.