UtahWatch tracks the HTTPS support of Utah websites. UtahWatch is a project by SecureUtah.org.
This repo holds the config files, templates, and scripts that are used to generate the UtahWatch website. The output files are then moved to https://github.com/SecureUtah/utahwatch
and served via GitHub Pages.
UtahWatch is a customized fork of HTTPSWatch. The HTTPSWatch code is available on GitHub and was originally created by Benjamin Peterson.
The following instructions are taken from the HTTPSWatch README and apply to this project:
The code is fairly simple. Python 3.4 is required. The
check_https.py
script generates a small static site from JSON data in theconfig/
directories and Jinja2 templates from thetemplates/
directory.If you edit the HTML, please do not wrap HTML lines. (Paragraphs should be on one line.)
Once
check_https.py
has been run, you can runtesting_server.py
to view the website atlocalhost:8000
.