Go to file
Frode Petterson 2d43942c48 Use parent window instead of top for communications. 2015-09-10 14:27:12 +02:00
doc Adding doc folder 2013-08-02 10:21:26 +02:00
fonts Added woff to css inline 2015-03-04 10:06:35 +01:00
images Added logo. 2015-07-07 13:25:53 +02:00
js Use parent window instead of top for communications. 2015-09-10 14:27:12 +02:00
styles Always use 100% for fullscreen. auto is needed for embed. 2015-08-27 15:10:02 +02: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
embed.php Prevent double init. Ie9 fix. 2015-03-10 10:08:35 +01:00
h5p-development.class.php Add path fixes 2015-04-07 19:30:46 +02:00
h5p.classes.php Allowing text-align on wysiwygs [HPN-115] 2015-09-09 13:28:16 +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 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