Skip to content

Commit

Permalink
HTTPS everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Nov 24, 2017
1 parent 95f7911 commit 6b45f72
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions COMPARE.rst
Expand Up @@ -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 ::
Expand All @@ -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)
Expand Down Expand Up @@ -111,21 +111,21 @@ in this very repository:
- Written in Python.
- Relies on external tools: ImageMagick.

`DiffPDF <http://www.qtrac.eu/diffpdf.html>`__
`DiffPDF <https://www.qtrac.eu/diffpdf.html>`__

- Packaged for Ubuntu (apt-get install diffpdf).
- Upstream no longer open source.
- Interactive.

`ComparePDF <http://www.qtrac.eu/comparepdf.html>`__
`ComparePDF <https://www.qtrac.eu/comparepdf.html>`__

- Packaged for Ubuntu (apt-get install comparepdf).
- Automated.
- Reports "yes" or "no", doesn't show differences, doesn't produce reports.

`vslavik/diff-pdf <https://github.com/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.
Expand Down Expand Up @@ -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).
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -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"
Expand Down

0 comments on commit 6b45f72

Please sign in to comment.