htmllink readfile writefile pagetype srcfile pagename
displaytime will_render gettext urlto targetpage
add_underlay pagetitle titlepage linkpage newpagefile
- inject add_link
+ inject add_link add_autofile
%config %links %pagestate %wikistate %renderedfiles
%pagesources %destsources);
our $VERSION = 3.00; # plugin interface version, next is ikiwiki version
$template->param(tag => $tag);
writefile($tagfile, $config{srcdir}, $template->output);
- IkiWiki::add_autofile("$config{srcdir}/$tagfile");
+ add_autofile("$config{srcdir}/$tagfile");
}
}