[geeklog-cvs] geeklog-1.3 config.php,1.155,1.156

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Thu Feb 3 14:57:41 EST 2005


Update of /var/cvs/geeklog-1.3
In directory www:/tmp/cvs-serv7378

Modified Files:
	config.php 
Log Message:
Moved the list of sites to ping (weblog directory services like blo.gs) to the database.


Index: config.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/config.php,v
retrieving revision 1.155
retrieving revision 1.156
diff -C2 -d -r1.155 -r1.156
*** config.php	30 Jan 2005 20:01:22 -0000	1.155
--- config.php	3 Feb 2005 19:57:39 -0000	1.156
***************
*** 488,518 ****
  $_CONF['pingback_enabled'] = true;
  
! // Disable pinging weblog directory services by setting thsi to 'false'.
  $_CONF['ping_enabled'] = true;
  
- // Weblog directory services to ping
- //
- // PRELIMINARY - THESE WILL BE MOVED TO THE DATABASE EVENTUALLY
- //
- $_CONF['ping_sites'] = array (
- /*
-     array ('name'     => 'blo.gs',
-            'ping_url' => 'http://ping.blo.gs/',
-            'site_url' => 'http://blo.gs',
-            'method'   => 'weblogUpdates.extendedPing'
-           ),
-     array ('name'     => 'Weblogs.Com',
-            'ping_url' => 'http://rpc.weblogs.com/RPC2',
-            'site_url' => 'http://www.weblogs.com',
-            'method'   => 'weblogUpdates.ping'
-           ),
-     array ('name'     => 'Blogrolling.com',
-            'ping_url' => 'http://rpc.blogrolling.com/pinger/',
-            'site_url' => 'http://fresh.blogrolling.com/',
-            'method'   => 'weblogUpdates.ping'
-           )
- */
- );
- 
  
  // Link to the documentation from the Admin block (0 = hide link, 1 = show)
--- 488,494 ----
  $_CONF['pingback_enabled'] = true;
  
! // Disable pinging weblog directory services by setting this to 'false'.
  $_CONF['ping_enabled'] = true;
  
  
  // Link to the documentation from the Admin block (0 = hide link, 1 = show)




More information about the geeklog-cvs mailing list