From 6d7a55915e3aa8b199013d3f30df29c77c1de2d6 Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 19 Mar 2019 09:23:06 +0000 Subject: [PATCH] Switch quru.com links over to the dedicated QIS web site --- README.md | 8 ++++---- doc/install.md | 5 +++-- doc/overview.md | 2 +- src/imageserver/__about__.py | 2 +- src/imageserver/templates/about.html | 6 +++--- src/imageserver/templates/index.html | 4 ++-- 6 files changed, 14 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index c6fd956..bb9196b 100644 --- a/README.md +++ b/README.md @@ -326,7 +326,7 @@ no major new features. QIS v4 is the first release to be fully open source. It adds an image processing module built on the [Pillow](https://github.com/python-pillow/Pillow) library and becomes the new QIS Standard Edition. An optional more fully featured image processing -module, built on the ImageMagick package, is [available from Quru](https://quru.com/qis/) +module, built on the ImageMagick package, is [available from Quru](https://www.quruimageserver.com/) and becomes QIS Premium Edition. ## Standard and Premium editions @@ -337,9 +337,9 @@ performance when colour accuracy is not critical (see the [`IMAGE_RESIZE_GAMMA_CORRECT`](doc/tuning.md#pillow) setting) and when only support for the most common file types is required. -The optional [upgrade to the Premium Edition](https://quru.com/qis/) swaps Pillow -for a proprietary interface to the ImageMagick, Ghostscript and LibRaw packages, -bringing these advantages: +The optional [upgrade to the Premium Edition](https://www.quruimageserver.com/) +swaps Pillow for a proprietary interface to the ImageMagick, Ghostscript and +LibRaw packages, bringing these advantages: * Support for image conversion to and from PDF files * Support for reading various digital camera RAW file formats diff --git a/doc/install.md b/doc/install.md index e466e4d..5a11e7c 100644 --- a/doc/install.md +++ b/doc/install.md @@ -616,8 +616,9 @@ at one of the various log files. ## Upgrading to the Premium Edition QIS can be upgraded to the Premium Edition with its enhanced imaging engine by -[contacting Quru](https://quru.com/qis/). We will send you an extra file compiled -for your operating system and platform, which you can install by running: +[contacting Quru](https://www.quruimageserver.com/). We will send you an extra +file compiled for your operating system and platform, which you can install by +running: $ sudo -u qis pip3 install --prefix /opt/qis qismagick-4.0.0-cp35-cp35m-linux_x86_64.whl $ sudo systemctl restart httpd.service diff --git a/doc/overview.md b/doc/overview.md index 3a99746..acde9e8 100644 --- a/doc/overview.md +++ b/doc/overview.md @@ -25,7 +25,7 @@ API to use the image server as a back-end for creating automated imaging workflo ## Editions Quru offers the image server in 2 editions - the fully open source Standard Edition, -and the Premium Edition that requires an [annual subscription](https://quru.com/qis/). +and the Premium Edition that requires an [annual subscription](https://www.quruimageserver.com/). The Standard Edition uses the Python-Pillow imaging library, which is well suited to basic image resizing and cropping, and offers good performance when colour diff --git a/src/imageserver/__about__.py b/src/imageserver/__about__.py index f5eb5d1..45fbd86 100644 --- a/src/imageserver/__about__.py +++ b/src/imageserver/__about__.py @@ -29,7 +29,7 @@ __summary__ = "A high performance dynamic image server" __description__ = ("To learn more about Quru Image Server, " "please visit the project home page on GitHub or quru.com") -__uri__ = "https://quru.com/qis/" +__uri__ = "https://www.quruimageserver.com/" __source_uri__ = "https://github.com/quru/qis" __platforms__ = ["Linux", "Unix", "Mac OSX"] diff --git a/src/imageserver/templates/about.html b/src/imageserver/templates/about.html index 51b4295..db677a9 100644 --- a/src/imageserver/templates/about.html +++ b/src/imageserver/templates/about.html @@ -26,9 +26,9 @@

About {{ about.__title__ }}

Web sites

- About Quru Ltd - https://quru.com/
- {{ about.__tag__ }} on quru.com - {{ about.__uri__ }}
- {{ about.__tag__ }} on GitHub - {{ about.__source_uri__ }}
+ {{ about.__tag__ }} web site – {{ about.__uri__ }}
+ {{ about.__tag__ }} on GitHub – {{ about.__source_uri__ }}
+ About Quru Ltd – https://quru.com/

Documentation

diff --git a/src/imageserver/templates/index.html b/src/imageserver/templates/index.html index 47b8aca..e56c22d 100644 --- a/src/imageserver/templates/index.html +++ b/src/imageserver/templates/index.html @@ -46,8 +46,8 @@


- About Quru Ltd - https://quru.com/
- {{ about.__tag__ }} on quru.com - {{ about.__uri__ }}
+ Web site – {{ about.__uri__ }}
+ About Quru Ltd – https://quru.com/