diff options
author | joshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-06 02:59:10 +0000 |
---|---|---|
committer | joshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-06 02:59:10 +0000 |
commit | 54f2ada3415d519876aa65894d1dfbbd22cd443c (patch) | |
tree | 555c798d8d42eedd6423f5c1dd3e84b241c71255 /doc | |
parent | a4d5000f04ab7ff5eadd2f39897b5e4cfc5c8a1e (diff) | |
download | ikiwiki-54f2ada3415d519876aa65894d1dfbbd22cd443c.tar ikiwiki-54f2ada3415d519876aa65894d1dfbbd22cd443c.tar.gz |
Fix typos.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/pal_plugin.mdwn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/todo/pal_plugin.mdwn b/doc/todo/pal_plugin.mdwn index a933f3e9f..0313becf4 100644 --- a/doc/todo/pal_plugin.mdwn +++ b/doc/todo/pal_plugin.mdwn @@ -2,8 +2,8 @@ A plugin to generate calendars using [pal](http://palcal.sourceforge.net/). Main issues: -* pal's html output is not valid (fixed in pal svn) +* pal's HTML output is not valid (fixed in pal SVN) * 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 +* calendars 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. Similar to [[plugins/aggregate]]. |