www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www education/education.html fry/happy-birthday...


From: Jan Owoc
Subject: www education/education.html fry/happy-birthday...
Date: Mon, 29 Aug 2011 15:49:29 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Jan Owoc <jsowoc>       11/08/29 15:49:29

Modified files:
        education      : education.html 
        fry            : happy-birthday-to-gnu.html 
        server/gnun    : gnun.mk 

Log message:
        change to enable validation of <video> tag; please report any breakage

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/education/education.html?cvsroot=www&r1=1.32&r2=1.33
http://web.cvs.savannah.gnu.org/viewcvs/www/fry/happy-birthday-to-gnu.html?cvsroot=www&r1=1.23&r2=1.24
http://web.cvs.savannah.gnu.org/viewcvs/www/server/gnun/gnun.mk?cvsroot=www&r1=1.236&r2=1.237

Patches:
Index: education/education.html
===================================================================
RCS file: /web/www/www/education/education.html,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -b -r1.32 -r1.33
--- education/education.html    28 Aug 2011 14:16:31 -0000      1.32
+++ education/education.html    29 Aug 2011 15:49:12 -0000      1.33
@@ -1,6 +1,6 @@
 <!-- Parent-Version: 1.57 -->
 
-<!--#include virtual="/server/header.html" -->
+<!--#include virtual="/server/html5-header.html" -->
        
 <title>Free Software and Education - GNU Project - Free Software 
 Foundation</title>
@@ -79,11 +79,10 @@
 <a href="/education/misc/edu-misc.html#subtitles">other languages</a>. 
 </p>
 
-<video id="rms-movie" width="512" height="288" preload controls>
-                                       
-<source src="http://audio-video.gnu.org/video/rms-education-es-sub-en.ogv"; 
-type='video/ogg; codecs="theora, vorbis"' />
-                                       
+<video id="rms-movie" width="512" height="288" controls="controls">
+  <source
+    src="http://audio-video.gnu.org/video/rms-education-es-sub-en.ogv"; 
+    type='video/ogg; codecs="theora, vorbis"' />
 </video>
                                
 <p>Download video as 
@@ -148,7 +147,7 @@
 
 <p>Updated:
 <!-- timestamp start -->
-$Date: 2011/08/28 14:16:31 $
+$Date: 2011/08/29 15:49:12 $
 <!-- timestamp end -->
 </p>
 </div>
@@ -178,7 +177,6 @@
 <ul class="translations-list">
 <!-- English -->
 <li><a href="/education/education.html">English</a>&nbsp;[en]</li>
-<li><a href="/education/education.es.html">espa&#x00f1;ol</a>&nbsp;[es]</li>
 </ul>
 </div>
 </div>

Index: fry/happy-birthday-to-gnu.html
===================================================================
RCS file: /web/www/www/fry/happy-birthday-to-gnu.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- fry/happy-birthday-to-gnu.html      29 Jun 2011 00:53:16 -0000      1.23
+++ fry/happy-birthday-to-gnu.html      29 Aug 2011 15:49:17 -0000      1.24
@@ -1,4 +1,4 @@
-<!--#include virtual="/server/header.html" -->
+<!--#include virtual="/server/html5-header.html" -->
 
 <title>Stephen Fry &mdash; Happy birthday to GNU &mdash; The GNU Operating 
System</title>
 
@@ -36,7 +36,14 @@
 
 <h2 class="center">Freedom Fry &mdash; &ldquo;Happy birthday to GNU&rdquo;</h2>
 
-<p style="text-align: center; width: 600px; margin: 1em auto;"><video 
src="http://ftp.gnu.org/video/Stephen_Fry-Happy_Birthday_GNU-hq_600px_780kbit.ogv";
 style="width: 600px; height: 336px" 
thumbnail="http://ftp.gnu.org/video/fry720.jpg"; controls></video></p>
+<p style="text-align: center; width: 600px; margin: 1em auto;">
+<video
+    
src="http://ftp.gnu.org/video/Stephen_Fry-Happy_Birthday_GNU-hq_600px_780kbit.ogv";
+    style="width: 600px; height: 336px"
+    poster="http://ftp.gnu.org/video/fry720.jpg";
+    controls="controls">
+</video>
+</p>
 
 <p class="center">Mr. <a href="http://www.stephenfry.com/";>Stephen Fry</a> 
introduces you to free software, and reminds you of a very special birthday.</p>
 
@@ -219,7 +226,7 @@
 
 <p>Updated:
 <!-- timestamp start -->
-$Date: 2011/06/29 00:53:16 $
+$Date: 2011/08/29 15:49:17 $
 <!-- timestamp end -->
 </p>
 

Index: server/gnun/gnun.mk
===================================================================
RCS file: /web/www/www/server/gnun/gnun.mk,v
retrieving revision 1.236
retrieving revision 1.237
diff -u -b -r1.236 -r1.237
--- server/gnun/gnun.mk 27 Aug 2011 16:44:13 -0000      1.236
+++ server/gnun/gnun.mk 29 Aug 2011 15:49:23 -0000      1.237
@@ -34,9 +34,9 @@
 
 # List of articles for which VALIDATE has no full effect; i.e. the
 # HTML files are never validated.
-no-validate-articles := $(addprefix $(rootdir)/, \
-                          fry/po/happy-birthday-to-gnu, \
-                           education/po/education)
+#no-validate-articles := $(addprefix $(rootdir)/, \
+#                         fry/po/happy-birthday-to-gnu, \
+#                           education/po/education)
 
 ALL_DIRS :=    accessibility \
                award \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]