Skip to content

Commit

Permalink
Fixed readme (#41).
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-KM committed Feb 17, 2019
1 parent bb4a12c commit 1c5fdde
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Installation

PHP should be installed with the extension `exif` in order to get the size of
images. This is the case for all major distributions and providers. At least one
of the php extensions `[GD]` or `[Imagick]` are recommended. They are installed
of the php extensions [`GD`] or [`Imagick`] are recommended. They are installed
by default in most servers. If not, the image server will use the command line
[ImageMagick] tool `convert`.

Expand All @@ -57,7 +57,7 @@ systemctl restart apache2
```

Then, you have to add the following rules, adapted to your needs, to the file
`.htaccess` at the root of Omeka S or in the main config of the server:
`.htaccess` at the root of Omeka Classic or in the main config of the server:

```
# CORS access for some files.
Expand Down Expand Up @@ -406,6 +406,9 @@ First version of this plugin has been built for [Mines ParisTech].
[online]: http://universalviewer.io/examples/
[IIIF specifications]: http://iiif.io/api/
[official release]: https://github.com/UniversalViewer/universalviewer/releases
[`GD`]: https://secure.php.net/manual/en/book.image.php
[`Imagick`]: https://php.net/manual/en/book.imagick.php
[ImageMagick]: https://www.imagemagick.org/
[distribution]: https://github.com/UniversalViewer/universalviewer/tree/master/dist
[OpenLayers Zoom]: https://github.com/Daniel-KM/Omeka-plugin-OpenLayersZoom
[Ark & Noid]: https://github.com/Daniel-KM/Omeka-plugin-ArkAndNoid
Expand Down

0 comments on commit 1c5fdde

Please sign in to comment.