summaryrefslogtreecommitdiff
path: root/modules/headline.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-01-01 12:00:09 +0000
committerDries Buytaert <dries@buytaert.net>2001-01-01 12:00:09 +0000
commitfc3d320d860acbe9e31a968b2ca09f4ffaf179d7 (patch)
tree0a3f0639b2c1cab5ed9fa1a7753430f930b31973 /modules/headline.module
parentf055cf11e09d324739ede0a04cd957e2de438ad1 (diff)
downloadbrdo-fc3d320d860acbe9e31a968b2ca09f4ffaf179d7.tar.gz
brdo-fc3d320d860acbe9e31a968b2ca09f4ffaf179d7.tar.bz2
- fixed a few typoes in the documentation
Diffstat (limited to 'modules/headline.module')
-rw-r--r--modules/headline.module3
1 files changed, 1 insertions, 2 deletions
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;
?>
<P>Drupal's headline module both imports and exports RDF/RSS headlines.</P>
<P>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.</P>
<P>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.</P>
- <P>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 <A HREF="<? echo $site_url; ?>export/headlines.rdf"><? echo $site_url; ?>export/headlines.rdf</A>.</P>
+ <P>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.</P>
<?
}