Regenerated PDF

This commit is contained in:
Dave Morriss
2022-11-20 22:49:57 +00:00
parent be19611784
commit f9cff60021
6 changed files with 4587 additions and 52 deletions

View File

@@ -443,6 +443,7 @@ if ($deletefile) {
#-------------------------------------------------------------------------------
if ($scan) {
$LOG->info( "Scan is not fully implemented yet" );
# Testing. Processes the first two feeds
scanDB($dbh, \%keymap);
}
@@ -1704,7 +1705,7 @@ sub robotRulesOK {
# we examine the 'content-type' header looking for the string
# 'xml' or 'html' in it. The former denotes a feed, and the
# latter a normal HTML page.
# We use Feed::Find if the page is HTML in ordfer to find any
# We use Feed::Find if the page is HTML in order to find any
# "child" feeds which we really want to process if we find any.
# THROWS: No exceptions
# COMMENTS: None