From 6b45f72970af5a5a83476429b4783def96e8104f Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Fri, 24 Nov 2017 18:26:19 +0200 Subject: [PATCH] HTTPS everywhere --- COMPARE.rst | 24 ++++++++++++------------ README.rst | 4 ++-- appveyor.yml | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/COMPARE.rst b/COMPARE.rst index d5c536d..664ba5d 100644 --- a/COMPARE.rst +++ b/COMPARE.rst @@ -29,17 +29,17 @@ Sources: - Google search for "pdf diff" or "pdf compare" - - http://superuser.com/questions/517004/tool-for-performing-a-pdf-diff + - https://superuser.com/questions/517004/tool-for-performing-a-pdf-diff - - http://www.cs.ox.ac.uk/people/cas.cremers/misc/pdfdiff.html + - https://www.cs.ox.ac.uk/people/cas.cremers/misc/pdfdiff.html (relies on pdftotext) - - http://superuser.com/questions/46123/how-to-compare-the-differences-between-two-pdf-files-on-windows + - https://superuser.com/questions/46123/how-to-compare-the-differences-between-two-pdf-files-on-windows - - apt-get install diffpdf (package of http://www.qtrac.eu/diffpdf.html) + - apt-get install diffpdf (package of https://www.qtrac.eu/diffpdf.html) - https://github.com/vslavik/diff-pdf - - http://stackoverflow.com/questions/145657/tool-to-compare-large-numbers-of-pdf-files + - https://stackoverflow.com/questions/145657/tool-to-compare-large-numbers-of-pdf-files - Nice idea in one answer: compare PDF content directly, ignoring irrelevant changes :: @@ -58,10 +58,10 @@ Sources: - https://github.com/vslavik/diff-pdf - https://github.com/JoshData/pdf-diff - - https://github.com/zeliboba/DiffPDF-app (import of http://www.qtrac.eu/diffpdf.html) + - https://github.com/zeliboba/DiffPDF-app (import of https://www.qtrac.eu/diffpdf.html) - https://github.com/hyperjeff/PDF-Diff (text only) - - https://github.com/witwall/diffpdf (import of http://www.qtrac.eu/diffpdf.html) - - https://github.com/apex-hughin/DiffPDF (import of http://www.qtrac.eu/diffpdf.html) + - https://github.com/witwall/diffpdf (import of https://www.qtrac.eu/diffpdf.html) + - https://github.com/apex-hughin/DiffPDF (import of https://www.qtrac.eu/diffpdf.html) - https://github.com/apark0114/pdfBox (no README) - https://github.com/koyachi/diff_pdf_image (small Ruby script, grayscales and composes as different color channels) - https://github.com/momeni/visual-pdf-diff (small shell script that composes two pdfs with imagemagick) @@ -111,13 +111,13 @@ in this very repository: - Written in Python. - Relies on external tools: ImageMagick. -`DiffPDF `__ +`DiffPDF `__ - Packaged for Ubuntu (apt-get install diffpdf). - Upstream no longer open source. - Interactive. -`ComparePDF `__ +`ComparePDF `__ - Packaged for Ubuntu (apt-get install comparepdf). - Automated. @@ -125,7 +125,7 @@ in this very repository: `vslavik/diff-pdf `__ -- Website: http://vslavik.github.io/diff-pdf/ +- Website: https://vslavik.github.io/diff-pdf/ - Uses overlaid red/green channels to compose an image from two sources. - Automated. - Can produce a report as PDF. @@ -160,6 +160,6 @@ in this very repository: - Automated. - Produces PDF report using Pillow's ImageChops for highlighting differenes, using - http://stackoverflow.com/questions/18341754/color-in-red-diffrencies-between-two-pictures + https://stackoverflow.com/questions/18341754/color-in-red-diffrencies-between-two-pictures - Written in Python. - Relies on ImageMagick via Wand (ctypes-based wrapper). diff --git a/README.rst b/README.rst index 3d0bd88..60ca684 100644 --- a/README.rst +++ b/README.rst @@ -53,13 +53,13 @@ bugs for missing features, and I'll see what I can do. Resources --------- -There's a web page, of sorts, at http://mg.pov.lt/mgp2pdf +There's a web page, of sorts, at https://mg.pov.lt/mgp2pdf The source code can be found at https://github.com/mgedmin/mgp2pdf. Report bugs at https://github.com/mgedmin/mgp2pdf/issues. -Licence: GPL v2 or later (http://www.gnu.org/copyleft/gpl.html) +Licence: GPL v2 or later (https://www.gnu.org/copyleft/gpl.html) .. image:: https://travis-ci.org/mgedmin/mgp2pdf.svg?branch=master :target: https://travis-ci.org/mgedmin/mgp2pdf diff --git a/appveyor.yml b/appveyor.yml index 49f3002..ba4b399 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,7 +5,7 @@ environment: # At the moment there are no ReportLab wheels for Python 3.5 on PyPI. PIP_FIND_LINKS: "https://debesis.gedmin.as/wheels/" matrix: - # http://www.appveyor.com/docs/installed-software#python lists available + # https://www.appveyor.com/docs/installed-software#python lists available # versions - PYTHON: "C:\\Python27" - PYTHON: "C:\\Python33"