clean up use of IkiWiki::Receive
authorJoey Hess <joey@gnu.kitenet.net>
Thu, 10 Sep 2009 20:09:19 +0000 (16:09 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Thu, 10 Sep 2009 20:15:48 +0000 (16:15 -0400)
commit26dae8f04955915f4203fab4bd5301c959f7771a
treee109ef29617dc03bf92cc1cdba0d28b8d295ee3b
parent5ee980d77a614865747101615a6a795bec6f272f
clean up use of IkiWiki::Receive

Loading and use of IkiWiki::Receive can all be pushed into the git plugin,
rather than scattered around.

I had at first wanted to make a receive plugin and move it there,
but a plugin was not a good fit; you don't want users to have to manually
load it, and making the git plugin load the receive plugin at the right
times would need more, and ugly code.
IkiWiki/Plugin/git.pm
IkiWiki/Receive.pm
IkiWiki/Wrapper.pm
ikiwiki.in