Share on Facebook Share on Twitter Email
Answers.com

S5

 
Wikipedia: S5 (file format)

S5 (Simple Standards-Based Slide Show System) is an XHTML-based file format for defining slideshows. It was created by Eric Meyer as an alternative to the browser-centric Opera Show Format. S5 is not a presentation program, but fulfills the same purpose in combination with a standards-compliant web browser.

Contents

Design

The text of an S5 presentation can be stored in a single XHTML file. This file contains several slides which are coded in the following way.

<div class="slide">
 <h1>slide title</h1>
 <ul>
   <li>the first point</li>
   <li>the second point</li>
   <li>the third point</li>
 </ul>
 <div class="handout">
  ... additional material that appears
     on the handout
 </div>
</div>

S5 presentations can be viewed in outline and slideshow mode – Cascading Style Sheets (CSS) are used to define different layouts for outline, slideshow and print. Navigation controls, a dynamically generated list of slides and accesskeys allow browsing back and forth.

A more semantic version of the S5 format is based on the XOXO microformat and uses <li class="slide"> instead of divs for the slides, as well as <ol class="xoxo presentation"> instead of a div for the overall presentation.

History

On July 28, 2005, the S5 format and software was placed in the public domain by Eric Meyer.

On September 7, 2005, Carsten Bormann released S6, a "synchronized S5" for coordinated display of an S5 slideshow to a number of different users.

On July 17, 2006, Ryan King launched s5project.org, "a new community site, dedicated to the S5 Presentation software".

In December 2006, Christian Effenberger launched S5 Reloaded, an extended version of S5 with new features such as autorun, scalable images, sound support, transition effects and new themes.

See also

External links


Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
Shopping: S5
Top
 
 

 

Copyrights:

Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "S5 (file format)" Read more