File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- This folder contains the h5p general library. The files within this folder are not specific to any framework.
1
+ This folder contains the general H5P library. The files within this folder are not specific to any framework.
2
2
3
- Any interaction with LMS, CMS or other frameworks is done through interfaces. Plattforms needs to implement
3
+ Any interaction with an LMS, CMS or other frameworks is done through interfaces. Platforms need to implement
4
4
the H5PFrameworkInterface(in h5p.classes.php) and also do the following:
5
5
6
- - Provide a form for uploading h5p packages.
7
- - Place the uploaded h5p packages in a temporary directory
6
+ - Provide a form for uploading H5P packages.
7
+ - Place the uploaded H5P packages in a temporary directory
8
8
+++
9
9
10
- See existing implementations for details. For instance the Drupal h5p module located on drupal.org/project/h5p
10
+ See existing implementations for details. For instance the Drupal H5P module located at drupal.org/project/h5p
11
11
12
- We will make available documentations and tutorials for creating platform integrations in the future
12
+ We will make available documentation and tutorials for creating platform integrations in the future.
13
13
14
- The H5P PHP library is GPL licensed due to GPL code being used for purifying HTML provided by authors.
14
+ The H5P PHP library is GPL licensed due to GPL code being used for purifying HTML provided by authors.
You can’t perform that action at this time.
0 commit comments