bmstu-mt-wp/Readme.md

44 lines
2.3 KiB
Markdown
Raw Normal View History

2012-12-01 14:37:49 +04:00
# Shower
2012-12-07 17:22:34 +04:00
HTML presentation engine. Follow [@shower_me](http://twitter.com/shower_me/) for support and updates.
2012-12-03 03:21:21 +04:00
To see Shower in action:
2012-12-01 14:37:49 +04:00
2012-12-01 14:45:12 +04:00
- Open [shwr.me](http://shwr.me/)
2012-12-01 14:37:49 +04:00
- Click any slide to enter presentation mode
- Use arrow keys to navigate
- Press `Esc` to exit presentation mode
See more details on [using keyboard](https://github.com/shower/shower/wiki/Shortcuts) to control Shower.
2012-12-01 14:37:49 +04:00
## Using Shower
2012-12-01 14:37:49 +04:00
2013-03-15 09:50:22 +04:00
There are two ways of using Shower: you can get full template [ZIP 1.7 MB](http://shwr.me/template.zip) or just an engine [ZIP 915 KB](http://shwr.me/shower.zip). See more details for beginners and advanced techniques in [Quick Start](https://github.com/shower/shower/wiki/Quick-Start) instructions.
2012-12-07 17:22:34 +04:00
## Printing to PDF
2013-03-13 01:58:46 +04:00
You can print your presentation to PDF using Google Chrome “Print to PDF” option in print dialog or [wkhtmltopdf](http://code.google.com/p/wkhtmltopdf) or [Prince](http://princexml.com).
Example of Shower template printed by Prince: [PDF 435 KB](https://github.com/shower/template/blob/master/index.pdf?raw=true). See more detais on printing in [documentation](https://github.com/shower/shower/wiki/Print).
2012-12-01 14:37:49 +04:00
## Usage examples
- [Clear and Sharp](http://pepelsbey.net/pres/clear-and-sharp/)
- [CSS Management](http://pepelsbey.net/pres/css-management/)
- [Push it!](http://pepelsbey.net/pres/push-it/)
- [Pre-fixes](http://pepelsbey.net/pres/pre-fixes/)
- [Web In Curves](http://pepelsbey.net/pres/web-in-curves/)
- [Sense Coding](http://pepelsbey.net/pres/sense-coding/)
- [Dynamic Graphics](http://pepelsbey.net/pres/dynamic-graphics/)
2012-12-07 17:22:34 +04:00
## Browser support
2012-12-03 03:21:21 +04:00
2012-12-07 17:22:34 +04:00
Supported desktop browsers: Chrome, Internet Explorer, Firefox, Opera, Safari. Only latest stable versions of mentioned browsers are supported.
2012-12-03 03:21:21 +04:00
## 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](https://github.com/shower/shower/issues) with your idea first. Read [contributing rules](https://github.com/shower/shower/blob/master/Contributing.md) for more details.
2012-12-03 03:21:21 +04:00
Main contributors: [pepelsbey](https://github.com/pepelsbey), [jahson](https://github.com/jahson), [miripiruni](https://github.com/miripiruni), [kizu](https://github.com/kizu).
2012-12-03 03:21:21 +04:00
2012-12-03 03:57:01 +04:00
---
Licensed under [MIT License](http://en.wikipedia.org/wiki/MIT_License), see [license page](https://github.com/shower/shower/wiki/MIT-License) for details.