Edit page blog/2009/April
[wiki.git] / blog / 2009 / April
index f9358751b99d3948774b6ab49028f19546d1641d..37dfe96e881b48b31e7dc916dfcec86bf2679208 100644 (file)
@@ -11,10 +11,12 @@ On the flight back to Europe, I spent some time hacking on [[GeekiGeeki]] to add
  * 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";
  * 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
+ * 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
 
 {{{
 git diff --stat v3.0..HEAD geekigeeki.py