Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrouget committed Jul 24, 2011
1 parent 21b7369 commit 5c756d3
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,12 @@ Yo,
DZSlides is a HTML template to build slides in HTML5 and CSS3.
'template.html' is the only file you need.
Shells are extensions. You don't need them for a basic usage.
For a complete presentation, see: http://paulrouget.com/dzslides.

See 'examples/readme/slides.html' to start.

The project contains two shells to handle your slides :

* 'shells/controls.html'
* 'shells/master.html'

To use 'shells/controls.html', you need to put slides url after
controls.html page url. Example :
* 'shells/embedder.html' to embed a presentation in a web page
* 'shells/onstage.html' to show your slides with a control panel

http://localhost/dzslides/shells/controls.html#../examples/tmnt/slides.html


To use 'shells/master.html' you need to set your slides url in URL variable.

Example : open 'master.html' file and change this line :

<script> var URL = "../examples/tmnt/slides.html"; </script>
For a complete presentation, see: http://paulrouget.com/dzslides.

-- @paulrouget

0 comments on commit 5c756d3

Please sign in to comment.