From c64db1da29a6b2067f09e66e5e85e8877b489cb0 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 31 Aug 2006 20:22:37 +0000 Subject: - Patch #80952 by earl, webchick, neclimdul et al: .info files --- modules/aggregator/aggregator.info | 3 +++ modules/aggregator/aggregator.module | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 modules/aggregator/aggregator.info (limited to 'modules/aggregator') diff --git a/modules/aggregator/aggregator.info b/modules/aggregator/aggregator.info new file mode 100644 index 000000000..8ef127772 --- /dev/null +++ b/modules/aggregator/aggregator.info @@ -0,0 +1,3 @@ +; $Id$ +name = Aggregator +description = "Aggregates syndicated content (RSS, RDF, and Atom feeds)." diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module index 49edc354c..a67844337 100644 --- a/modules/aggregator/aggregator.module +++ b/modules/aggregator/aggregator.module @@ -27,8 +27,6 @@ function aggregator_help($section) { ', array('@admin-aggregator' => url('admin/content/aggregator'), '@admin-aggregator-add-feed' => url('admin/content/aggregator/add/feed'), '@admin-aggregator-add-category' => url('admin/content/aggregator/add/category'), '@admin-settings-aggregator' => url('admin/settings/aggregator'), '@admin-access' => url('admin/user/access'), '@aggregator' => url('aggregator'))); $output .= '

'. t('For more information please read the configuration and customization handbook Aggregator page.', array('@aggregator' => 'http://drupal.org/handbook/modules/aggregator/')) .'

'; return $output; - case 'admin/settings/modules#description': - return t('Aggregates syndicated content (RSS, RDF, and Atom feeds).'); case 'admin/content/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.

', array('@block' => url('admin/build/block'))); case 'admin/content/aggregator/add/feed': -- cgit v1.2.3