Edit page blog/2009/April
authorbernie <bernie@217.133.10.139>
Sat, 2 May 2009 10:48:21 +0000 (12:48 +0200)
committerGeekiGeeki <webmaster@codewiz.org>
Sat, 2 May 2009 10:48:21 +0000 (12:48 +0200)
blog/2009/April
sys/geekigeeki.css

index 9b7d42dc85b91506c8543929797ed25e872e91a8..aa68835984f0fb7e61023113904edc90a7184d57 100644 (file)
@@ -4,6 +4,22 @@
 
 TODO
 
 
 TODO
 
+==== Productive flight ====
+
+**UPDATE**: On the flight back to Europe, I spent some time to add lots of new goodies to [[GeekiGeeki]],
+including a nice grid view for photos, the possibility to specify css style for links and inline objects,
+and automatic generation of human-readable link tags from wiki URLs, which should make the wiki markup
+much cleaner.  As usual, these additions resulted in simplification of the codebase and (almost) zero 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.  If things seem stable, I think
+I'll release v4.0 soon.
+
 === April 29th: Back to Tokyo ===
 
 TODO
 === April 29th: Back to Tokyo ===
 
 TODO
index 1ad56c72689c785fdab80e886e1b1cac11480924..ba0f20f7e44041b49ae8c5b137a483b159364c63 100644 (file)
@@ -25,6 +25,7 @@ h1 {
        color: #3377FF;
        border: #5599EE;
        background-color: #C2E2FF;
        color: #3377FF;
        border: #5599EE;
        background-color: #C2E2FF;
+       clear: both;
 
        margin-bottom: 0.2em;
        margin-top: 2em;
 
        margin-bottom: 0.2em;
        margin-top: 2em;
@@ -44,6 +45,7 @@ h2 {
        color: #22AA33;
        border: #22AA33;
        background-color: #E8F8F0;
        color: #22AA33;
        border: #22AA33;
        background-color: #E8F8F0;
+       clear: both;
 
        margin-left: 5px;
        margin-right: 5px;
 
        margin-left: 5px;
        margin-right: 5px;
@@ -199,6 +201,7 @@ div.nav {
        border: none;
        border-top: 1px solid #bbbbbb;
        margin: 0 0;
        border: none;
        border-top: 1px solid #bbbbbb;
        margin: 0 0;
+       clear: both;
 }
 
 #footer :link, #footer :visited {
 }
 
 #footer :link, #footer :visited {