From e4ab917cd056915621b2f0886b73c560b8ab14b5 Mon Sep 17 00:00:00 2001 From: James Brown Date: Tue, 30 Jan 2024 21:00:58 -0700 Subject: [PATCH 1/2] Remove HTML metadata link This is super legacy code, and something that data.gov should not be responsible for. While we accept ISO and CSDGM metadata standards, we are not experts in them and should not be trying to display them in custom HTML formats. Hopefully the recent work to link to link to Geoplatform (https://github.com/GSA/data.gov/issues/3478) will point to the experts in geospatial metadata. --- ckanext/datagovtheme/templates/package/read.html | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ckanext/datagovtheme/templates/package/read.html b/ckanext/datagovtheme/templates/package/read.html index fed81cc0..98706dbb 100644 --- a/ckanext/datagovtheme/templates/package/read.html +++ b/ckanext/datagovtheme/templates/package/read.html @@ -249,12 +249,6 @@

{{ _('Metadata Source') }}

Download Metadata - {% if ho_formats.object_format == 'ISO-19139' %} - {% if not dataset_is_datajson %} - · - View Full Metadata - {% endif %} - {% endif %}

{% if ho_formats.original_format %} @@ -265,8 +259,6 @@

{{ _('Metadata Source') }}

Download Original Metadata - · - View Original Full Metadata

{% endif %} From 0b50d1ddb2fba112059f59d74d49f66bd197a81c Mon Sep 17 00:00:00 2001 From: jbrown-xentity Date: Wed, 31 Jan 2024 11:48:14 -0700 Subject: [PATCH 2/2] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c1c0ef9a..31b6dbc5 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="ckanext-datagovtheme", - version="0.2.12", + version="0.2.13", description="CKAN Extension to manage data.gov theme", long_description=long_description, classifiers=[