master
Joey Hess 2008-08-26 13:31:22 -04:00
parent 3caec0681d
commit 6b44c56863
1 changed files with 4 additions and 0 deletions

View File

@ -122,6 +122,10 @@ The following three inlines work for me with this patch:
[ [!inline pages="define(~bugs, bugs/* and ! */Discussion) and define(~openbugs,~bugs and !link(done)) and define(~readybugs,~openbugs and !link(~openbugs)) and ~readybugs" archive="yes"]]
> Nice! Could the specfuncsref be passed in %params? I'd like to avoid
> needing to change the prototype of every pagespec function, since several
> plugins define them too. --[[Joey]]
----
diff --git a/IkiWiki.pm b/IkiWiki.pm