Skip to content

Commit

Permalink
Switch quru.com links over to the dedicated QIS web site
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt committed Mar 19, 2019
1 parent 11666d9 commit 6d7a559
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 13 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
5 changes: 3 additions & 2 deletions doc/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion doc/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/imageserver/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down
6 changes: 3 additions & 3 deletions src/imageserver/templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ <h1>About {{ about.__title__ }}</h1>

<h2>Web sites</h2>
<p class="tall">
About Quru Ltd - <a href="https://quru.com/">https://quru.com/</a><br>
{{ about.__tag__ }} on quru.com - <a href="{{ about.__uri__ }}">{{ about.__uri__ }}</a><br>
{{ about.__tag__ }} on GitHub - <a href="{{ about.__source_uri__ }}">{{ about.__source_uri__ }}</a><br>
{{ about.__tag__ }} web site &ndash; <a href="{{ about.__uri__ }}">{{ about.__uri__ }}</a><br>
{{ about.__tag__ }} on GitHub &ndash; <a href="{{ about.__source_uri__ }}">{{ about.__source_uri__ }}</a><br>
About Quru Ltd &ndash; <a href="https://quru.com/">https://quru.com/</a><br>
</p>

<h2>Documentation</h2>
Expand Down
4 changes: 2 additions & 2 deletions src/imageserver/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ <h1>

<br>
<p class="tall center">
About Quru Ltd - <a href="https://quru.com/">https://quru.com/</a><br>
{{ about.__tag__ }} on quru.com - <a href="{{ about.__uri__ }}">{{ about.__uri__ }}</a><br>
Web site &ndash; <a href="{{ about.__uri__ }}">{{ about.__uri__ }}</a><br>
About Quru Ltd &ndash; <a href="https://quru.com/">https://quru.com/</a><br>
</p>

<br>
Expand Down

0 comments on commit 6d7a559

Please sign in to comment.