From fc3d320d860acbe9e31a968b2ca09f4ffaf179d7 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 1 Jan 2001 12:00:09 +0000 Subject: - fixed a few typoes in the documentation --- modules/headline.module | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/headline.module') diff --git a/modules/headline.module b/modules/headline.module index 7787392e3..e3fbe6531 100644 --- a/modules/headline.module +++ b/modules/headline.module @@ -67,12 +67,11 @@ function headline_cron() { } function headline_help() { - global $site_url; ?>

Drupal's headline module both imports and exports RDF/RSS headlines.

A lot of news-oriented websites are now publishing news (headlines) and make their content available through XML, RSS and RDF backend files. They syndicate content for free and allow retrieval and further transmission, aggregation, or online publication. At the current state, drupal's headline module supports RDF and RSS backends.

RSS was originally developed by Netscape to be able to add news channels to "My Netscape" sites, but has since become adopted as the defacto standard for distributing headlines and brief descriptions of things that change around the net.

-

The headline module goes out to a list of configured news sites once an hour or so (driven from cron), downloads new RSS/RDF data and makes it available to your visitors. In addition, your headlines are exported as well and can be retrieved at export/headlines.rdf.

+

The headline module goes out to a list of configured news sites once an hour or so (driven from cron), downloads new RSS/RDF data and makes it available to your visitors. In addition, your headlines are exported as well and can be retrieved at http://yourdomain.com/export/headlines.rdf.