From 8d2b1238b4d8ebd57848fde665b7f93c3a03cd90 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 29 May 2003 09:15:00 +0000 Subject: - Michael Frankowski's excellent help text improvements! --- modules/ping/ping.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/ping') diff --git a/modules/ping/ping.module b/modules/ping/ping.module index 1cfba0d6e..0dbe38996 100644 --- a/modules/ping/ping.module +++ b/modules/ping/ping.module @@ -3,8 +3,8 @@ function ping_help() { $output = "

Drupal can pings sites automatically to notify them that your site has changed. It can ping the following sites :

"; - $output .= "

Weblogs.com, a website that tracks and displays links to changed weblogs and news-oriented websites. To get your Drupal site listed, weblogs.com must be informed about your site's updates. This is the job of the ping module and when installed, the administrator doesn't have to do anything to participate in the weblogs.com system. The weblog module automatically notifies weblogs.com when your site is updated. To do so, Drupal implements the XML-RPC interface of weblogs.com.

"; - $output .= "

Weblogs.Com for RSS, a website that tracks and displays links to recently changed RSS feeds in XML format. To get your Drupal site listed, weblogs.com for RSS must be informed about updates to your RSS feed. This is the job of the ping module and when installed, the administrator doesn't have to do anything to participate in the weblogs.com for RSS system. The ping module automatically notifies weblogs.com for RSS when your site is updated.

"; + $output .= "

Weblogs.com, a web site that tracks and displays links to changed weblogs and news-oriented web sites. To get your Drupal site listed, weblogs.com must be informed about your site's updates. This is the job of the ping module and when installed, the administrator doesn't have to do anything to participate in the weblogs.com system. The weblog module automatically notifies weblogs.com when your site is updated. To do so, Drupal implements the XML-RPC interface of weblogs.com.

"; + $output .= "

Weblogs.Com for RSS, a web site that tracks and displays links to recently changed RSS feeds in XML format. To get your Drupal site listed, weblogs.com for RSS must be informed about updates to your RSS feed. This is the job of the ping module and when installed, the administrator doesn't have to do anything to participate in the weblogs.com for RSS system. The ping module automatically notifies weblogs.com for RSS when your site is updated.

"; $output .= "

blo.gs, a directory of recently updated weblogs and tools for tracking interesting weblogs, in the spirit of services like weblogs.com, blogtracker and blogrolling.com. To get your Drupal site listed, blo.gs must be informed about your site's updates. This is the job of the ping module and when installed, the administrator doesn't have to do anything to participate in the blo.gs system. The ping module automatically notifies blo.gs when your site is updated. To do so, Drupal implements the XML-RPC interface of blo.gs.

"; // for optional modules that ping other sites // $output .= module_invoke_all("ping_help"); -- cgit v1.2.3