Got my old posts out of blogger (the hard way!) and created blosxom posts for them. Unfortunately I don't have access to mod_rewrite on www.gnik.com so I can't make my urls look all nice and pretty... oh well...
![]() |
Mon, 16 Sep 2002
We have go with blosxom
Got my old posts out of blogger (the hard way!) and created blosxom posts for them. Unfortunately I don't have access to mod_rewrite on www.gnik.com so I can't make my urls look all nice and pretty... oh well... Sun, 15 Sep 2002
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? |
|