]> git.sur5r.net Git - i3/i3.github.io/blobdiff - index.html
css: fix logo dimensions
[i3/i3.github.io] / index.html
index 80d8c1391228831c48bcd1231f584ade1056a4fc..47fc52302155e8dce3bcece4b7be320d9e29b097 100644 (file)
@@ -22,7 +22,7 @@ title: Your New Jekyll Site
         <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">4.10.3</span>
+        <span style="margin-left: 2em; color: #c0c0c0">4.13</span>
         </a>
     </div>
 </div>
@@ -48,9 +48,8 @@ we agreed upon the following goals for i3:
     process a Window Manager is responsible of by just reading the source code.
   </li> 
   <li> 
-    Use xcb as far as possible (it does not provide functions for some features
-    yet, like XKB) instead of Xlib. xcb has a much cleaner API and should be faster
-    in quite a lot of situations.
+    Use xcb instead of Xlib. xcb has a much cleaner API and should be faster in
+    quite a lot of situations.
   </li> 
   <li> 
     Implement multi-monitor correctly, that is by assigning each workspace to a
@@ -67,12 +66,6 @@ we agreed upon the following goals for i3:
     when in the 'resize' mode than when you are in the default mode, for
     example.
   </li> 
-  <li> 
-    Do <strong>not</strong> use programs such as autoconf/automake for configuration and
-    creating unreadable/broken makefiles. Instead, use a clean makefile which automatically
-    enables/disables features for specific platforms. Also, document the dependencies
-    properly, so that package maintainers have an easy job packaging i3.
-  </li> 
   <li> 
     Implement an IPC interface for other programs. Provide subscription to
     certain events and accept commands.