[xiph-commits] r4055 - itext

silvia at svn.annodex.net silvia at svn.annodex.net
Thu Oct 29 02:03:26 PDT 2009


Author: silvia
Date: 2009-10-29 02:03:26 -0700 (Thu, 29 Oct 2009)
New Revision: 4055

Modified:
   itext/index.html
Log:
Integrated new demos into the index page.


Modified: itext/index.html
===================================================================
--- itext/index.html	2009-10-29 09:03:20 UTC (rev 4054)
+++ itext/index.html	2009-10-29 09:03:26 UTC (rev 4055)
@@ -65,11 +65,11 @@
     
     <h1>Demos of HTML5 Video and Audio Tag Accessibility</h1>
 
+    <p>This is a collection of demos to experiment with accessibility for the new audio and video elements in HTML5.</p>
+
     <h2>Version 1 itext experiments</h2>
       <article>
 
-      <p>This is a collection of demos to experiment with accessibility for the new audio and video elements in HTML5.</p>
-
   <a class="shot" href="elephant_no_skin.html">
     <img class="scshot" src="images/elephant_no_skin.png"/>
   </a>
@@ -95,16 +95,39 @@
   </div>
   <div style="clear: both;"/>
 
-  <a class="shot" href="mediafrag.html">
-    <img class="scshot" src="images/mediafrag.png">
-  </a>
-  <div class="para">
-    <p><a href="mediafrag.html">"Elephants Dream" movie</a> with a demonstration of how to directly jump to time offsets in videos through URL changes and URL addressing</p>
-  </div>
-  <div style="clear: both;"/>
+  </article>
 
-</article>
+  <h2>Version 2 itext experiments</h2>
+  <article>
+    <a class="shot" href="elephant_no_skin_v2.html">
+      <img class="scshot" src="images/elephant_no_skin.png"/>
+    </a>
+    <div class="para">
+    <p><a href="elephant_no_skin_v2.html">"Elephants Dream" movie</a> with subtitles and captions in many different languages, with chapter markers, and textual audio annotations for screen readers - Version 2 itext
+      </p>
+    </div>
+    <div style="clear: both;"/>
+  </article>
+      
+  <h2>Media Fragment Addressing experiments</h2>
+  <article>
+    <a class="shot" href="mediafrag.html">
+      <img class="scshot" src="images/mediafrag.png">
+    </a>
+    <div class="para">
+      <p><a href="mediafrag.html">"Elephants Dream" movie</a> with a demonstration of how to directly jump to time offsets in videos through URL changes and URL addressing</p>
+    </div>
+    <div style="clear: both;"/>
 
+    <a class="shot" href="mediafrag_multiple_servers.html">
+      <img class="scshot" src="images/mediafrag.png">
+    </a>
+    <div class="para">
+      <p><a href="mediafrag_multiple_servers.html">Two independent demos of media fragments</p>
+    </div>
+    <div style="clear: both;"/>
+  </article>
+
 <div style="padding: 20px 0 0 0;">
 <h2>Test Files</h2>
 



More information about the commits mailing list