html5slides-uulm
html5slides-uulm copied to clipboard
Provide an inlining tool for single file presentations
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.