Go to file
Frode Petterson 325ea27562 Added func. for saving uploaded files
h5p/h5p-moodle-plugin#48
HFJ-1845
2016-04-25 14:31:25 +02:00
doc Major clean up of both syntactical errors and spelling 2016-04-13 00:01:15 -04:00
fonts Added two new icons. 2016-03-14 16:01:45 +01:00
images Added logo. 2015-07-07 13:25:53 +02:00
js Avoid confirmation dialog skewering content. 2016-04-21 14:58:21 +02:00
styles Merge branch 'master' of github.com:h5p/h5p-php-library 2016-04-11 11:49:34 +02: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 Major clean up of both syntactical errors and spelling 2016-04-13 00:01:15 -04: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 Added func. for saving uploaded files 2016-04-25 14:31:25 +02:00
h5p-development.class.php Major clean up of both syntactical errors and spelling 2016-04-13 00:01:15 -04:00
h5p-event-base.class.php Major clean up of both syntactical errors and spelling 2016-04-13 00:01:15 -04:00
h5p-file-storage.interface.php Added func. for saving uploaded files 2016-04-25 14:31:25 +02:00
h5p.classes.php Fixed uploading packages and export functionality with development mode. 2016-04-21 11:38:14 +02: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 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.