From bd49f9d1b381b6d2574be1e6c68ecd141453d56e Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 20 Jun 2004 20:12:00 +0000 Subject: - Patch #8681 by Stefan: more help fixes. --- modules/aggregator.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/aggregator.module') diff --git a/modules/aggregator.module b/modules/aggregator.module index f2d132c62..b2cf93628 100644 --- a/modules/aggregator.module +++ b/modules/aggregator.module @@ -56,14 +56,14 @@ function aggregator_help($section) {

If a feed is permanently moved to a new location Drupal will automatically update the feed URL to the new address.

', array('%block' => url('admin/block'), '%admin-news' => url('admin/aggregator'), '%new-feed' => url('admin/aggregator/add/feed'), '%new-category' => url('admin/aggregator/add/category'), '%update-items' => url('admin/aggregator'), '%news-aggregator' => url('aggregator'), '%sources' => url('aggregator/sources'), '%categories' => url('aggregator/categories'))); case 'admin/modules#description': return t('Used to aggregate syndicated content (RSS and RDF).'); - case 'admin/settings/aggregator': - return t('These settings control the display of aggregated content.'); case 'admin/aggregator': return t('Several web sites, especially news related sites, syndicate parts of their site\'s content for other web sites to display. Usually, the syndicated content includes the latest headlines with a direct link to that story on the remote site. Some syndicated content also includes a description of the headline. The standard method of syndication is using the XML based Rich Site Summary (RSS) or Resource Description Framework (RDF). To get a feed to work you must have cron working. To display the feed or category in a block you must decide how many items to show by editing the feed or block and turn on the feed\'s block.', array('%block' => url('admin/block'), '%cron' => url('admin/help', NULL, 'cron'))); 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". 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': return t('Categories provide a generalized way of creating composite news pages or blocks. They allow you, for example, to combine various sport-related items into one category called Sports. News items can be added to a category automatically by setting a feed to automatically place items in a category or by using the categorize items link in any listing of news items.'); + case 'admin/aggregator/configure': + return t('These settings control the display of aggregated content.'); } } -- cgit v1.2.3