2006-02-07
00:18:57

I did again update my main site. The layout is the same (with some minor tweaks), but what changed?

  • Now there are feeds for my gallery available, so you can easily follow updates: For this I used an enhanced version of the FeedCreator class (with ATOM 1.0 support). After changing my PHP layout (see below) it was quite easy to add these feeds…
  • There's a new, much better favicon for this site:
    favicon
  • There's a similar, distinct, icon used for the RSS feeds now:
    icon for feed
  • I changed the internals pretty heavily, even though the output should be almost the same. For the first version I didn't use any classes at all, it was just straight scripting with some functions. But this made some thing pretty complicated, e.g. writing a plugin for Nucleus which will show a random image (the current version is just a left over of the old site and doesn't get updated any longer). So I did refactor the code… It's not perfect yet, but much easier to maintain. It wouldn't be too difficult to move my image date to a database now (and maybe even the text) for instance. I think that's a task for the near future after I did the plugin.