Edit page blog/2009/April
[wiki.git] / blog / 2009 / April
index b22c32cff34b5151bacbe507762dabf601a2d445..37dfe96e881b48b31e7dc916dfcec86bf2679208 100644 (file)
@@ -6,15 +6,17 @@ TODO
 
 ==== GEEK UPDATE: A productive flight ====
 
-On the flight back to Europe, I spent some time hacking on [[GeekiGeeki]] to add goodies such as
+On the flight back to Europe, I spent some time hacking on [[GeekiGeeki]] to add little goodies such as
 
- * a grid view for photos
- * automatic generation of human-readable link tags from wiki URLs
- * a common parser for argument lists such as "foo|bar=1|baz=3"
- * the ability to specify css style for links and inline objects, which you can use to create thumbnails floating on the right or left
+ * a grid view for photos;
+ * automatic generation of human-readable link tags from wiki URLs;
+ * a common parser for argument lists such as "foo|bar=1|baz=3";
+ * the ability to specify css style for links and inline objects, which I'm using to produce
+ floating thumbnails on the side of pages without resorting to HTML
 
-These should make the wiki markup much lighter.  As usual, these additions resulted in
-simplification of the codebase rather than code bloat :-)
+These new features will make my wiki markup even lighter than before.
+Moreover, these additions actually resulted in further //simplification//
+of the codebase rather than code bloat.  Way to go!
 
 {{{
 git diff --stat v3.0..HEAD geekigeeki.py