From: Jeff D. <da...@da...> - 2001-11-10 05:07:29
|
I just checked a calendar plugin into the CVS. It needs a bit more work, but is functional. It's basically a clone of Gary's calendar. Quick howto: In a wiki-page, say 'MyCalendar', put a line like: <?plugin Calendar?> Now a calendar for the current month will magically appear. (You can get to the next month, or the previous month, by clicking on the arrows (actually '<' or '>') on either side of the month name.) Clicking on a date gets you to a wiki-page for that date. By default, the date page names are something like 'MyCalendar:2001-10-09' (you can change this using the 'prefix' and 'date_format' optional arguments to the plugin.) -- -- Jeff Dairiki <da...@da...> |