]> sipb.mit.edu Git - ikiwiki.git/blob - doc/forum/Calendar:_listing_multiple_entries_per_day/comment_4_4be39c2043821848d4b25d0bf946a718._comment
mention the fastcgi todo here
[ikiwiki.git] / doc / forum / Calendar:_listing_multiple_entries_per_day / comment_4_4be39c2043821848d4b25d0bf946a718._comment
1 [[!comment format=mdwn
2  username="http://joey.kitenet.net/"
3  nickname="joey"
4  subject="comment 4"
5  date="2012-02-21T17:23:00Z"
6  content="""
7 To be clear, this patch creates a `yyyy/mm/dd` file for each day, listing the posts for that day, so the calendar can link to it rather than a random single post.
8
9 While a valid solution certainly, that's a lot of added pages! Especially a high overhead for such a minor UI point as this.
10
11 Surely something interesting could be done with javascript or some other form of UI to make clicking on a day in a calendar that has multiple posts present a list of them? That would have essentially no overhead, since the calendar plugin already has a list of the posts made on a given day. 
12
13 Ikiwiki already does something similar to deal with the case where a page has a great many backlinks.. It makes a UI element that, if hovered over, pops up a display of all the rest. This is done quite simply in the `page.tmpl`
14 using the popup and balloon CSS classes. Calendar could also use this.
15 """]]