Extension Highlight Related Items


Extension Basics


Background Infos

Description (long)
Show details

ckanext-highlight-related-items

Surface a dataset’s related items more visibly. Normally, a dataset page provides a text description of the dataset and then a bunch of “resources” in various formats. For very technical users, this is perfect. For everyone else, visualizations and applications are far more approachable. But they’re buried in the “Related” tab. This plugin simply surfaces those items above the “resources.”

screenshot of dataset view page with related items beneath the
description

Installation

 . /usr/lib/ckan/default/bin/activate
 cd /usr/lib/ckan/default/src
 git clone https://github.com/CityOfPhiladelphia/ckanext-highlight-related-items
 cd ckanext-highlight-related-items
 python setup.py develop

Note

From CKAN v2.6, Related Items has been removed from CKAN, and replaced by the Showcase extension, which works with CKAN 2.3 and above.

Version
Version release date
(not set)
Contact name
City of Philadelphia
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints
 . /usr/lib/ckan/default/bin/activate
 cd /usr/lib/ckan/default/src
 git clone https://github.com/CityOfPhiladelphia/ckanext-highlight-related-items
 cd ckanext-highlight-related-items
 python setup.py develop
Plugins to configure (ckan.ini)
highlight_related_items
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions