Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Dec 24, 2024
1 parent c422939 commit fca0332
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,17 @@ The basics are:
In following with GPLv2, this repo was originally forked from [islandora-devops/islandora-starter-site](https://github.com/islandora-devops/islandora-starter-site).

The most notable changes after forking have been:
- Replaced the fedora flysystem configuration for Drupal file entities and Islandora derivative actions to instead use [drupal/flysystem_gcs](https://www.drupal.org/project/flysystem_gcs)
- Configured file uploads on media entities to use [drupal/flysystem_gcs_cors](https://www.drupal.org/project/flysystem_gcs_cors) to directly upload files to Google Cloud Storage from the client's web browser
- Added GitHub Actions to this repo that are required for LibOps functionality
- Added a Drupal module required for running on the LibOps platform
- Upgraded the PDF.js library and added a patch to allow valid LibOps buckets to display in PDF viewer.
- Added [bootstrap_barrio](https://www.drupal.org/project/bootstrap_barrio) and created a subtheme of bootstrap_barrio theme called isle
- Replaced Openseadragon with [Islandora Mirador](https://github.com/islandora/islandora_mirador)
- Configured hOCR text creation per Islandora Mirador's instructions
- Updated `/search` page, removing [islandora/advanced_search](https://github.com/islandora/advanced_search)
- Added [drupal/field_group_table](https://www.drupal.org/project/field_group_table) and configured item level metadata to display using the formatter
- Added/configured [drupal/metatag_google_scholar](https://www.drupal.org/project/metatag_google_scholar)
- Added [drupal/views_bootstrap](https://www.drupal.org/project/views_bootstrap) and applied bootstrap style to solr search
- Added [drupal/entity_reference_facet_link](https://www.drupal.org/project/entity_reference_facet_link) and applied to entity references with facets on search page
- Added [drupal/xmlsitemap](https://www.drupal.org/project/xmlsitemap) and configured to expose repository items

0 comments on commit fca0332

Please sign in to comment.