sub import { #{{{
hook(type => "getsetup", id => "graphviz", call => \&getsetup);
- hook(type => "preprocess", id => "graphviz", call => \&graph);
+ hook(type => "preprocess", id => "graph", call => \&graph);
} # }}}
sub getsetup () { #{{{
ikiwiki (2.61) UNRELEASED; urgency=low
* poll: Fix typo that broke plugin.
+ * graphviz: Fix breakage of the name of the preprocessor directive.
-- Joey Hess <joeyh@debian.org> Tue, 12 Aug 2008 15:48:36 -0400
Personally, I like the new directive name better since it will allow us to add other graph plug-ins later.
-- [[HenrikBrixAndersen]]
+
+> No, that change was not made intentionally. I don't want to bother people
+> with such a transition. Though it would be nice if it had a less generic
+> name. Changed back. [[tag done]] --[[Joey]]