Newsgroups: comp.lang.perl.announce,comp.lang.perl.modules Subject: WebFetch 0.04 uploaded to CPAN From: ikluft@svlug.org (Ian Kluft) Followup-To: comp.lang.perl.modules Organization: Silicon Valley Linux User Group WebFetch 0.04 is available at {closest CPAN mirror}/modules/by-authors/id/I/IK/IKLUFT/ The WebFetch home page is at http://www.svlug.org/sw/webfetch/ To install it, have your site's Perl administrator run "cpan" or "perl -MCPAN -e shell" and type "install WebFetch". About WebFetch -------------- WebFetch is a set of Perl5 modules that provide a framework for retrieving information from local files and/or the web for display on the web or export to other sites. Its use is oriented around periodically automatically updated information on a web server. SVLUG developed WebFetch to capture news and information on its web site. The current set of capture modules are Linux-oriented because it started with SVLUG. But this is expected to change with the directions of user contributions. Changes in Version 0.04 ----------------------- - modified WebFetch::Slashdot so it can get Segfault.org headlines and any other Slashdot-compatible site - updated module dependencies in Makefile.PL (was missing Date::Calc for WebFetch::SiteNews) - added WebFetch::CNNsearch module - added WebFetch::COLA module - added --font_size and --font_face to WebFetch (all command lines) - default WebFetch::General format now uses "title" instead of "text" - fixed bad RE flags in WebFetch::General, captures more than one field correctly now WebFetch Module List -------------------- The following Perl5 modules are included with the WebFetch package. Name DSLI Description Info ----------- ---- -------------------------------------------- ----- WebFetch:: bdpO Web-based news capture and export IKLUFT ::CNNsearch bdpO News from CNN subject search IKLUFT ::COLA bdpO News from comp.os.linux.announce moderator IKLUFT ::EGAuthors bdpO Top mail list authors from eGroups IKLUFT ::Freshmeat bdpO Summary of Freshmeat news IKLUFT ::General bdpO News from other WebFetch sites IKLUFT ::LinuxToday bdpO Summary of LinuxToday news IKLUFT ::ListSubs bdpO Summarize mail list subscriptions by TLD IKLUFT ::SiteNews bdpO Produce and export site-local news/info IKLUFT ::Slashdot bdpO Summary of Slashdot news IKLUFT ::YahooBiz bdpO Summary of Yahoo Business News IKLUFT