From 5efc041ed95a1b8535c58ae501cf9d4650d5357b Mon Sep 17 00:00:00 2001 From: Jacob Haddon Date: Thu, 7 Mar 2024 14:14:46 -0500 Subject: [PATCH] updated readme --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b6aed61..d90f434 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ The following CPAN modules need to be installed on your server: * LWP::Simple * LWP::Protocol::https -* XML::RSS; -* HTML::Entities; +* XML::RSS +* HTML::Entities # Configuration @@ -28,10 +28,17 @@ This area is for general information on the site and feed. * feed URL * copyright -There are two files you have to save, update these with the path of the folders on your server where they will be saved. Examples are given for CPanel type servers: +There are three files you have to save, update these with the path of the folders on your server where they will be saved. + +* Feed - the RSS feed generated for the site, should be an xml file +* HTML - the site itself, should be an html file +* Error Log - this lists URLs that did not work - should be a txt file + +Example paths are given for CPanel type servers: * Feed - /home/USER_NAME/public_html/feed.xml -* HTML - /home/USER_NAME/public_html/index.xml +* HTML - /home/USER_NAME/public_html/index.html +* Error Log - /home/USER_FOLDER/public_html/feed.log ## The Site