html5slides-uulm icon indicating copy to clipboard operation
html5slides-uulm copied to clipboard

Provide an inlining tool for single file presentations

Open berb opened this issue 14 years ago • 0 comments

In order to provide self-contained presentations, an inlining tool would be helpful. It should provide the following features:

  • embed all stylesheets and script files directly into the HTML file
  • resolve any external resources (image files etc.) and create base64 encoded versions
  • embded the external resources into the HTML file using data-URIs

Possible solution: node.js-based script using jsdom for accessing and manipulating the HTML5 DOM.

berb avatar Jul 27 '11 09:07 berb