From 2fddec3f6e20a7019ee9b08d751a3c1dfc274755 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 11 Sep 2004 10:26:50 +0000 Subject: - Removed 'aggressive' message. --- modules/aggregator/aggregator.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/aggregator') diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module index 57b98c50b..30a14a233 100644 --- a/modules/aggregator/aggregator.module +++ b/modules/aggregator/aggregator.module @@ -62,7 +62,7 @@ function aggregator_help($section) { case 'admin/modules#description': return t('Used to aggregate syndicated content (RSS and RDF).'); case 'admin/aggregator': - return t('Thousands of sites (particularly news sites and weblogs) publish their latest headlines and/or stories in a machine-readable format so that other sites can easily link to them. This content is usually in the form of an RSS feed (which is an XML-based syndication standard). To display the feed or category in a block you must decide how many items to show by editing the feed or block and turning on the feed\'s block.
NOTE: This module requires cron.', array('%block' => url('admin/block'), '%cron' => url('admin/help', NULL, 'cron'))); + return t('Thousands of sites (particularly news sites and weblogs) publish their latest headlines and/or stories in a machine-readable format so that other sites can easily link to them. This content is usually in the form of an RSS feed (which is an XML-based syndication standard). To display the feed or category in a block you must decide how many items to show by editing the feed or block and turning on the feed\'s block.', array('%block' => url('admin/block'))); case 'admin/aggregator/add/feed': return t('Add a site that has an RSS/RDF feed. The URL is the full path to the RSS feed file. For the feed to update automatically you must run "cron.php" on a regular basis. If you already have a feed with the URL you are planning to use, the system will not accept another feed with the same URL.'); case 'admin/aggregator/add/category': -- cgit v1.2.3