Update of /cvsroot/php-blog/serendipity/plugins/serendipity_event_weblogping
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4339/plugins/serendipity_event_weblogping
Modified Files:
Tag: branch-0-6
serendipity_event_weblogping.php
Log Message:
Backported Tom's and my HEAD commit to 0.6:
> Blogbot.de has gone :(
>
> See > http://plog.grauhirn.org/29-Das-Ende-von-BlogBot-und-WeBlogcheckup.htm and http://plog.grauhirn.org/32-FYI-Blogbot-ist-off.htm
Index: serendipity_event_weblogping.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/plugins/serendipity_event_weblogping/serendipity_event_weblogping.php,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -d -r1.4 -r1.4.2.1
--- serendipity_event_weblogping.php 3 Apr 2004 17:36:18 -0000 1.4
+++ serendipity_event_weblogping.php 11 Jun 2004 08:44:25 -0000 1.4.2.1
@@ -76,12 +76,10 @@
'host' => 'api.my.yahoo.com',
'path' => '/RPC2'
),
-
array(
- 'name' => 'Blogbot.de',
- 'host' => 'xmlrpc.blogbot.de',
- 'path' => '/',
- 'supersedes' => 'blo.gs, blogrolling.com, technorati.com, weblogs.com'
+ 'name' => 'Blogbot.dk',
+ 'host' => 'blogbot.dk',
+ 'path' => '/io/xml-rpc.php')
)
);
|