Blog | Roadmap | Browse Source | View Tickets | Register | Trac Login | Forgot Password?

Slides in ICE

References

Slideous
http://goessner.net/articles/slideous/slideous.html

What are slides in ICE

ICE is able to convert simple tables from your word processor document, into a slideshow. Slideous is used to implement slides in ICE.

When rendered to HTML any table containing a heading with the style 'h-slide' are transformed into a div with the class 'slide'. A slide rendition is created by ICE using the slide.xhtml template, when this rendition is used with Slideous, the content of each table is displayed one at a time just like a slideshow.

How-to instructions

  1. Create a document in either Word or Writer.

  2. Insert a table with a single column and two rows.

  3. Add a slide title and style it with a header style (h-slide)

  4. Add content

For example:

Slide title (h-slide)

Slide content

Example

The 'About ICE' document is not only a HTML file and PDF but is also a slide derived from a single word processor file (in this case about.odt).

Customizing your slides

Skin files
Slides are built into the skin and can be customized by adding and modifying the files in the directory /skin/slide
slide.xhtml template file used to create the slide rendition
slide.css CSS for the slide
slideous.js JavaScript file used to display the HTML page as a slide

Download

Download sample file.
previous up next