From 3cf4f14a9c7cf1f3fd319913dad4afef5815f80f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 7 Dec 2004 07:06:19 +0000 Subject: - Patch #14005 by Richard: rewrote the ping module's built-in documentation. --- modules/ping.module | 14 +++++++++----- modules/ping/ping.module | 14 +++++++++----- 2 files changed, 18 insertions(+), 10 deletions(-) (limited to 'modules') diff --git a/modules/ping.module b/modules/ping.module index 09db4f572..14310fdc3 100644 --- a/modules/ping.module +++ b/modules/ping.module @@ -13,11 +13,15 @@ function ping_help($section) { switch ($section) { case 'admin/help#ping': $output .= t(" -

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

-

%weblogs, 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 system. The ping module automatically notifies weblogs.com when your site is updated. To do so, Drupal implements the %weblogs-XML.

-

%weblogs-RSS, a web site that tracks and displays links to recently changed RSS feeds in XML format. To get your Drupal site listed, %weblogs-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-RSS-changes system. The ping module automatically notifies %weblogs-RSS when your site is updated.

-

%blo-gs, a directory of recently updated weblogs and tools for tracking interesting weblogs, in the spirit of services like %weblogs, %blogtracker and %blogrolling. 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 %blo-gs-XML.

-

The ping feature requires crontab.

", array('%weblogs' => 'Weblogs.com', '%weblogs-XML' => ''. t('XML-RPC interface of weblogs.com') .'', '%weblogs-RSS' => ''. t('Weblogs.Com for RSS') .'', '%weblogs-RSS-changes' => ''. t('the weblogs.com for RSS') .'', '%blo-gs' => 'blo.gs', '%blogtracker' => 'blogtracker', '%blogrolling' => 'blogrolling.com', '%blo-gs-XML' => ''. t('XML-RPC interface of blo.gs') .'')); +

Drupal can automatically send notifications (called \"pings\") to the following sites to tell them that your site has changed. To do so, Drupal implements the %weblogs-XML.

+ +

The ping feature requires crontab.

", array('%weblogs' => 'Weblogs.com', '%weblogs-XML' => ''. t('XML-RPC interface of weblogs.com') .'', '%weblogs-RSS' => ''. t('Weblogs.Com for RSS') .'', '%weblogs-RSS-changes' => ''. t('the weblogs.com for RSS') .'', '%blo-gs' => 'blo.gs','%blogtracker' => 'blogtracker', '%blogrolling' => 'blogrolling.com', '%blo-gs-XML' => ''. t('XML-RPC interface of blo.gs').'', '%technorati' => ''. t("Technorati"). '', '%yahoo' => 'My Yahoo!')); break; case 'admin/modules#description': diff --git a/modules/ping/ping.module b/modules/ping/ping.module index 09db4f572..14310fdc3 100644 --- a/modules/ping/ping.module +++ b/modules/ping/ping.module @@ -13,11 +13,15 @@ function ping_help($section) { switch ($section) { case 'admin/help#ping': $output .= t(" -

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

-

%weblogs, 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 system. The ping module automatically notifies weblogs.com when your site is updated. To do so, Drupal implements the %weblogs-XML.

-

%weblogs-RSS, a web site that tracks and displays links to recently changed RSS feeds in XML format. To get your Drupal site listed, %weblogs-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-RSS-changes system. The ping module automatically notifies %weblogs-RSS when your site is updated.

-

%blo-gs, a directory of recently updated weblogs and tools for tracking interesting weblogs, in the spirit of services like %weblogs, %blogtracker and %blogrolling. 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 %blo-gs-XML.

-

The ping feature requires crontab.

", array('%weblogs' => 'Weblogs.com', '%weblogs-XML' => ''. t('XML-RPC interface of weblogs.com') .'', '%weblogs-RSS' => ''. t('Weblogs.Com for RSS') .'', '%weblogs-RSS-changes' => ''. t('the weblogs.com for RSS') .'', '%blo-gs' => 'blo.gs', '%blogtracker' => 'blogtracker', '%blogrolling' => 'blogrolling.com', '%blo-gs-XML' => ''. t('XML-RPC interface of blo.gs') .'')); +

Drupal can automatically send notifications (called \"pings\") to the following sites to tell them that your site has changed. To do so, Drupal implements the %weblogs-XML.

+ +

The ping feature requires crontab.

", array('%weblogs' => 'Weblogs.com', '%weblogs-XML' => ''. t('XML-RPC interface of weblogs.com') .'', '%weblogs-RSS' => ''. t('Weblogs.Com for RSS') .'', '%weblogs-RSS-changes' => ''. t('the weblogs.com for RSS') .'', '%blo-gs' => 'blo.gs','%blogtracker' => 'blogtracker', '%blogrolling' => 'blogrolling.com', '%blo-gs-XML' => ''. t('XML-RPC interface of blo.gs').'', '%technorati' => ''. t("Technorati"). '', '%yahoo' => 'My Yahoo!')); break; case 'admin/modules#description': -- cgit v1.2.3