Welcome to GNIKville...

Sun, 15 Sep 2002

Created a shortcut icon for www.gnik.com

Used Graphic Converter to create a 16x16 .ico to use as a shortcut icon... here's a what it should look like:   or or or or ??? ... Not terribly exciting I guess...

Calendar widget for blosxom

Added preliminary support for a little calendar showing days with posts... What works: - current month - within a category Still todo: - navigate to previous months - look into scalability (100's, 1000's of posts?)

Inserting <br> before newlines

Added support to blosxom to insert HTML line breaks before all newlines in a post. This makes writing psuedo-HTML fun and easy! The diff from 0+5i:   29a30,32   > # Insert <br> tags with newlines?   > my $insert_br = 1;   >   111a115   > $body =~ s/\n/<br>\n/g if $insert_br;

Issue of relying on the file modification time for post time...

I guess it may be desireable that when you modify a post to have it re-posted with the modification time... But what if you don't want that to happen? What if you copy all your files and loose the modification times? What if your website hosting facility is in another timezone and all the times come out in the wrong timezone after bing rsync'ed?

 







Last modified: Fri, Mar 20 02:18:23 2009 GMT