Go to file
Vadim Makeev 03e42200bc Link to PDF added 2012-12-10 14:03:11 +04:00
themes Updated ribbon 2012-12-10 01:47:17 +04:00
.gitmodules Ribbon submodule 2012-12-01 13:56:39 +04:00
Contributing.md Brutal merging of master-new 2012-12-01 13:47:28 +04:00
License.txt Case trick, step two 2012-12-01 14:37:49 +04:00
Readme.md Link to PDF added 2012-12-10 14:03:11 +04:00
shower.js Fix issue with additional GET parameters. Closes #92. 2012-12-10 11:19:31 +09:00

Readme.md

Shower

HTML presentation engine. Follow @shower_me for support and updates.

To see Shower in action:

  • Open shwr.me
  • Click any slide to enter presentation mode
  • Use arrow keys to navigate
  • Press Esc to exit presentation mode

See more details on using keyboard to control Shower.

Taking Shower

There are two ways of taking Shower: you can get full template or just an engine.

To get full template based on shower engine and ribbon theme run following command:

git clone --recursive git@github.com:shower/template.git

To get only shower engine including ribbon theme, run this:

git clone --recursive git@github.com:shower/shower.git

Or you can just download latest version as ZIP file: template or shower.

Printing to PDF

You can print your presentation to PDF using Google Chrome “Print to PDF” option in print dialog, wkhtmltopdf or Prince XML. Print styles should be supplied to a theme for proper results. Please see print styles for the Ribbon theme as example.

Example of Shower template printed by Google Chrome: PDF, 2.3 MB.

Usage examples

Browser support

Supported desktop browsers: Chrome, Internet Explorer, Firefox, Opera, Safari. Only latest stable versions of mentioned browsers are supported.

Contributing

You're always welcome to contibute. Fork project, make changes and send it as pull request. But it's better to file an issue with your idea first.

Main contributors: pepelsbey, jahson, miripiruni, kizu.


Licensed under MIT License, see license page for details.