WWW::Google::SiteMap::Robot

WWW::Google::SiteMap::Robot is a Perl extension for creating Google SiteMaps by spidering a site.
Download

WWW::Google::SiteMap::Robot Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jason Kohles
  • Publisher web site:
  • http://search.cpan.org/~jasonk/

WWW::Google::SiteMap::Robot Tags


WWW::Google::SiteMap::Robot Description

WWW::Google::SiteMap::Robot is a Perl extension for creating Google SiteMaps by spidering a site. WWW::Google::SiteMap::Robot is a Perl extension for creating Google SiteMaps by spidering a site.SYNOPSIS use WWW::Google::SiteMap::Robot; my $robot = WWW::Google::SiteMap::Robot->new( domain => 'www.jasonkohles.com', restrict => qr{^http://www.jasonkohles.com/}, starting_url => , delay => 1, # delay in minutes sitemap_file => '/var/www/html/sitemap.gz', sitemap_url => 'http://www.jasonkohles.com/sitemap.gz', user_agent => 'MyOwnSpider/1.0', ); $robot->run();This is a simple robot class which subclasses LWP::RobotUA to create a web-crawling spider. By giving it the URL to your home page, it will crawl all the pages it can find and create a sitemap for them. Requirements: · Perl


WWW::Google::SiteMap::Robot Related Software