Go to file
Oliver Tacke bf10430671 Add toggler view others contents (#65)
* Add toggler to show/hide content of others in data view

Will try to retrieve user.id, user.name and
user.canToggleViewOthersH5PContents from H5PIntegration. If set,
allows to show/hide contents of other users using a checkbox that
uses the user parameters to set a facet on the author column.

* Add toggler to show/hide content of others in data view

Will try to retrieve user.id, user.name and
user.canToggleViewOthersH5PContents from H5PIntegration. If set,
allows to show/hide contents of other users using a checkbox that
uses the user parameters to set a facet on the author column.

* Adjust stylesheet to better match WordPress look
2019-09-30 10:36:42 +02:00
doc Major clean up of both syntactical errors and spelling 2016-04-13 00:01:15 -04:00
fonts Update H5P font file to include throbber 2019-09-19 11:29:46 +02:00
images Merge branch 'master' of https://github.com/drsassafras/h5p-php-library into drsassafras-master 2018-02-20 08:45:41 +01:00
js Add toggler view others contents (#65) 2019-09-30 10:36:42 +02:00
styles Add toggler view others contents (#65) 2019-09-30 10:36:42 +02:00
.gitignore Update .gitignore 2016-11-23 14:21:28 +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 Autoload metadata class 2018-09-17 12:53:09 +02:00
embed.php Clean up syntax and avoid empty values 2017-11-06 09:59:46 +01:00
h5p-default-storage.class.php Replaced DIRECTORY_SEPARATOR (#63) 2019-09-27 11:15:10 +02:00
h5p-development.class.php metadataSettings returned as JSON, not string 2018-09-26 10:30:50 +02: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 JI-1062 Add interface function for saving files from .h5p 2019-03-15 12:52:54 +01:00
h5p-metadata.class.php Incorrect json (#58) 2019-03-21 10:30:09 +01:00
h5p.classes.php Replaced DIRECTORY_SEPARATOR (#63) 2019-09-27 11:15:10 +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.