diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-04 23:23:22 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-04 23:23:22 +0000 |
commit | 1b4a72928742924c3267a069b4b13273f16d8977 (patch) | |
tree | ff25eb989d22dfca84d7bb16866319b1debafe0d /doc | |
parent | d25e91e12735b9c1095776f7f32aedecf920ff2d (diff) | |
download | ikiwiki-1b4a72928742924c3267a069b4b13273f16d8977.tar ikiwiki-1b4a72928742924c3267a069b4b13273f16d8977.tar.gz |
pal
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/pal_plugin.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/todo/pal_plugin.mdwn b/doc/todo/pal_plugin.mdwn new file mode 100644 index 000000000..ddba44e50 --- /dev/null +++ b/doc/todo/pal_plugin.mdwn @@ -0,0 +1,9 @@ +A plugin to generate calendars using [pal](http://palcal.sourceforge.net/). + +Main issues: + +* pal's html output is not well formed +* make sure it's secure +* calendaers change with time, so ikiwiki would need to be run from cron + daily to update them, and the plugin would need to somehow mark the page + as needing a rebuild after time had passed |