displaytime will_render gettext urlto targetpage
%config %links %renderedfiles %pagesources);
our $VERSION = 1.02; # plugin interface version, next is ikiwiki version
-our $version="1.45";my $installdir="/usr";
+our $version='unknown'; # VERSION_AUTOREPLACE done by Makefile, DNE
+my $installdir=''; # INSTALLDIR_AUTOREPLACE done by Makefile, DNE
+
# Optimisation.
use Memoize;
memoize("abs2rel");
[ Joey Hess ]
* Add postformtext parameter to inline.
+ * Internal version number and installdir substitutions were lost, fix.
- -- Joey Hess <joeyh@debian.org> Wed, 11 Apr 2007 23:59:25 -0400
+ -- Joey Hess <joeyh@debian.org> Fri, 13 Apr 2007 14:40:28 -0400
ikiwiki (1.49) unstable; urgency=low