]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/todo/pal_plugin.mdwn
CGI: add cgi_page_from_404(), which remaps a path like $REDIRECT_URL to an IkiWiki...
[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]].