Also support "last X" REST interface
This commit is contained in:
58
plugins/serendipity_event_weblogping/servicesdb_de.inc.php
Normal file
58
plugins/serendipity_event_weblogping/servicesdb_de.inc.php
Normal file
@ -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'
|
||||
),
|
||||
);
|
||||
?>
|
Reference in New Issue
Block a user