Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Summary #1334

Merged
merged 3 commits into from
Nov 18, 2019
Merged

Summary #1334

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 14 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
<a href="https://islandora.ca">Islandora</a> is an open-source repository framework, that combines a Drupal front-end
with a Fedora repository. It is a solution for institutions who want an extremely flexible and configurable preservation repository without creating a lot of custom code.
[Islandora](https://islandora.ca) is an open-source framework that provides the necessary tools turn a [Drupal 8](https://www.drupal.org) website into a fully-functional preservation repository for digital assets without the need for additional code, while remanining flexible enough to be extended and customized.

Islandora 8 integrates [Drupal](https://www.drupal.org/) (currently, Drupal 8) and Duraspace's [Fedora Repository](https://wiki.duraspace.org/display/FF/Fedora+Repository+Home) project (currently, Fedora 5).
Out of the box, this includes:

Islandora 8 allows you to create nodes, media, files, and taxonomy terms in Drupal, which are converted to RDF
and pushed into a Fedora repository. It also allows you to connect repository content with microservices, small webapps that transform files to other types for display or preservation, or to extract additional metadata.
- A suite of customized Drupal resource types and configurations, packaged as the [Islandora 8 Drupal module](https://github.com/Islandora/islandora), that streamline the process of creating preservable digital resources natively within Drupal as nodes, media, files, and taxonomy terms
- Complete integration between Drupal resources and Duraspace's [Fedora 5.x Repository](https://wiki.duraspace.org/display/FF/Fedora+Repository+Home), including RDF conversion and asset storage
- The [Crayfish](https://github.com/Islandora/crayfish) suite of microservices that Islandora uses to provide automated resource mapping to Fedora and automated generation of derivative files, and which can be extended to provide even more services
- The [Alpaca](https://github.com/Islandora/Alpaca) suite of middleware that asynchronously manages and queues microservices in the background - like the ones bundled with Crayfish - providing scalability
- A [batch import/migration framework](https://github.com/Islandora/migrate_islandora_csv) to serve as a launching point to get your existing data into Islandora 8
- Preservation tools like [controlled access terms](https://github.com/Islandora/controlled_access_terms) for subjects and agents and a [full configuration for exposing OAI-PMH](https://github.com/Islandora/islandora_defaults/tree/8.x-1.x/modules/islandora_oaipmh) to metadata harvesters
- Discoverability tools like [JSON-LD serialization](https://github.com/Islandora/jsonld) for linked data, [IIIF support](https://github.com/Islandora/islandora/tree/8.x-1.x/modules/islandora_iiif), and an [Openseadragon viewer](https://github.com/Islandora/openseadragon) for image display
- A [dedicated, active community](https://groups.google.com/forum/#!forum/islandora) working to push new features, collaborate on improvements, design custom solutions, and [create extended functionality](https://github.com/Islandora-Labs/islandora_awesome#the-islandora-8-list)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be worth including mention of the new IIIF support, and maybe Openseadragon/Mirador as viewer options?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking at this I think it's a brainful to jam preservation and discovery together, so will separate out so that IIIF/Openseadragon stuff can be added

As native Drupal content, Islandora resources can also be integrated with existing Drupal tools like the [Solr Search API](https://www.drupal.org/project/search_api_solr), [Matomo Analytics](https://www.drupal.org/project/matomo), [RDF schema building](https://www.drupal.org/project/rdfui), and much more.

Islandora 8 comes with a comprehensive [default site configuration](https://github.com/Islandora/islandora_defaults) for Drupal to get you started, and even an [Ansible playbook](https://github.com/Islandora-Devops/islandora-playbook) that will quickly get you up and running so you can try it out.