I've been wanting to change the calender component so that instead of displaying the current month, it would display a list of months from the current to the stort of my journal. I've seen this done on Movable Type based weblogs... It would look something like:
October 2003 (35)
September 2003 (48)
August 2003 (61)
... and so forth. Each month would be linked to the appropriate calender view, and the number in brackets would be the number of entries made in the month.
However looking at the source for the S2 core, it doesn't look like there's any way to get information for arbitrary months, nor any way to determine the month that the journal was created...
Anyone got any suggestions as to how I could implement it? :)