Summary A feature that adds support for RSS Channel Images (for display in aggregators) -

Currently, RSS  Channel Image support is accomplished via the configuration file. There is a new XML Element that tells dasBlog what Image URL to use.

Example:

        <ChannelImageUrl>http://yoursite/yourblog/content/binary/channelImage.gif</ChannelImageUrl>

This should be the full URL to the image file that you wish to use for your channel. While the RSS 2.0 specification allows for varying image sizes, most popular RSS Aggregators expect to find the default image size of:

        width = 88px
        height = 31px

There is currently no configuration support for uploading and defining the image. This means that you'll need to upload your channel image via some other means (FTP, WebDAV, file copy, etc.) and then insert the FULL URL of the image in this XML element. dasBlog will then include the <image> tag in your RSS feed. It will use the title and description for your blog as defined in the configuration file (accepted practice based on RSS spec)

More information: RSS 2.0 Specification for the image element:

http://blogs.law.harvard.edu/tech/rss#ltimagegtSubelementOfLtchannelgt