]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins/contrib/jscalendar.mdwn
5c4983a4490864afa572346844d579c79c78a609
[ikiwiki.git] / doc / plugins / contrib / jscalendar.mdwn
1 [[!meta title="Javascript equivalent of plugin 'calendar'"]]
2
3 # Jscalendar
4
5 Jscalendar is a javascript equivalent to the [[calendar|plugins/calendar]] plugin. Here are some differences compared to this latter plugin.
6
7 * Pros
8   * No need to rebuild the page containing the calendar each time day changes, or
9     a page (indexed by the calendar) is added, changed or deleted. This is
10     particularly useful if you want to have this calendar in the sidebar.
11   * Handles the case where several pages appear the same day: a popup appear to let user choose the day he wants.
12   * Smooth navigation among months.
13 * Neutral
14   * Most of options are defined in Ikiwiki's setup files instead of the options
15     of the directive.
16 * Cons
17   * As a consequence, every calendar of the wiki must index the same set of pages.
18   * Javascript :( .
19
20 You can see this plugin in action on [[our website|http://www.gresille.org]]. To see what happens when several pages happens on the same day, check the 15th of March 2012.
21
22 Code and documentation can be found here : [[https://atelier.gresille.org/projects/gresille-ikiwiki/wiki/Jscalendar]]
23
24 -- Louis