pot files maybe..
[ikiwiki] / doc / todo / pal_plugin.mdwn
1 A plugin to generate calendars using [pal](http://palcal.sourceforge.net/).
2
3 Main issues:
4
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]].