readme update
[reveal.js.git] / README.md
1 # reveal.js
2
3 A CSS 3D slideshow tool for quickly creating good looking HTML presentations. Requires a browser with support for CSS 3D transforms, querySelector and classList. Does not _rely_ on any external libraries but [highlight.js](http://softwaremaniacs.org/soft/highlight/en/description/) is included by default for code highlighting.
4
5 Curious about how this looks in action? [Check out the demo page](http://lab.hakim.se/reveal-js/).
6
7 # History
8
9 ### 1.0
10
11 - New and improved style
12 - Added controls in bottom right which indicate where you can navigate
13 - Reveal views in iteratively by giving them the .fragment class
14 - Code sample syntax highlighting thanks to [highlight.js](http://softwaremaniacs.org/soft/highlight/en/description/)
15 - Initialization options (toggling controls, toggling rolling links, transition theme)
16
17 ### 0.3
18
19 - Added licensing terms
20 - Fixed broken links on touch devices
21
22 ### 0.2
23
24 - Refactored code and added inline documentation
25 - Slides now have unique URL's
26 - A basic API to invoke navigation was added
27
28 ### 0.1
29 - First release
30
31
32 # License
33
34 MIT licensed
35
36 Copyright (C) 2011 Hakim El Hattab, http://hakim.se