Update of /cvsroot/php-blog/serendipity/plugins/serendipity_event_weblogping
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14163/plugins/serendipity_event_weblogping
Modified Files:
Tag: branch-smarty
serendipity_event_weblogping.php
Log Message:
added ping-o-matic
Index: serendipity_event_weblogping.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/plugins/serendipity_event_weblogping/serendipity_event_weblogping.php,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -u -d -r1.9 -r1.9.2.1
--- serendipity_event_weblogping.php 22 Jun 2004 13:45:47 -0000 1.9
+++ serendipity_event_weblogping.php 20 Sep 2004 09:23:34 -0000 1.9.2.1
@@ -45,6 +45,14 @@
$this->services = 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' => '/',
|