2010-10-17 18:28:41 +02:00
<!DOCTYPE html>
< html >
< head >
2010-10-17 19:14:55 +02:00
< meta charset = "utf-8" >
2010-10-17 18:28:41 +02:00
< link rel = "icon" type = "image/png" href = "/favicon.png" >
2010-10-17 19:14:55 +02:00
< link rel = "alternate" type = "application/atom+xml" title = "Atom feed of i3.zekjur.net/blog" href = "/blog/atom.xml" >
2010-10-17 18:28:41 +02:00
< meta name = "description" content = "i3 is a dynamic tiling window manager with clean, readable and documented code, featuring extended XRandR 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" >
< title > i3: what’ s new?< / title >
< style type = "text/css" >
body {
text-align: justify;
max-width: 900px;
background-color: #1e1e1e;
color: #c0c0c0;
}
ol li {
margin-bottom: 10px;
}
#menu {
margin-left: -15px;
overflow: hidden;
list-style-type: none;
}
#menu li {
margin-left: 30px;
margin-right: 30px;
float: left;
}
a {
color: #c0c0c0;
text-decoration: underline;
}
.post .date {
font-size: 80%;
color: #a0a0a0;
margin-right: 1em;
}
.post h2 a {
text-decoration: none;
}
< / style >
< / head >
< body >
< img width = "131" height = "125" src = "http://i3.zekjur.net/logo.png" style = "margin-right: 15px" alt = "logo" id = "logo" align = "left" >
< h1 style = "color: red; font-family: georgia; font-size: 3em;margin-bottom: 0;" > i3< / h1 >
< h1 style = "font-family: georgia; font-size: 2em;margin-bottom: 0;" > improved tiling wm< / h1 >
< br style = "height: 0; clear: both;" >
< hr style = "border: 1px solid black; clear: both; margin-top: 5px;" >
< ul id = "menu" >
< li >
< a href = "/" > Goals< / a >
< / li >
< li >
< a href = "/docs/" > Docs< / a >
< / li >
< li >
< a href = "/downloads/" > Downloads< / a >
< / li >
2010-10-17 19:18:04 +02:00
< li >
< a href = "/blog/" > Blog< / a >
< / li >
2010-10-17 18:28:41 +02:00
< li >
< a href = "/screenshots/" > Screens< / a >
< / li >
< li >
< a href = "/bugs" > Bugtracker< / a >
< / li >
< li >
< a href = "/contact/" > Contact< / a >
< / li >
< li >
< a href = "/impress.html" > Impressum< / a >
< / li >
< / ul >
< hr style = "border: 1px solid black; clear: both; margin-top: 15px;" >
{{ content }}
< / body >
< / html >