Instructions on How to Use the Software to Process Weekly Results author: Mike Arms lastUpdated: 2019-01-13 1. Run this once at the start of the season to generate the report templates: ./generate_report_templates.pl 2. Run this once the Tourney directory has been created: ./update_footer.pl 3. Edit the current week's raw.week-##.txt file with results sent by JCC. 4. Edit the current week's weekly_data.txt file with properly formatted results. 5. Run this to parse the results and create the detail file. ./parsedetail.pl > z 6. Merge the parsed detail into the current week's files: ./merge_report_detail.pl z 7. Remove the detail file: rm z 8. Copy the contents of the current week's directory to ../Standings cd week-##; cp -p Detail* Standings_* ../../Standings 9. If not at end of season, prepare the next week's directory: ./setup_next_week.pl __