2 messages in com.googlegroups.bloggerdevPosts feed with parameter 'published-...
FromSent OnAttachments
Gregory22 Nov 2006 22:38 
Pete Hopkins ☠27 Nov 2006 11:01 
Subject:Posts feed with parameter 'published-min' and 'published-max'
From:Gregory (greg@gmail.com)
Date:11/22/2006 10:38:05 PM
List:com.googlegroups.bloggerdev

Hi,

I noticed that the Blogger posts feed doesn't support the two parameters 'published-min/max' as described in GData API protocol at http://code.google.com/apis/gdata/protocol.html, while 'updated-min/max' are avaiable.

Well, the published time can be very useful and it's great if these two parameters would be supported by Blogger feeds. Here's a cool possible usage of them:

As we know that the recent post list in classic template would display the same latest entries in all post pages if the whole blog is rebuilt at once, which could be confusing on site navigating. However, if we make use of the newly released JSON feature, we can easily make an archive-tree just as the non-FTP publishing blogs, or even a calendar on the sidebar with post title marked. The parameter 'published-min/max' is quite useful to implement such cool navigating widgets for classic template users.