spalax 2012-03-03 20:30:00 -04:00 committed by admin
parent 53fe1fa546
commit 93a42f9cac
1 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ Here are the differences compared to the [[calendar|plugins/calendar]] plugin.
* No need to rebuild the page containing the calendar each time day changes, or
a page (indexed by the calendar) is added, changed or deleted. This is
particularly useful if you want to have this calendar in the sidebar.
* Handles the case where several pages appear the same day: a popup appear to let user choose the day he wants.
* Smooth navigation among months.
* Neutral
* Most of options are defined in Ikiwiki's setup files instead of the options
@ -18,7 +19,7 @@ Here are the differences compared to the [[calendar|plugins/calendar]] plugin.
* As a consequence, every calendar of the wiki must index the same set of pages.
* Javascript :( .
You can see this plugin in action on [[our website|http://www.gresille.org]].
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.
I do not know how contributions are processed, but if you want to include this plugin in Ikiwiki, I made a copy of Ikiwiki repository, with this new plugin (as well as the documentation for the plugin and the directive).