Go to file
Thomas Marstrander 0a63d123cf Prevent DOM pollution when having many confirmation dialogs.
Append confirmation dialog on show and detach it on hide.
HFJ-1969
2016-05-31 10:19:07 +02:00
doc
fonts
images
js Prevent DOM pollution when having many confirmation dialogs. 2016-05-31 10:19:07 +02:00
styles Added pointer cursor for core cancel button. 2016-05-24 11:18:42 +02:00
.gitignore
LICENSE.txt
README.txt
composer.json
embed.php
h5p-default-storage.class.php Revert "Added function for reading file contents" 2016-04-25 14:32:16 +02:00
h5p-development.class.php
h5p-event-base.class.php
h5p-file-storage.interface.php Revert "Added function for reading file contents" 2016-04-25 14:32:16 +02:00
h5p.classes.php Update h5p.classes.php 2016-04-23 23:40:46 -04:00
library-support.json

README.txt

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

Any interaction with an LMS, CMS or other frameworks is done through interfaces. Platforms need 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 at drupal.org/project/h5p

We will make available documentation 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.