Ping your blog via XML-RPC with Perl
Май 30, 2007 |Без рубрики
Надо бы, в будущем, наткнуться на этот мой пост и помедитировать над ним потщательнее…
The following Perl program connects to several update services to let them know that the your site or blog has been updated. The program uses XML-RPC to call the remote weblogUpdates.ping method of each update service with the name and URL of your site or blog as parameters. You can easily extend the list of update services that are used by the program if required so.
#!/usr/bin/perl # # rpcping.pl - Ping your blog with update services # # © Copyright, 2006 by John Bokma, http://johnbokma.com/ # License: The Artistic License # # Last updated: 2006-12-13 21:12:16 -0600 use strict; use warnings;ну и далее, естественно, у автора…
Ссылки на эту статью
(HTML-BBcode-Plain Text)

Записей: 805 шт.
Комментирование завершено.