From a8b218827a400cf5ced7db133be0a0f9e2180875 Mon Sep 17 00:00:00 2001
From: Dries Buytaert Drupal can automatically send notifications (called \"pings\") to the %pingomatic to tell them that your site has changed. In turn pingomatic.com will ping other services like weblogs.com, Technorati, blo.gs, BlogRolling, Feedster.com, Moreover, etc. The ping feature requires crontab. '. t('The ping module is useful for notifying interested sites that your site has changed. It automatically sends notifications (called "pings") to the pingomatic service to tell it that your site has changed. In turn pingomatic will ping other services such as weblogs.com, Technorati, blo.gs, BlogRolling, Feedster.com, Moreover, etc.', array('%external-http-pingomatic-com' => 'http://pingomatic.com/')) .' '. t('The ping module requires You can:cron
or a similar periodic job scheduler to be enabled.') .'
+
'. t('For more information please read the configuration and customization handbook Ping page.', array('%ping' => 'http://www.drupal.org/handbook/modules/ping/')) .'
'; + return $output; case 'admin/modules#description': - $output = t('Alerts other sites when your site has been updated.'); - break; + return('Alerts other sites when your site has been updated.'); } - - return $output; } /** -- cgit v1.2.3