S5 (file format)

S5
Filename extension .xhtml, .html
Internet media type application/xhtml+xml
text/html
Developed by Eric Meyer
Type of format Presentation program
Extended from Opera Show Format
Open format? Yes. Public Domain.[1]
Website S5 homepage

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

History

The initial version of S5[1][2] was released by Eric Meyer on October 18, 2004 under a Creative Commons license.[3] With the release of version 1.1 on July 28, 2005, S5 was placed in the public domain.[1]

On July 17, 2006, Ryan King launched s5project.org, "a new community site, dedicated to the S5 Presentation software".[4][5][6][7]

On December 4, 2006, Andreas Gohr announced a DokuWiki plugin that converts Wiki markup to XHTML-compatible S5 presentations.[8]

Structure

The content of an S5 presentation can be stored in a single XHTML file. This file contains several slides which are structured 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 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.

See also

References

  1. ^ a b c Meyer, Eric (28 July 2005). "S5 1.1". http://meyerweb.com/eric/thoughts/2005/07/28/s5-11/. Retrieved 17 August 2010. 
  2. ^ Meyer, Eric (28 July 2005). "S5 1.0 Reference". http://meyerweb.com/eric/tools/s5/v/1.0/structure-ref.html. Retrieved 17 August 2010. 
  3. ^ Meyer, Eric (18 October 2004). "S5 1.0". http://meyerweb.com/eric/thoughts/2004/10/18/ssup5sup-10/. Retrieved 17 August 2010. 
  4. ^ Meyer, Eric (19 July 2006). "S5Project.org". http://meyerweb.com/eric/thoughts/2006/07/19/s5projectorg/. Retrieved 17 August 2010. 
  5. ^ King, Ryan (17 July 2006). "S5Project.org". http://theryanking.com/entries/2006/07/17/s5projectorg/. Retrieved 17 August 2010. 
  6. ^ King, Ryan (16 July 2006). "Annoucing S5Project.org". Archived from the original on 16 May 2008. http://web.archive.org/web/20080516011758/s5project.org/news/2006/07/annoucing-s5projectorg.html. Retrieved 17 August 2010. 
  7. ^ King, Ryan (26 July 2006). "What’s new in S5?". Archived from the original on 24 May 2008. http://web.archive.org/web/20080524211509/s5project.org/news/2006/07/whats-new-in-s5.html. Retrieved 17 August 2010. 
  8. ^ Gohr, Andreas (4 December 2006). "Presentations in DokuWiki". http://www.splitbrain.org/blog/2006-12/04-presentations_in_dokuwiki. Retrieved 29 August 2010. 

External links