Go to file
Frode Petterson 18a3ed4a8f Simplified integration code to avoid to much duplication.
Added resizing script for new embed code.
Added iframe communicator when embedding.
2015-02-09 10:22:14 +01:00
doc Adding doc folder 2013-08-02 10:21:26 +02:00
fonts Upgraded icons, throbber and texts. 2014-06-18 11:05:09 +02:00
images Upgraded icons, throbber and texts. 2014-06-18 11:05:09 +02:00
js Simplified integration code to avoid to much duplication. 2015-02-09 10:22:14 +01:00
styles Removed ulgy border from full screen. 2014-12-15 16:04:01 +01:00
.gitignore Added gitignore. 2013-11-15 16:29:20 +01:00
README.txt Update README.txt 2015-01-27 11:28:02 +01:00
h5p-development.class.php Make it possible to do the dependency transactions in an atomic way 2014-11-27 23:14:15 +01:00
h5p.classes.php Merge branch 'master' into adaptivity 2015-02-03 13:44:52 +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