Rewritten Web Page Generator for greater flexibility
- Split WebPage_Generator.py into two parts:
- python/WebPage_FetchData.py creates a dictionary of key-value for template HTML substitution and dumps into a text file
- scripts/cron_WPG.sh now invokes the above python script and apply the substitution (via
sed
) to the HTML template files and copy them to the output folder
- Minor changes to configuration to simplify it and make parameter naming convention more homogeneous