Go to file
Frode Petterson 875a7ccef3 Target correct folder when exporting libs 2016-01-25 14:46:55 +01:00
doc Adding doc folder 2013-08-02 10:21:26 +02:00
fonts Updated icons. 2015-09-03 09:04:04 +02:00
images Added logo. 2015-07-07 13:25:53 +02:00
js Hide buttons if there are no URLs 2016-01-15 14:12:24 +01:00
styles Revert "Added a general override rule" 2016-01-21 10:24:36 +01:00
.gitignore Added gitignore. 2013-11-15 16:29:20 +01:00
LICENSE.txt Add GPL license 2015-11-17 14:10:26 +01:00
README.txt Add GPL license 2015-11-17 14:10:26 +01:00
composer.json Adds minimal composer.json 2015-11-27 13:10:41 +02:00
embed.php Prevent double init. Ie9 fix. 2015-03-10 10:08:35 +01:00
h5p-default-storage.class.php Target correct folder when exporting libs 2016-01-25 14:46:55 +01:00
h5p-development.class.php Add path fixes 2015-04-07 19:30:46 +02:00
h5p-file-storage.interface.php Follow existing naming conv. removed namespace 2016-01-14 09:46:00 +01:00
h5p.classes.php Dependencies may be indexed differently 2016-01-25 14:44:40 +01:00
library-support.json Updated library-support to latest of all minors 2014-08-22 14:13:49 +02:00

README.txt

This folder contains the h5p general library. The files within this folder are not specific to any framework.

Any interaction with LMS, CMS or other frameworks is done through interfaces. Plattforms needs to implement
the H5PFrameworkInterface(in h5p.classes.php) and also do the following:

 - Provide a form for uploading h5p packages.
 - Place the uploaded h5p packages in a temporary directory
 +++

See existing implementations for details. For instance the Drupal h5p module located on drupal.org/project/h5p

We will make available documentations and tutorials for creating platform integrations in the future

The H5P PHP library is GPL licensed due to GPL code being used for purifying HTML provided by authors.