From: David Bremner Date: Wed, 10 Sep 2008 11:39:49 +0000 (-0300) Subject: update documentation, such as it is X-Git-Tag: 0.1~1 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/21ab1353a723b93ba31c4f06a44c3d1303215ebc update documentation, such as it is --- diff --git a/TODO b/TODO index adc949ece..b5f037a99 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,5 @@ * support threading (comments on comments) * Clean up debugging cruft * put dependencies list in README -* adding a message does not refresh + diff --git a/filters/postal-accept.pl b/filters/postal-accept.pl index 0f1174e10..1c14758f1 100644 --- a/filters/postal-accept.pl +++ b/filters/postal-accept.pl @@ -9,7 +9,7 @@ use Data::Dumper; use Convert::YText qw(decode_ytext); -# we need at least version 2.54 of IkiWiki for the new config api +# we need at least version 2.63 of IkiWiki BEGIN { require IkiWiki; die unless ($IkiWiki::version >= 2.63) } use IkiWiki; use IkiWiki::Setup;