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

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sun Jan 30 15:01:24 EST 2005


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

Modified Files:
	config.php 
Log Message:
Implemented Pinging weblog directory services (blo.gs, etc.). Needs a web interface to manage those sites ...


Index: config.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/config.php,v
retrieving revision 1.154
retrieving revision 1.155
diff -C2 -d -r1.154 -r1.155
*** config.php	30 Jan 2005 13:51:08 -0000	1.154
--- config.php	30 Jan 2005 20:01:22 -0000	1.155
***************
*** 488,493 ****
  $_CONF['pingback_enabled'] = true;
  
! // Not implemented yet ...
! $_CONF['ping_enabled'] = false;
  
  
--- 488,517 ----
  $_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'
!           )
! */
! );
  
  




More information about the geeklog-cvs mailing list