Ezilon.com - Target Your Audience, be Seen in Your Region

Pinging weblogs.com etc

You are viewing this site as a guest. Join our community to get your questions answered and share knowledge. Active members may advertise and ask for a website critique.

They have: 16 posts

Joined: Nov 2004

Hi, I've written my own blog script in Perl and am at the point where I need to be able to ping the various servers to let them know a new entry has been posted.

It's at this stage I fall down. Is there a simple, but effective way to do that in Perl?

I have tried a couple of scripts but nothing happens. I know nothing about XML (so please go easy on me). My server, like most, has the XMLRPC Lite module if that's any help.

My script produces an RSS feed document in xml (simple but there).

Hope someone can help, many thanks - Ted

brady.k's picture

He has: 1,383 posts

Joined: Feb 2002

I'm not exactly sure how other services work, but I know for a fact that Google Reader actually checks for new entries at a certain interval, and doesn't require pinging.

I would assume that's the way it is done, otherwise alot of time would be spent pinging for useless reasons.

Kyle Brady, President, Intuitive Industries LLC.
http://www.int-ind.com
[EMAIL=brady.k@gmail.com]brady.k@gmail.com[/EMAIL] - [EMAIL=brady.kyle@int-ind.com]brady.kyle@int-ind.com[/EMAIL]

They have: 16 posts

Joined: Nov 2004

I'll check Google Reader out Kyle, I'd never heard of it until you mentioned it (there's so much happening, so fast, it's wonder any of us keep up with it Smiling ).

There seem to be several different blog logging servers out there. Some of them, I just found out, give you an XML file, but don't say what you're actually to do with it.

cheers - Ted