From: garvinhicking Date: Fri, 3 Mar 2006 14:04:06 +0000 (+0000) Subject: Remove blogg.de pings, add ge.bloggt.org pings X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9c14a76fb5a75848202ece0ae50a9d707f173de4;p=s9y.git Remove blogg.de pings, add ge.bloggt.org pings --- diff --git a/plugins/serendipity_event_weblogping/servicesdb_de.inc.php b/plugins/serendipity_event_weblogping/servicesdb_de.inc.php new file mode 100644 index 0000000..086750d --- /dev/null +++ b/plugins/serendipity_event_weblogping/servicesdb_de.inc.php @@ -0,0 +1,58 @@ + # +# http://www.jannis.to/programming/serendipity.html # +# # +########################################################################## + + $servicesdb = array( + array( + 'name' => 'Ping-o-Matic', + 'host' => 'rpc.pingomatic.com', + 'path' => '/', + 'extended' => true, + 'supersedes' => array('blo.gs', 'blogrolling.com', 'technorati.com', 'weblogs.com', 'Yahoo!') + ), + + array( + 'name' => 'blo.gs', + 'host' => 'ping.blo.gs', + 'path' => '/', + 'extended' => true + ), + + array( + 'name' => 'blogrolling.com', + 'host' => 'rpc.blogrolling.com', + 'path' => '/pinger/' + ), + + array( + 'name' => 'technorati.com', + 'host' => 'rpc.technorati.com', + 'path' => '/rpc/ping' + ), + + array( + 'name' => 'weblogs.com', + 'host' => 'rpc.weblogs.com', + 'path' => '/RPC2' + ), + + array( + 'name' => 'ge.bloggt.org', + 'host' => 'ping.ge.bloggt.org', + 'path' => '/' + ), + + array( + 'name' => 'Yahoo!', + 'host' => 'api.my.yahoo.com', + 'path' => '/RPC2' + ), + ); +?> diff --git a/plugins/serendipity_event_weblogping/servicesdb_en.inc.php b/plugins/serendipity_event_weblogping/servicesdb_en.inc.php index bb14187..59bb91f 100644 --- a/plugins/serendipity_event_weblogping/servicesdb_en.inc.php +++ b/plugins/serendipity_event_weblogping/servicesdb_en.inc.php @@ -43,12 +43,13 @@ 'path' => '/RPC2' ), +/* array( 'name' => 'blogg.de', 'host' => 'xmlrpc.blogg.de', 'path' => '/' ), - +*/ array( 'name' => 'Yahoo!', 'host' => 'api.my.yahoo.com',