[xiph-commits] r9984 - in websites/xspf.org: . css ssi

atamido at svn.xiph.org atamido at svn.xiph.org
Wed Sep 7 10:46:13 PDT 2005


Author: atamido
Date: 2005-09-07 10:46:11 -0700 (Wed, 07 Sep 2005)
New Revision: 9984

Modified:
   websites/xspf.org/css/screen.css
   websites/xspf.org/index.shtml.en
   websites/xspf.org/ssi/pagebottom.include
Log:
Some validation fixes.

Modified: websites/xspf.org/css/screen.css
===================================================================
--- websites/xspf.org/css/screen.css	2005-09-07 17:20:25 UTC (rev 9983)
+++ websites/xspf.org/css/screen.css	2005-09-07 17:46:11 UTC (rev 9984)
@@ -120,6 +120,18 @@
   clear: both;
 }
 
+#copyright .hiddenlinks {
+	color: #EFEFEF;
+}
+
+#copyright .hiddenlinks a {
+	color: #EFEFFF;
+}
+
+#copyright .hiddenlinks a:hover {
+	color: #0000FF;
+}
+
 #copyright p {
 	margin-top: 0;
 	margin-bottom: 0;

Modified: websites/xspf.org/index.shtml.en
===================================================================
--- websites/xspf.org/index.shtml.en	2005-09-07 17:20:25 UTC (rev 9983)
+++ websites/xspf.org/index.shtml.en	2005-09-07 17:46:11 UTC (rev 9984)
@@ -1,35 +1,36 @@
-<!--#include virtual="/ssi/header.include" -->
-<!--  Enter custom page information and styles here -->
-
-<title>XSPF: XML Shareable Playlist Format: Home</title>
-<style type="text/css">
-<!--
-#home_ a {
-	text-decoration: underline;
-}
--->
-</style>
-
-<!--#include virtual="/common/xiphbar.include" -->
-<!--#include virtual="/ssi/pagetop.include" -->
-<!--  All your page content goes here  -->
-
-<h1>XSPF Home</h1>
-
-<p>XSPF is the XML format for sharing playlists.</p>
-<ul>
-<li>It is <em>open</em> -- No proprietary lock-in.</li>
-<li>It is <em>portable</em> -- You should be able to send a playlist to your friend and have it work.</li>
-<li>It is <em>well-engineered</em> -- Most playlist formats get the easy things wrong.</li>
-</ul>
-<dl>
-<dt>Unlike M3U</dt>
-<dd>XSPF is XML.</dd>
-<dt>Unlike SMIL</dt>
-<dd>XSPF is simple.</dd>
-<dt>Unlike ASX</dt>
-<dd>XSPF is open.</dd>
-</dl>
-
-
-<!--#include virtual="/ssi/pagebottom.include" -->
+<!--#include virtual="/ssi/header.include" -->
+<!--  Enter custom page information and styles here -->
+
+<title>XSPF: XML Shareable Playlist Format: Home</title>
+<style type="text/css">
+<!--
+#home_ a {
+	text-decoration: underline;
+}
+-->
+</style>
+</head>
+<body>
+<!--#include virtual="/common/xiphbar.include" -->
+<!--#include virtual="/ssi/pagetop.include" -->
+<!--  All your page content goes here  -->
+
+<h1>XSPF Home</h1>
+
+<p>XSPF is the XML format for sharing playlists.</p>
+<ul>
+<li>It is <em>open</em> -- No proprietary lock-in.</li>
+<li>It is <em>portable</em> -- You should be able to send a playlist to your friend and have it work.</li>
+<li>It is <em>well-engineered</em> -- Most playlist formats get the easy things wrong.</li>
+</ul>
+<dl>
+<dt>Unlike M3U</dt>
+<dd>XSPF is XML.</dd>
+<dt>Unlike SMIL</dt>
+<dd>XSPF is simple.</dd>
+<dt>Unlike ASX</dt>
+<dd>XSPF is open.</dd>
+</dl>
+
+
+<!--#include virtual="/ssi/pagebottom.include" -->

Modified: websites/xspf.org/ssi/pagebottom.include
===================================================================
--- websites/xspf.org/ssi/pagebottom.include	2005-09-07 17:20:25 UTC (rev 9983)
+++ websites/xspf.org/ssi/pagebottom.include	2005-09-07 17:46:11 UTC (rev 9984)
@@ -5,10 +5,9 @@
 	<p>The Xiph Fish Logo and the Vorbis.com many-fish logos are trademarks (&trade;) of Xiph.Org.</p>
 	<p>These pages &copy; 1994 - 2005 Xiph.Org. All rights reserved.</p>
 	<p class="hiddenlinks"><!--#config timefmt="%B %d, %Y" -->Last Modified: <a href="http://trac.xiph.org/cgi-bin/trac.cgi/browser/websites/xspf.org<!--#echo var="DOCUMENT_URI" -->"><!--#echo var="LAST_MODIFIED" --></a></p>
-	<p class="hiddenlinks">Validate <a href="http://validator.w3.org/check?verbose=1&uri=http%3A//xspf.xiph.org<!--#echo var="DOCUMENT_URI" -->">XHTML</a> and <a href="http://jigsaw.w3.org/css-validator/validator?uri=http://xspf.xiph.org<!--#echo var="DOCUMENT_URI" -->">CSS</a></p>
+	<p class="hiddenlinks">Validate <a href="http://validator.w3.org/check?uri=http://xspf.xiph.org<!--#echo var="DOCUMENT_URI" -->">XHTML</a> and <a href="http://jigsaw.w3.org/css-validator/validator?uri=http://xspf.xiph.org<!--#echo var="DOCUMENT_URI" -->">CSS</a></p>
 </div>
 
 </div>
-</div>
 </body>
 </html>
\ No newline at end of file



More information about the commits mailing list