Skip to content

Latest commit

 

History

History

postprocessing

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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