diff --git a/doc/spec_en.html b/doc/spec_en.html index b13a744..b671f86 100644 --- a/doc/spec_en.html +++ b/doc/spec_en.html @@ -1,5 +1,5 @@ 

Overview

-

H5P is a file format for content/applications made using modern, open web technlogies (HTML5). The format enables easy installation and transfer of applications/content on different CMSes, LMSes and other platforms. An H5P canbe uploaded and published on a platform in mostly the same way one would publish a Flash file today. H5P files may also be updated by simply uploading a new version of the file, the same way as one would using Flash.

+

H5P is a file format for content/applications made using modern, open web technlogies (HTML5). The format enables easy installation and transfer of applications/content on different CMSes, LMSes and other platforms. An H5P can be uploaded and published on a platform in mostly the same way one would publish a Flash file today. H5P files may also be updated by simply uploading a new version of the file, the same way as one would using Flash.

H5P opens for extensive reuse of code and wide flexibility regarding what may be developed as an H5P.

The system uses package files containing all necessary files and libraries for the application to function. These files are based on open formats.

Overview of package files

@@ -12,7 +12,7 @@
  • A mandatory file in the root folder named h5p.json
  • An optional image file named h5p.jpg. This is an icon or an image of the application, 512 × 512 pixels. This image may be used by the platform as a preview of the application, and could be included in OG meta tags for use with social media.
  • One content folder, named content. This will contain the preset configuration for the application, as well as any required media files.
  • -
  • One or more library diractories named the same as the library's internal name.
  • +
  • One or more library directories named the same as the library's internal name.
  • h5p.json

    The h5p.json file is a normal JSON text file containing a JSON object with the following predefined properties.

    @@ -27,7 +27,7 @@