]> git.sur5r.net Git - i3/i3.github.io/commitdiff
use HTML5 doctype instead of XHTML
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 22 Jul 2011 10:59:21 +0000 (12:59 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 22 Jul 2011 10:59:21 +0000 (12:59 +0200)
_templates/i3.mako
index.html.mako

index 042f3c84577321072fe59f83bddb5c99b4c010d6..1450d0bc384dc9a02694c94582338edb2a873f40 100644 (file)
@@ -1,15 +1,14 @@
 <%!
 
-%><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+%><!DOCTYPE html>
 <html>
     <head>
         <meta http-equiv="content-type" content="text/html; charset=utf-8">
         <title>i3 - improved tiling wm</title>
-        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" charset="utf-8" />
-        <meta name="description" content="i3 is a dynamic tiling window manager with clean, readable and documented code, featuring extended Xinerama support, usage of libxcb instead of xlib and several improvements over wmii" />
-        <meta name="keywords" content="i3, window, manager, tiling, keyboard, wmii, x11, xcb, xinerama, utf8" />
-        <meta name="author" content="i3 developers" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen">
+        <meta name="description" content="i3 is a dynamic tiling window manager with clean, readable and documented code, featuring extended Xinerama support, usage of libxcb instead of xlib and several improvements over wmii">
+        <meta name="keywords" content="i3, window, manager, tiling, keyboard, wmii, x11, xcb, xinerama, utf8">
+        <meta name="author" content="i3 developers">
     </head>
     <body>
         <div id="main">
index 07caba781cc3ddff3df1434f79b509a9571ae320..043152a89c4249bc18ca3fb2c994f5a0bc12136d 100644 (file)
@@ -5,7 +5,7 @@
 <div id="info" class="clearfix">
 
     <div id="screens">
-        <img id="screenshot" src="/screenshots/i3-6.png" width="375" height="219">
+        <img id="screenshot" src="/screenshots/i3-6.png" width="375" height="219" alt="i3 screenshot">
     </div>
 
     <h2>Do What I Mean. Good Docs. Clean Code. Sounds good?</h2>