Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jrdh committed Nov 4, 2021
1 parent d6d615c commit a6afb9a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# Data Portal Media Server
[![Travis](https://img.shields.io/travis/NaturalHistoryMuseum/iiif-image-server/master.svg?style=flat-square)](https://travis-ci.org/NaturalHistoryMuseum/iiif-image-server)
# IIIF Image Server
[![Travis](https://img.shields.io/travis/NaturalHistoryMuseum/iiif-image-server/master.svg?style=flat-square)](https://travis-ci.com/NaturalHistoryMuseum/iiif-image-server)
[![Coveralls](https://img.shields.io/coveralls/github/NaturalHistoryMuseum/iiif-image-server/master.svg?style=flat-square)](https://coveralls.io/github/NaturalHistoryMuseum/iiif-image-server)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg?style=flat-square)](https://www.gnu.org/licenses/gpl-3.0)

This is a media server for the NHM Data Portal.
It currently just serves up images and can do IIIF too.

Probably best not to use it for anything else at the moment as it has some hard coded assumptions
based on locations of NHM assets and cannot be used generically yet.
This is a IIIF image server primarily used by the [NHM Data Portal](https://data.nhm.ac.uk).
The service uses FastAPI and asynchronous code throughout.

## OS Dependencies
See `.travis.yml` for dependency install example on Ubuntu 18.04, generally though we need:
Expand Down

0 comments on commit a6afb9a

Please sign in to comment.