summaryrefslogtreecommitdiff
path: root/modules/aggregator.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-06-20 20:12:00 +0000
committerDries Buytaert <dries@buytaert.net>2004-06-20 20:12:00 +0000
commitbd49f9d1b381b6d2574be1e6c68ecd141453d56e (patch)
tree43224e89bf1fbba07e5e6ab8387828bb9801cc83 /modules/aggregator.module
parentb713e3d489864d91bdb409fc4791cff404356fc2 (diff)
downloadbrdo-bd49f9d1b381b6d2574be1e6c68ecd141453d56e.tar.gz
brdo-bd49f9d1b381b6d2574be1e6c68ecd141453d56e.tar.bz2
- Patch #8681 by Stefan: more help fixes.
Diffstat (limited to 'modules/aggregator.module')
-rw-r--r--modules/aggregator.module4
1 files changed, 2 insertions, 2 deletions
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) {
<p>If a feed is permanently moved to a new location Drupal will automatically update the feed URL to the new address.</p>', 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 <strong>must</strong> have <a href=\"%cron\">cron</a> 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 <a href="%block">feed\'s block</a>.', 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 <i>Sports</i>. 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.');
}
}