From b8d3f1d8000e4bc790cc0ab53edcd6787735bd8c Mon Sep 17 00:00:00 2001 From: Klaas Hoekema Date: Fri, 23 Feb 2024 14:40:54 -0500 Subject: [PATCH] Update OpenSearch.org links to dewitt/opensearch repo OpenSearch.org was repurposed, so the links to the spec that used to be hosted there are broken. The site was cloned into a github repo. This updates the links to the corresponding files in that repo. Resolves #112 --- app/views/collections/descriptor_document.xml.erb | 2 +- .../collections/descriptor_document_facets.xml.erb | 2 +- app/views/granules/descriptor_document.xml.erb | 2 +- app/views/home/docs.html.erb | 12 ++++++------ app/views/home/index.html.erb | 6 +++--- .../opensearch_descriptor_documents_steps.rb | 10 +++++----- .../collections/descriptor_document_facets_spec.rb | 2 +- spec/views/collections/descriptor_document_spec.rb | 2 +- .../granules/descriptor_document_no_client_spec.rb | 4 ++-- spec/views/granules/descriptor_document_spec.rb | 2 +- 10 files changed, 22 insertions(+), 22 deletions(-) diff --git a/app/views/collections/descriptor_document.xml.erb b/app/views/collections/descriptor_document.xml.erb index 05fb303..03a9163 100644 --- a/app/views/collections/descriptor_document.xml.erb +++ b/app/views/collections/descriptor_document.xml.erb @@ -5,7 +5,7 @@ xmlns:geo="http://a9.com/-/opensearch/extensions/geo/1.0/" xmlns:time="http://a9.com/-/opensearch/extensions/time/1.0/" xmlns:params="http://a9.com/-/spec/opensearch/extensions/parameters/1.0/" - xmlns:referrer="http://www.opensearch.org/Specifications/OpenSearch/Extensions/Referrer/1.0" + xmlns:referrer="https://github.com/dewitt/opensearch/blob/master/mediawiki/Specifications/OpenSearch/Extensions/Referrer/1.0" xmlns:eo="http://a9.com/-/opensearch/extensions/eo/1.0/" xmlns:atom="http://www.w3.org/2005/Atom"> CMR Collections diff --git a/app/views/collections/descriptor_document_facets.xml.erb b/app/views/collections/descriptor_document_facets.xml.erb index 538f8ac..f5973a2 100644 --- a/app/views/collections/descriptor_document_facets.xml.erb +++ b/app/views/collections/descriptor_document_facets.xml.erb @@ -5,7 +5,7 @@ xmlns:geo="http://a9.com/-/opensearch/extensions/geo/1.0/" xmlns:time="http://a9.com/-/opensearch/extensions/time/1.0/" xmlns:params="http://a9.com/-/spec/opensearch/extensions/parameters/1.0/" - xmlns:referrer="http://www.opensearch.org/Specifications/OpenSearch/Extensions/Referrer/1.0" + xmlns:referrer="https://github.com/dewitt/opensearch/blob/master/mediawiki/Specifications/OpenSearch/Extensions/Referrer/1.0" xmlns:eo="http://a9.com/-/opensearch/extensions/eo/1.0/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sru="http://docs.oasis-open.org/ns/search-ws/facetedResults" > diff --git a/app/views/granules/descriptor_document.xml.erb b/app/views/granules/descriptor_document.xml.erb index 22e3ef9..3974cd6 100644 --- a/app/views/granules/descriptor_document.xml.erb +++ b/app/views/granules/descriptor_document.xml.erb @@ -5,7 +5,7 @@ xmlns:geo="http://a9.com/-/opensearch/extensions/geo/1.0/" xmlns:time="http://a9.com/-/opensearch/extensions/time/1.0/" xmlns:params="http://a9.com/-/spec/opensearch/extensions/parameters/1.0/" - xmlns:referrer="http://www.opensearch.org/Specifications/OpenSearch/Extensions/Referrer/1.0" + xmlns:referrer="https://github.com/dewitt/opensearch/blob/master/mediawiki/Specifications/OpenSearch/Extensions/Referrer/1.0" xmlns:eo="http://a9.com/-/opensearch/extensions/eo/1.0/" xmlns:atom="http://www.w3.org/2005/Atom"> CMR Granules diff --git a/app/views/home/docs.html.erb b/app/views/home/docs.html.erb index f44ba29..3dde9b5 100644 --- a/app/views/home/docs.html.erb +++ b/app/views/home/docs.html.erb @@ -16,7 +16,7 @@

CMR OpenSearch Overview

CMR OpenSearch is a CMR collections and granules search implementation based on the - OpenSearch 1.1 (Draft 5) specification. It + OpenSearch 1.1 (Draft 5) specification. It allows clients to formulate OpenSearch compliant queries against the CMR collections and granules inventory and specify the desired search results format as OpenSearch compliant @@ -32,19 +32,19 @@

Specifications of interest

CMR OpenSearch is compliant with the following specifications, best practices and implementation guides: