Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 506 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 506 Bytes

HTML postprocessing

This directory contains sed scripts used to postprocess website HTML after it has been downloaded. These scripts are used to simplify the HTML before it is committed back to this repository.

To apply these scripts to a directory containing HTML:

./transform_results.sh path_to_html

The HTML will be modified in-place.

A testing script is also included for validating the existing scripts and developing new ones:

./test.sh