Skip to content

benjaminp/httpswatch

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

HTTPSWatch

https://travis-ci.org/benjaminp/httpswatch.svg?branch=master

This is the HTTPSWatch project, a retired website that tracks the HTTPS support of prominent websites. This project is no longer under development.

The code is fairly simple. Python 3.4 is required. The check_https.py script generates a small static site from JSON data in the config/ directories and Jinja2 templates from the templates/ 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 run testing_server.py to view the website at localhost:8000.