Revision history  [back]

RSS feed - question update in item description

My need is to be able to analyse the feed very quickly in order to define if I have to contribute to the question. In the best case, if nothing is needed from my side I should not have to connect myself to askbot.

Currently the description of an item is equal to the title of a question. See the following example.

<item>
    <title>RSS feed for tags</title>
    <link>http://askbot.org/en/question/640/rss-feed-for-tags</link>
    <description>RSS feed for tags</description>
    <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Samuel</dc:creator>
    <pubDate>Tue, 27 Sep 2011 08:27:41 -0500</pubDate>
    <guid>http://askbot.org/en/question/640/</guid>
</item>

It would be helpful if the description had the same information level that the one available in the user's inbox.