updated docs for layer
[sdlgit/SDL-Site.git] / layout.html
index 01a45ea..9c60775 100644 (file)
@@ -1,34 +1,46 @@
-<html>\r
-       <head>\r
-               <link rel="stylesheet" type="text/css" href="default.css" />\r
-               <link rel="stylesheet" type="text/css" href="pod.css" />\r
-               <title>Simple DirectMedia Library Bindings for Perl</title>\r
-       </head>\r
-       <body>\r
-               <div id="background">\r
-                       <table id="mainTable" cellspacing="0" cellpadding="0">\r
-                               <tr>\r
-                                       <td id="upperLeft"></td>\r
-                                       <td id="upperRight">\r
-                                               <a href="index.html">Home</a>\r
-                                               &middot;&middot;&middot;\r
-                                               <a href="index.html">Articles</a>\r
-                                               &middot;&middot;&middot;\r
-                                               <a href="index.html">Documentation</a>\r
-                                               &middot;&middot;&middot;\r
-                                               <a href="index.html">Irc</a>\r
-                                               &middot;&middot;&middot;\r
-                                               <a href="index.html">Download</a>\r
-                                               &middot;&middot;&middot;\r
-                                       </td>\r
-                               </tr>\r
-                               <tr>\r
-                                       <td id="lowerLeft"></td>\r
-                                       <td id="lowerRight">\r
-                                               <div id="main" />\r
-                                       </td>\r
-                               </tr>\r
-                       </table>\r
-               </div>\r
-       </body>\r
-</html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
+       <head>
+               <meta http-equiv="content-type" content="application/xhtml+xml;charset=utf-8" />
+               <link rel="stylesheet" type="text/css" href="assets/default.css" charset="iso-8859-1" />
+               <link rel="stylesheet" type="text/css" href="assets/blog.css"    charset="iso-8859-1" />
+               <link rel="stylesheet" type="text/css" href="assets/pod.css"     charset="iso-8859-1" />
+               <title>Simple DirectMedia Library Bindings for Perl</title>
+       </head>
+       <body>
+               <div id="background">
+                       <table id="mainTable" cellspacing="0" cellpadding="0">
+                               <tr>
+                                       <td id="upperLeft"></td>
+                                       <td id="upperRight">
+                                               <a href="index.html">Home</a>
+                                               &middot;&middot;&middot;
+                                               <a href="blog-0000.html">Articles</a>
+                                               &middot;&middot;&middot;
+                                               <a href="documentation.html">Documentation</a>
+                                               &middot;&middot;&middot;
+                                               <a href="http://github.com/PerlGameDev/SDL">Dev</a>
+                                               &middot;&middot;&middot;
+                                               <a href="http://widget.mibbit.com/?settings=89f140215d60860684cee2f6a917607f&amp;server=irc.perl.org&amp;channel=%23sdl">Irc</a>
+                                               &middot;&middot;&middot;
+                                               <a href="http://search.cpan.org/dist/SDL">Download</a>
+                                               &middot;&middot;&middot;
+                                               <a href="about.html">About</a>
+                                       </td>
+                               </tr>
+                               <tr>
+                                       <td id="lowerLeft"></td>
+                                       <td id="lowerRight">
+                                               <div id="main" />
+                                       </td>
+                               </tr>
+                               <tr>
+                                       <td id="footerLeft"></td>
+                                       <td id="footerRight">&copy;2009. designed by <a href="http://github.com/FROGGS" target="_blank">FROGGS</a>, 
+                                                                        hosted by <a href="http://www.shadowcat.co.uk/blog/matt-s-trout" target="_blank">mst</a>, 
+                                                                                                        maintained by <a href="http://yapgh.blogspot.com" target="_blank">kthakore</a></td>
+                               </tr>
+                       </table>
+               </div>
+       </body>
+</html>