NAME
WebFetch::SiteNews - download and save SiteNews headlines
SYNOPSIS
In perl scripts:
use WebFetch::SiteNews;
From the command line:
perl -w -MWebFetch::SiteNews -e "&fetch_main" -- --dir directory --input news-file --short short-form-output-file --long long-form-output-file
DESCRIPTION
This module gets the current headlines from a site-local file.
After this runs, the file site_news.html will be created or replaced. If there already was an site_news.html file, it will be moved to Osite_news.html.
AUTHOR
WebFetch was written by Ian Kluft for the Silicon Valley Linux User Group (SVLUG). Send patches, bug reports, suggestions and questions to webfetch-maint@svlug.org.