{"id":13740373,"url":"https://robcast.github.io/digilib/","last_synced_at":"2025-05-08T20:31:24.202Z","repository":{"id":10863160,"uuid":"13148172","full_name":"robcast/digilib","owner":"robcast","description":"A versatile image viewing environment for the internet.","archived":false,"fork":false,"pushed_at":"2024-09-13T09:33:47.000Z","size":41133,"stargazers_count":18,"open_issues_count":9,"forks_count":7,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-09-14T04:13:31.549Z","etag":null,"topics":["iiif","image-server","java"],"latest_commit_sha":null,"homepage":"https://robcast.github.io/digilib/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robcast.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-09-27T10:55:30.000Z","updated_at":"2024-09-12T14:05:53.000Z","dependencies_parsed_at":"2023-12-06T15:29:30.213Z","dependency_job_id":"8e411064-44df-40e6-b2d9-536548efc7e3","html_url":"https://github.com/robcast/digilib","commit_stats":null,"previous_names":[],"tags_count":39,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robcast%2Fdigilib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robcast%2Fdigilib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robcast%2Fdigilib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robcast%2Fdigilib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robcast","download_url":"https://codeload.github.com/robcast/digilib/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224765458,"owners_count":17366123,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["iiif","image-server","java"],"created_at":"2024-08-03T04:00:47.011Z","updated_at":"2024-11-15T10:30:37.466Z","avatar_url":"https://github.com/robcast.png","language":"Java","funding_links":[],"categories":["Image Servers"],"sub_categories":["IIIF Extensions"],"readme":"![digilib-logo](https://robcast.github.io/digilib/images/digilib-logo-big.png)\n\n# digilib - The Digital Image Library\n![Java build status](https://github.com/robcast/digilib/actions/workflows/maven.yml/badge.svg)\n![Docker image status](https://github.com/robcast/digilib/actions/workflows/docker-image.yml/badge.svg)\n[![Join chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/digilib-talk/community)\n\ndigilib is a flexible image server and image viewing environment for the internet:\n\n* scaling image server that supports big images and deep zoom image clients\n* works with any image format supported by Java: TIFF, JPEG, PNG,...\n* [IIIF API](http://iiif.io) compatible\n* multi-platform Java server for easy deployment\n\nCheck out all the details in the [documentation](https://robcast.github.io/digilib/).\n\n## How to run digilib (using Docker)\n\nRequirements: \n* [Docker](https://www.docker.com/)\n\n```\ndocker run --rm -p 8080:8080 robcast/digilib\n```\nThen open https://localhost:8080/digilib/digilib.html in your browser.\n\nPlease see the [documentation on using the digilib Docker image](https://robcast.github.io/digilib/digilib-docker.html).\n\n## How to build and run digilib (using Java)\n\nRequirements:\n* [git](https://git-scm.com/)\n* [Java JDK](http://www.oracle.com/technetwork/java/javase/downloads/index.html) version 8 or later\n* [Maven](https://maven.apache.org/) version 3 or later\n\n```\ngit clone https://github.com/robcast/digilib.git\ncd digilib\nmvn jetty:run-exploded --projects frontend-jquery\n```\nThen open http://localhost:8080/digilib/digilib.html in your browser.\n\nPlease see the full [build and install documentation](https://robcast.github.io/digilib/build-maven.html).\n\n## digilib resources\n\n* [Source code](https://github.com/robcast/digilib)\n* [Issue tracker](https://github.com/robcast/digilib/issues)\n* [Docker images](https://hub.docker.com/r/robcast/digilib)\n* [Javadoc](https://robcast.github.io/digilib-repo/apidocs/)\n* [Maven repository](https://github.com/robcast/digilib-repo/tree/gh-pages/maven-repo/digilib/) (`https://robcast.github.io/digilib-repo/maven-repo/`)\n\nFull documentation can be found on the \n[digilib documentation pages](https://robcast.github.io/digilib/).\n\n## What is digilib?\n\n* `digilib` is a web based client/server technology for images. The image\n  content is processed on-the-fly by a Java Servlet on the server side so that\n  only the visible portion of the image is sent to the web browser on the client\n  side.\n* `digilib` supports a wide range of image formats and viewing options on\n  the server side while only requiring an internet browser with Javascript and a\n  low bandwidth internet connection on the client side.\n* `digilib` enables very detailed work on an image as required by\n  scholars with elaborate viewing features like an option to show images on the\n  screen in their original size.\n* `digilib` facilitates cooperation of scholars over the internet and\n  novel uses of source material by image annotations and stable references that\n  can be embedded in URLs.\n* `digilib` facilitates federation of image servers through a standards compliant\n  [IIIF](http://iiif.io) image API.\n* `digilib` is Open Source Software under the Lesser General Public License,\n  jointly developed by the\n  [Max-Planck-Institute for the History of Science](http://www.mpiwg-berlin.mpg.de),\n  the [Bibliotheca Hertziana](http://www.biblhertz.it), \n  the [University of Bern](http://philoscience.unibe.ch) and others.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/robcast.github.io%2Fdigilib%2F","html_url":"https://awesome.ecosyste.ms/projects/robcast.github.io%2Fdigilib%2F","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/robcast.github.io%2Fdigilib%2F/lists"}