diff --git a/README.md b/README.md index d2880bd..d8048a5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ This is a from-scratch rewrite of -[my Toolserver site](http://toolserver.org/~earwig) to interface well with my +[my Toolserver site](https://toolserver.org/~earwig) to interface well with my [EarwigBot rewrite](https://github.com/earwig/earwigbot). Not much else to say at this stage. Move along, now. diff --git a/pages/copyvios.mako b/pages/copyvios.mako index 153022f..907d2c5 100644 --- a/pages/copyvios.mako +++ b/pages/copyvios.mako @@ -155,6 +155,8 @@ def urlstrip(url): if url.startswith("http://"): url = url[7:] + if url.startswith("https://"): + url = url[8:] if url.startswith("www."): url = url[4:] if url.endswith("/"): @@ -174,7 +176,7 @@ %>\ <%include file="/support/header.mako" args="environ=environ, title='Copyvio Detector', add_css=('copyvios.css',), add_js=('copyvios.js',)"/>

Copyvio Detector

-

This tool attempts to detect copyright violations in Wikipedia articles.

+

This tool attempts to detect copyright violations in Wikipedia articles.

diff --git a/pages/support/footer.mako b/pages/support/footer.mako index ef08547..52daa9b 100644 --- a/pages/support/footer.mako +++ b/pages/support/footer.mako @@ -13,10 +13,10 @@