]> git.sur5r.net Git - i3/i3.github.io/blobdiff - index.html.mako
remove obsolete blog controller
[i3/i3.github.io] / index.html.mako
index 8ba230177e2754bfa60589f6a9c2c5cdb00631af..466b214b27ae2d7ebecf418777e6ed49fd7d0711 100644 (file)
@@ -6,7 +6,8 @@
 
     <div id="screens">
         <a href="/screenshots/" title="view more screenshots of i3">
-        <img id="screenshot" src="/screenshots/i3-9.bigthumb.png" width="375" height="234" border="0" alt="i3 screenshot">
+        <img id="screenshot" src="/screenshots/i3-9.bigthumb.png" width="375" height="234" alt="i3 screenshot"
+        srcset="/screenshots/i3-12.bigthumb.jpg 2x">
         </a>
     </div>
 
         <a href="/downloads">
         <span style="font-weight: bold; color: #3A8ECD; margin-right: .5em">➡</span>
         Download the latest version
-        <span style="margin-left: 2em; color: #c0c0c0">3.ε</span>
+        <span style="margin-left: 2em; color: #c0c0c0">4.8</span>
         </a>
     </div>
 </div>
 
 <div id="content">
 <p>
-i3 is a tiling window manager, completely written from scratch. It is primarily
-targeted at advanced users and developers. Based upon the experiences we made
-when wanting to hack/fix wmii, we agreed upon the following goals for i3:
+i3 is a <a href="http://en.wikipedia.org/wiki/Tiling_window_manager">tiling
+window manager</a>, completely written from scratch. The target platforms are
+GNU/Linux and BSD operating systems, our code is Free and Open Source Software
+(FOSS) under the BSD license. i3 is primarily targeted at advanced users and
+developers. Based upon the experiences we made when wanting to hack/fix wmii,
+we agreed upon the following goals for i3:
 </p> 
  
 <ol> 
@@ -81,8 +85,7 @@ when wanting to hack/fix wmii, we agreed upon the following goals for i3:
   </li> 
   <li> 
     The usual elitism amongst minimal window managers: Don’t be bloated, don’t be fancy
-    (simple borders are the most decoration we want to have), don’t add support for Xft
-    and blurred fonts.
+    (simple borders are the most decoration we want to have).
     <br /> 
     However, we do not enforce unnecessary limits such as a maximum amount of source lines
     of code. If it needs to be a bit bigger, it will be.