]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/todo/pal_plugin.mdwn
Update to r10 of the gallery plugin, as per <http://ned.snow-crash.org:8080/svn/ikiwi...
[git.ikiwiki.info.git] / doc / todo / pal_plugin.mdwn
1 A plugin to generate calendars using [pal](http://palcal.sourceforge.net/).
3 Main issues:
5 * pal's HTML output is not valid (fixed in pal SVN)
6 * make sure it's secure
7 * calendars change with time, so ikiwiki would need to be run from cron
8   daily to update them, and the plugin would need to somehow mark the page as
9   needing a rebuild after time had passed.  Similar to [[plugins/aggregate]].