I have written a module to ping Technorati servers when new node is published. A blog site owner can use this module to promote his/her site by pinging Technorati server using their published XMLRPC API.
The module files can be accessed at http://sudheer.net/files/technorati_ping.tar.gz
Reference: http://technorati.com/developers/ping/
I hope Drupal users will find this module useful.
Thanks,
Sudheer
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | technorati_ping.tar_.gz | 668 bytes | bonaparte |
Comments
Comment #1
bonaparte commentedI am uploading the module.
Thanks for reviewing.
Comment #2
avpadernoComment #3
avpadernoSee the Drupal coding standards to understand how a module code should be written.
Why is the module requiring PHP 5.2? It simply calls
xmlrpc(), which doesn't require that version of PHP.Comment #4
avpadernoThere have not been replies from the OP in the past 7 days. I am marking this report as .
Comment #5
bonaparte commentedSorry for the delayed reply. I was told that Drupal core has this functionality already. Therefore, I called it off.