Archive for May, 2002

Multi-ping in Movable Type

Thursday, May 2nd, 2002

How to ping both weblogs.com and blo.gs when you publish from Movable Type (note that I’m assuming that you installed Movable Type in a directory named /mt/): Edit /mt/lib/MT/App/CMS.pm Find the line that reads $app->ping(Blog => $blog) or die $app->errstr; Insert a new line immediately after that, that reads: MT::XMLRPC->ping_update(‘weblogUpdates.ping’, $blog, ‘http://ping.blo.gs’) or die MT::XMLRPC->errstr; […]

Hello world

Thursday, May 2nd, 2002

Lord willing and the creeks don’t rise, this ought to ping blo.gs as well as weblogs.com, thereby pissing off anyone who comes here looking for content despite the “ping test” in the title.