Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide an inlining tool for single file presentations #3

Open
berb opened this issue Jul 27, 2011 · 0 comments
Open

Provide an inlining tool for single file presentations #3

berb opened this issue Jul 27, 2011 · 0 comments

Comments

@berb
Copy link
Owner

berb commented Jul 27, 2011

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant