Fri, 31 Mar 2023 15:04:28 EDT

Information for build perl-WWW-RobotRules-6.02-1.ru

ID3577
Package Nameperl-WWW-RobotRules
Version6.02
Release1.ru
Epoch
SummaryWWW-RobotRules - database of robots.txt-derived permissions
DescriptionThis module parses /robots.txt files as specified in "A Standard for Robot Exclusion", at <http://www.robotstxt.org/wc/norobots.html> Webmasters can use the /robots.txt file to forbid conforming robots from accessing parts of their web site. The parsed files are kept in a WWW::RobotRules object, and this object provides methods to check if access to a given URL is prohibited. The same WWW::RobotRules object can be used for one or more parsed /robots.txt files on any number of hosts. The following methods are provided: =over 4 =item $rules = WWW::RobotRules->new($robot_name) This is the constructor for WWW::RobotRules objects. The first argument given to new() is the name of the robot. =item $rules->parse($robot_txt_url, $content, $fresh_until) The parse() method takes as arguments the URL that was used to retrieve the /robots.txt file, and the contents of the file. =item $rules->allowed($uri) Returns TRUE if this robot is allowed to retrieve this URL. =item $rules->agent([$name]) Get/set the agent name. NOTE: Changing the agent name will clear the robots.txt rules and expire times out of the cache. =back
Built byad778
State complete
StartedMon, 06 Apr 2015 14:19:35 EDT
CompletedMon, 06 Apr 2015 14:22:14 EDT
Taskbuild (centos5-rutgers-staging, perl-WWW-RobotRules-6.02-1.ru.src.rpm)
Tags
centos5-rutgers
centos5-rutgers-staging
centos5-rutgers-testing
RPMs
src
perl-WWW-RobotRules-6.02-1.ru.src.rpm (info) (download)
noarch (build logs)
perl-WWW-RobotRules-6.02-1.ru.noarch.rpm (info) (download)
Changelog * Mon Apr 06 2015 <ad778@nbcs.rutgers.edu> - 6.02-1 - Initial build.