[tiled] r593 - website/src

svn@biggeruniverse.com svn at biggeruniverse.com
Sat Apr 1 05:05:27 PST 2006


Author: bjorn
Date: 2006-04-01 07:05:26 -0600 (Sat, 01 Apr 2006)
New Revision: 593

Modified:
   website/src/generate_page.xsl
Log:
* Updated my email address
* Upgraded validation to XHTML 1.1 and added CSS validation
* Removed "hosted by RPGDX" as the website is now on mapeditor.org


Modified: website/src/generate_page.xsl
===================================================================
--- website/src/generate_page.xsl	2006-03-26 12:12:56 UTC (rev 592)
+++ website/src/generate_page.xsl	2006-04-01 13:05:26 UTC (rev 593)
@@ -9,8 +9,8 @@
     method="xml"
     indent="yes"
     media-type="text/html"
-    doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
-    doctype-system="DTD/xhtml1-strict.dtd"
+    doctype-public="-//W3C//DTD XHTML 1.1//EN"
+    doctype-system="DTD/xhtml11.dtd"
     encoding="ISO-8859-1" />
 
 
@@ -48,13 +48,15 @@
             <xsl:copy-of select="content/*" />
           </div>
           <div id="footer">
+	    <a href="http://jigsaw.w3.org/css-validator/check/referer">
+	      <img style="margin-top: 3px; float: right; border: 0; width: 88px; height: 31px;" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"/>
+	    </a>
             <a href="http://validator.w3.org/check?uri=referer">
-              <img src="http://www.w3.org/Icons/valid-xhtml10" height="31" width="88" alt="Valid XHTML 1.0!" style="margin-top: 3px; float: right;"/>
+              <img src="http://www.w3.org/Icons/valid-xhtml11" height="31" width="88" alt="Valid XHTML 1.0!" style="margin-top: 3px; float: right; margin-right: 5px;"/>
             </a>
-            Hosted by <a href="http://rpgdx.net/">rpgdx.net</a><br />
-            Tiled &copy;2004 by
+            Tiled &copy;2004-2006 by<br />
             <a href="mailto:aturk at biggeruniverse.com">Adam Turk</a> and
-            <a href="mailto:b.lindeijer at xs4all.nl">Bj&oslash;rn Lindeijer</a>.<br />
+            <a href="mailto:bjorn at lindeijer.nl">Bj&oslash;rn Lindeijer</a>.<br style="clear: both;" />
           </div>
           </div>
         </div>




More information about the tiled-commit mailing list