diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-09-11 10:26:50 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-09-11 10:26:50 +0000 |
commit | 2fddec3f6e20a7019ee9b08d751a3c1dfc274755 (patch) | |
tree | 16be8ab0b0d827cfb3ddef6ff28356ee159e2949 /modules/aggregator/aggregator.module | |
parent | 0ddee8ff09622ead7eaade47ccedee6500378aa4 (diff) | |
download | brdo-2fddec3f6e20a7019ee9b08d751a3c1dfc274755.tar.gz brdo-2fddec3f6e20a7019ee9b08d751a3c1dfc274755.tar.bz2 |
- Removed 'aggressive' message.
Diffstat (limited to 'modules/aggregator/aggregator.module')
-rw-r--r-- | modules/aggregator/aggregator.module | 2 |
1 files changed, 1 insertions, 1 deletions
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 <a href="http://blogs.law.harvard.edu/tech/rss">RSS</a> 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 <a href="%block">feed\'s block</a>.<br /><strong>NOTE: This module requires <a href="%cron">cron</a>.</strong>', 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 <a href="http://blogs.law.harvard.edu/tech/rss">RSS</a> 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 <a href="%block">feed\'s block</a>.', 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': |