From c95c99f75157ccf2dd00b21926ed0e45f3478448 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 24 Aug 2009 17:11:42 +0000 Subject: =?UTF-8?q?#535564=20follow-up=20by=20pwolanin=20and=20G=C3=A1bor?= =?UTF-8?q?=20Hojtsy:=20Create=20'Web=20services'=20category=20and=20move?= =?UTF-8?q?=20Aggregator=20under=20there.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/aggregator/aggregator.api.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'modules/aggregator/aggregator.api.php') diff --git a/modules/aggregator/aggregator.api.php b/modules/aggregator/aggregator.api.php index 87ec5dfca..cdf57b752 100644 --- a/modules/aggregator/aggregator.api.php +++ b/modules/aggregator/aggregator.api.php @@ -21,7 +21,7 @@ * data. * * Modules that define this hook can be set as active fetcher on - * admin/settings/aggregator. Only one fetcher can be active at a time. + * admin/config/services/aggregator. Only one fetcher can be active at a time. * * @param $feed * The $feed object that describes the resource to be downloaded. @@ -43,7 +43,7 @@ function hook_aggregator_fetch($feed) { * fetcher. * * The title and the description provided are shown on - * admin/settings/aggregator among other places. Use as title the human + * admin/config/services/aggregator among other places. Use as title the human * readable name of the fetcher and as description a brief (40 to 80 characters) * explanation of the fetcher's functionality. * @@ -75,7 +75,7 @@ function hook_aggregator_fetch_info() { * data. * * Modules that define this hook can be set as active parser on - * admin/settings/aggregator. Only one parser can be active at a time. + * admin/config/services/aggregator. Only one parser can be active at a time. * * @param $feed * The $feed object that describes the resource to be parsed. @@ -108,10 +108,10 @@ function hook_aggregator_parse($feed) { * Implement this hook to expose the title and a short description of your * parser. * - * The title and the description provided are shown on admin/settings/aggregator - * among other places. Use as title the human readable name of the parser and - * as description a brief (40 to 80 characters) explanation of the parser's - * functionality. + * The title and the description provided are shown on + * admin/config/services/aggregator among other places. Use as title the human + * readable name of the parser and as description a brief (40 to 80 characters) + * explanation of the parser's functionality. * * This hook is only called if your module implements hook_aggregator_parse(). * If this hook is not implemented aggregator will use your module's file name @@ -141,7 +141,7 @@ function hook_aggregator_parse_info() { * data. * * Modules that define this hook can be activated as processor on - * admin/settings/aggregator. + * admin/config/services/aggregator. * * @param $feed * The $feed object that describes the resource to be processed. $feed->items @@ -167,9 +167,9 @@ function hook_aggregator_process($feed) { * processor. * * The title and the description provided are shown most importantly on - * admin/settings/aggregator. Use as title the natural name of the processor - * and as description a brief (40 to 80 characters) explanation of the - * functionality. + * admin/config/services/aggregator. Use as title the natural name of the + * processor and as description a brief (40 to 80 characters) explanation of + * the functionality. * * This hook is only called if your module implements * hook_aggregator_process(). If this hook is not implemented aggregator -- cgit v1.2.3