updated readme

This commit is contained in:
Jacob Haddon 2024-03-07 14:14:46 -05:00
parent ecdb015067
commit 5efc041ed9

View File

@ -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