projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a9a6d9
)
update documentation, such as it is
author
David Bremner
<bremner@unb.ca>
Wed, 10 Sep 2008 11:39:49 +0000
(08:39 -0300)
committer
David Bremner
<bremner@unb.ca>
Sat, 13 Sep 2008 12:34:55 +0000
(09:34 -0300)
TODO
patch
|
blob
|
history
filters/postal-accept.pl
patch
|
blob
|
history
diff --git
a/TODO
b/TODO
index adc949ece609098b93751b8c13af417eddff138c..b5f037a99bb35ae6dbdbbddbe1c4e42a8d748f64 100644
(file)
--- 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 0f1174e103f8ae7cd835138c0ba2a00cdbdc7481..1c14758f1d352a707104841982817893360d36fe 100644
(file)
--- 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;