-
Notifications
You must be signed in to change notification settings - Fork 257
Blacklight Add ons
Nikitas Tampakis edited this page Oct 11, 2024
·
29 revisions
A few add-ons are are more or less 'officially supported', and all Blacklight developers have commit rights on them. (although some may not have received attention in a while if developers have been busy. Feel free to ask on the list for current status):
- Advanced search
- CQL search
- Date range limit
- Blacklight Gallery
- Spotlight Curated digital collections
- GeoBlacklight Discovery and access for geospatial data
- ArcLight Discovery for archival materials
- Blacklight Maps
- Blacklight Heatmaps
- blacklight-oembed Embedding oEmbed resources in search results
- Blacklight Hierarchy Hierarchical facets for Blacklight
- blacklight-dynamic-sitemap Fast, automatic generation of sitemaps for your Blacklight application
- blacklight-iiif-search provides IIIF Content Search functionality for Blacklight-based applications
- Blacklight Sitemap Generator: Rake task for generating sitemaps.
- Blacklight OAI provider: Adds an OAI-PMH provider using the oai gem for harvesting records within Blacklight.
- Blacklight unAPI: Adds an unAPI endpoint for records within Blacklight.
- Blacklight User Generated Content: Adds user generated content to SolrDocument objects using acts_as_commentable, acts_as_taggable and acts_as_rateable directly against a SolrDocument object.
- Blacklight oEmbed: oEmbed endpoint that provides framework for allowing third-party sites (Wordpress, Facebook, etc) to embed content given a URL.
- Blacklight Google Analytics: Quick start for setting up Google Analytics for a Blacklight site, including Event Tracking of Blacklight-specific page elements like facets.
- Blacklight Vue
- Autocomplete/Suggester functionality (in Earthworks: commit) Note: This functionality is being merged into blacklight core. It was merged in projectblacklight/blacklight#1288 and will be available in blacklight 6.
- Bookplates (in Searchworks: commits)