No description
Find a file
2022-01-19 17:38:27 +01:00
language Fix invalid language files 2022-01-03 15:36:08 +01:00
src Merge branch 'master' into release 2022-01-19 17:38:27 +01:00
.babelrc Merge branch 'HFP-1206-add-npm-webpack' of github.com:h5p/h5p-interactive-video into HFP-1190-a11y-popup-menus 2017-06-22 11:24:34 +02:00
.gitignore Add npm and webpack to IV. HFP-1206 2017-06-21 11:10:45 +02:00
.h5pignore .h5pignore crowdin YAML [HFP-1213] 2017-06-29 11:58:25 +02:00
.jshintrc Fixing warning reported by jshint 2017-07-27 13:30:24 +02:00
crowdin.yml HFP-1210 Set up Crowdin 2017-06-23 10:54:58 +02:00
icon.svg Added icon.svg 2017-03-02 13:57:14 +01:00
library.json Recursive bump 2022-01-19 17:37:29 +01:00
LICENCE.md Use whitelisted extension for license. 2017-07-25 15:11:42 +02:00
package-lock.json Bump postcss from 7.0.27 to 7.0.36 2021-06-15 15:17:43 +00:00
package.json npm update 2020-02-24 14:05:29 +01:00
presave.js Clean up presave.js (Max score calculation) 2018-08-21 13:52:11 +02:00
README.md Add building instructions 2018-11-10 20:29:54 +01:00
semantics.json Recursive bump 2022-01-19 17:37:29 +01:00
upgrades.js HFP-2534 Fix content upgrade not working 2019-02-18 11:56:40 +01:00
webpack.config.js Add gui rule 2018-02-05 08:59:19 +01:00

H5P Interactive Video

Put texts, tasks and other media on top of your video.

See it in action on H5P.org

Contributing

Translators, make sure to read through the tips for language contributors. A good approach is to check that the updated language file matches the structure of the norwegian translation.

Developers, take a look at the developer guide which has information on coding guidelines, api-references and much more. Before submitting pull-requests, please consider testing your code thoroughly to speed up the review process.

Building the distribution files

Downloading these files will not provide you with h5p libraries that you can upload to your system. They will have to be built and packed first.

Pull or download this archive files and go into the main folder. There run

npm install

to get the required modules. Then build the project using

npm run build

or

npm run watch

You can then use H5P cli to pack the library e.g. using

h5p pack -r <library folder> <output file>

Alternatively, you can arrange and zip files manually, but make sure to adhere to the H5P specification.

License

(The MIT License)

Copyright (c) 2012-2014 Joubel AS

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.