X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=blog%2F2009%2FApril;h=5e9d903753e9f8e9f3e25e696bbb85fbd2fe11b3;hb=564f689f0c108a85b8bbfde818af498b3de3cc15;hp=9b7d42dc85b91506c8543929797ed25e872e91a8;hpb=2af8763795bc31cc48175bf5c5cd6a75497a2b92;p=wiki.git diff --git a/blog/2009/April b/blog/2009/April index 9b7d42d..5e9d903 100644 --- a/blog/2009/April +++ b/blog/2009/April @@ -4,6 +4,29 @@ TODO +==== GEEK UPDATE: A productive flight ==== + +On the flight back to Europe, I spent some time hacking on [[GeekiGeeki]] to add 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 + +These should make the wiki markup much lighter. As usual, these additions resulted in +simplification of the codebase rather than code bloat :-) + +{{{ +git diff --stat v3.0..HEAD geekigeeki.py +geekigeeki.py | 709 ++++++++++++++++++++++++++++----------------------------- +1 files changed, 352 insertions(+), 357 deletions(-) +}}} + +If you see any regressions in the output, please report them to me. I'm hoping to release +4.0 soon. + +Tags: [[tags/stuff_that_matters]] [[tags/!bloat]] [[tags/as_simple_as_possible]] [[tags/but_no_simpler]] + === April 29th: Back to Tokyo === TODO