]> git.mjollnir.org Git - s9y.git/commitdiff
Remove blogg.de pings, add ge.bloggt.org pings
authorgarvinhicking <garvinhicking>
Fri, 3 Mar 2006 14:04:06 +0000 (14:04 +0000)
committergarvinhicking <garvinhicking>
Fri, 3 Mar 2006 14:04:06 +0000 (14:04 +0000)
plugins/serendipity_event_weblogping/servicesdb_de.inc.php [new file with mode: 0644]
plugins/serendipity_event_weblogping/servicesdb_en.inc.php

diff --git a/plugins/serendipity_event_weblogping/servicesdb_de.inc.php b/plugins/serendipity_event_weblogping/servicesdb_de.inc.php
new file mode 100644 (file)
index 0000000..086750d
--- /dev/null
@@ -0,0 +1,58 @@
+<?php # $Id: servicesdb_en.inc.php 7 2005-04-16 06:39:31Z s_bergmann $
+
+##########################################################################
+# serendipity - another blogger...                                       #
+##########################################################################
+#                                                                        #
+# (c) 2003 Jannis Hermanns <J@hacked.it>                                 #
+# 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'
+            ),
+        );
+?>
index bb14187c1a7617cff96d900f7c649785afae1043..59bb91f0d3ad3e1ae8f0c9ee9c84389d6d7578a0 100644 (file)
               'path' => '/RPC2'
             ),
 
+/*
             array(
               'name' => 'blogg.de',
               'host' => 'xmlrpc.blogg.de',
               'path' => '/'
             ),
-
+*/
             array(
               'name' => 'Yahoo!',
               'host' => 'api.my.yahoo.com',