1 |
efrain |
1 |
This folder contains the general H5P library. The files within this folder are not specific to any framework.
|
|
|
2 |
|
|
|
3 |
Any interaction with an LMS, CMS or other frameworks is done through interfaces. Platforms need to implement
|
|
|
4 |
the H5PFrameworkInterface(in h5p.classes.php) and also do the following:
|
|
|
5 |
|
|
|
6 |
- Provide a form for uploading H5P packages.
|
|
|
7 |
- Place the uploaded H5P packages in a temporary directory
|
|
|
8 |
+++
|
|
|
9 |
|
|
|
10 |
See existing implementations for details. For instance the Drupal H5P module located at drupal.org/project/h5p
|
|
|
11 |
|
|
|
12 |
We will make available documentation and tutorials for creating platform integrations in the future.
|
|
|
13 |
|
|
|
14 |
The H5P PHP library is GPL licensed due to GPL code being used for purifying HTML provided by authors.
|
|
|
15 |
|
|
|
16 |
## License
|
|
|
17 |
|
|
|
18 |
Open Sans font is licensed under Apache license, Version 2.0
|