From 9abcd206d97c7de3554736918571daf81c0b839a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 13 Apr 2004 05:31:15 +0000 Subject: - Patch #7110 by drumm: fixed aggregator module help text. --- 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 0e4e85523..331387cfa 100644 --- a/modules/aggregator.module +++ b/modules/aggregator.module @@ -4,7 +4,7 @@ function aggregator_help($section) { switch ($section) { case 'admin/help#aggregator': - $output = t(" + return t("

Thousands of web sites, especially news sites and weblogs, syndicate their most recent site content for others to display. The syndicated content always includes titles, also known as headlines, for the newest published stories. Each headline acts as a direct link to the stories on the remote site. Along with the headline, most sites typically provide either the first few paragraphs of the story or a short summary. Many individuals use client-based news aggregators on their personal computer to aggregate content, such as Amphetadesk.

Drupal also has a news aggregator built in as a standard feature. With it, you can subscribe to feeds from other sites and display their content for your site users. Simply enable the aggregator module in site administration and enter the feeds that you choose.

What do I need to subscribe to a feed?

@@ -52,7 +52,7 @@ function aggregator_help($section) {

Drupal automatically generates an OPML feed file that is available by selecting the XML icon on the News Sources page.

Technical details

When fetching feeds Drupal supports conditional GETs, this reduces the bandwidth usage for feeds that have not been updated since the last check.

-

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

", array("%amphetadesk" => "AmphetaDesk", "%rss" => "Rich Site Summary", "%slashdot-rss" => "http://slashdot.org/slashdot.rdf", "%syndic8" => "Syndic8", "%rss-what" => "What is RSS", "%rss-evolution" => "The Evolution of RSS", "%admin-news" => l(t("RSS/RDF"), "admin/syndication/news"), "%new-feed" => l(t("new feed"), "admin/syndication/news/add/feed"), "%update-items" => l(t("update items"), "admin/syndication/news"))); +

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

", array("%amphetadesk" => "http://www.disobey.com/amphetadesk/", "%rss" => "http://blogs.law.harvard.edu/tech/rss", "%slashdot-rss" => "http://slashdot.org/slashdot.rdf", "%syndic8" => "http://www.syndic8.com/", "%rss-what" => "http://www.xml.com/pub/a/2002/12/18/dive-into-xml.html", "%rss-evolution" => "http://www.webreference.com/authoring/languages/xml/rss/1/", "%admin-news" => url("admin/syndication/news"), "%new-feed" => url("admin/syndication/news/add/feed"), "%update-items" => url("admin/syndication/news"))); case 'admin/system/modules#description': return t("Used to aggregate syndicated content (RSS and RDF)."); case 'admin/system/modules/aggregator': -- cgit v1.2.3