aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/Calendar:_listing_multiple_entries_per_day.mdwn
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU <Matt@web>2011-11-19 17:24:43 -0400
committeradmin <admin@branchable.com>2011-11-19 17:24:43 -0400
commit22feeab04311b4c0e4b1bf417a7452703eb9214c (patch)
tree4357a68508c0ba0d1e36985d874afcf1efc39411 /doc/forum/Calendar:_listing_multiple_entries_per_day.mdwn
parentf5205731d99f3d706ede67745f7c2b01a24fb904 (diff)
downloadikiwiki-22feeab04311b4c0e4b1bf417a7452703eb9214c.tar
ikiwiki-22feeab04311b4c0e4b1bf417a7452703eb9214c.tar.gz
Diffstat (limited to 'doc/forum/Calendar:_listing_multiple_entries_per_day.mdwn')
-rw-r--r--doc/forum/Calendar:_listing_multiple_entries_per_day.mdwn17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/forum/Calendar:_listing_multiple_entries_per_day.mdwn b/doc/forum/Calendar:_listing_multiple_entries_per_day.mdwn
new file mode 100644
index 000000000..d042096ff
--- /dev/null
+++ b/doc/forum/Calendar:_listing_multiple_entries_per_day.mdwn
@@ -0,0 +1,17 @@
+Hi,
+
+I'd very much like to be able to list my blog posts on a daily basis (used for logging work) - rather than have the Calendar plugin return the first post only.
+
+There was some effort to do this as detailed here.
+
+http://ikiwiki.info/todo/Set_arbitrary_date_to_be_used_by_calendar_plugin/
+
+I had a quick go at doing something similar on Debian Stable (Ikiwiki 3.0) but alas my Ikiwiki fu is not strong enough.
+
+I'm not sure how I go about swapping the link on the day number to a link to, I guess, a dynamically generated page of links?
+
+ $linkcach{"$year/$mtag/$mday"}{$p} = ${p}
+
+and a suitable whilst loop looks to be all that's needed...
+
+Any pointers appreciated.