adding bloglines ping to weblogping

Creating and modifying plugins.
Post Reply
stain
Regular
Posts: 10
Joined: Tue Jun 07, 2005 7:11 pm
Contact:

adding bloglines ping to weblogping

Post by stain »

bloglines did release a new ping service so I added the new service to the weblogping pluging:

Code: Select all

            array(
              'name' => 'Bloglines',
              'host' => 'www.bloglines.com',
              'path' => '/ping')
I suggest to add it in the cvs.

bye, alberto.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: adding bloglines ping to weblogping

Post by garvinhicking »

Hi!

You can define custom services in the config of the ping plugin. I'd like to only add services to that plugin which are useful and work are established for a longer time.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
stain
Regular
Posts: 10
Joined: Tue Jun 07, 2005 7:11 pm
Contact:

Post by stain »

i know i can do it

but I guess bloglines is so widely used to justify the choice

anyway... no problem
Post Reply