2 package IkiWiki::Plugin::pingee;
9 hook(type => "cgi", id => "aggregate", call => \&cgi);
15 if (defined $cgi->param('do') && $cgi->param("do") eq "ping") {
17 print "Content-Type: text/plain\n\n";
21 print gettext("Ping received.")."\n\n";
25 require IkiWiki::Render;
26 IkiWiki::rcs_update();