Introduction

This is the developer documentation for using the LATEST CORE (LC) template to generate lessons for MetEd. The LC template is a semi-standalone php site that uses Server-Side Rendering to display inside MetEd, but can be exported as a fully static site using the Download function.

Each LC based lesson should contain the following file tree structure:

~root

  • assets

    • module-cover.jpg

    • modulename-thumb.jpg

  • bootstrap

    • css

    • fonts

    • js

  • css

    • fonts

    • meted-base.min.css

    • module-custom.css

    • module-print.css

  • ie-support

    • html5shiv.js

    • ie-support.css

    • respond.js

  • jquery

    • apps

    • img

    • meted-player

    • defaults.js

    • module-custom.js

    • jquery.min.js

    • jquery-plugins.min.js

    • jquery-ui.min.js

    • jquery-ui.min.css

  • media

    • audio

    • graphics

    • loops

    • video

  • modernizr

    • modernizer.min.js

  • index.htm

  • download.php

  • media_gallery.php

  • index.htm

  • print.php

  • navmenu.php

  • navmenu.inc.php

  • pageTemplate.php

  • simple_html_dom.php

Last updated