Skip to content

Commit

Permalink
Update OpenSearch.org links to dewitt/opensearch repo
Browse files Browse the repository at this point in the history
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 nasa#112
  • Loading branch information
KlaasH committed Feb 23, 2024
1 parent 48a9c10 commit b8d3f1d
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion app/views/collections/descriptor_document.xml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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">
<os:ShortName>CMR Collections</os:ShortName>
Expand Down
2 changes: 1 addition & 1 deletion app/views/collections/descriptor_document_facets.xml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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" >
Expand Down
2 changes: 1 addition & 1 deletion app/views/granules/descriptor_document.xml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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">
<os:ShortName>CMR Granules</os:ShortName>
Expand Down
12 changes: 6 additions & 6 deletions app/views/home/docs.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<section>
<h2><a name="overview"/>CMR OpenSearch Overview</h2>
<p>CMR OpenSearch is a CMR collections and granules search implementation based on the
<a class="ext" target="_blank" href='http://www.opensearch.org/Home'>OpenSearch 1.1 (Draft 5) specification</a>. It
<a class="ext" target="_blank" href='https://github.com/dewitt/opensearch'>OpenSearch 1.1 (Draft 5) specification</a>. 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
Expand All @@ -32,19 +32,19 @@
<h3><a name="specs-of-interest"/>Specifications of interest</h3>
<p>CMR OpenSearch is compliant with the following specifications, best practices and implementation guides:
<ul>
<li><a class="ext" target="_blank" href='http://www.opensearch.org/Home'>OpenSearch 1.1 (Draft 5) specification</a>
<li><a class="ext" target="_blank" href='https://github.com/dewitt/opensearch'>OpenSearch 1.1 (Draft 5) specification</a>
</li>
<li>
<a class="ext" target="_blank" href='http://www.opensearch.org/Specifications/OpenSearch/Extensions/Geo/1.0/Draft_2'>OpenSearch
<a class="ext" target="_blank" href='https://github.com/dewitt/opensearch/blob/master/mediawiki/Specifications/OpenSearch/Extensions/Geo/1.0/Draft%202.wiki'>OpenSearch
Geo extension 1.0 (Draft 2)</a></li>
<li>
<a class="ext" target="_blank" href='http://www.opensearch.org/Specifications/OpenSearch/Extensions/Time/1.0/Draft_1'>OpenSearch
<a class="ext" target="_blank" href='https://github.com/dewitt/opensearch/blob/master/mediawiki/Specifications/OpenSearch/Extensions/Time/1.0/Draft%201.wiki'>OpenSearch
Time extension 1.0 (Draft 1)</a></li>
<li>
<a class="ext" target="_blank" href='http://www.opensearch.org/Specifications/OpenSearch/Extensions/Parameter/1.0'>OpenSearch
<a class="ext" target="_blank" href='https://github.com/dewitt/opensearch/blob/master/mediawiki/Specifications/OpenSearch/Extensions/Parameter/1.0/Draft%202.wiki'>OpenSearch
Parameter extension 1.0 (Draft 1)</a></li>
<li>
<a class="ext" target="_blank" href='http://www.opensearch.org/Specifications/OpenSearch/Extensions/Relevance/1.0/Draft_1'>OpenSearch
<a class="ext" target="_blank" href='https://github.com/dewitt/opensearch/blob/master/mediawiki/Specifications/OpenSearch/Extensions/Relevance/1.0/Draft%201.wiki'>OpenSearch
Relevance extension 1.0 (Draft 1)</a></li>
<li>
<a class="ext" target="_blank" href='http://www.opengeospatial.org/standards/opensearchgeo'>OGC OpenSearch Geo and
Expand Down
6 changes: 3 additions & 3 deletions app/views/home/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<aside class="sidebar-container">
<p>
CMR provides a search interface based on the <a class="ext" target="_blank" href='http://www.opensearch.org/Home'>OpenSearch</a> concept in
CMR provides a search interface based on the <a class="ext" target="_blank" href='https://github.com/dewitt/opensearch'>OpenSearch</a> concept in
general and the ESIP (Earth Science Information
Partners) <a class="ext" target="_blank" href='http://wiki.esipfed.org/index.php/Federated_Search'>federated search</a> concept in particular.
Usage details and sample CMR OpenSearch invocations are available in the <%= link_to "CMR OpenSearch documentation page", home_docs_path %>.
</p>

<div class="extended-content">
<p>
From the <a class="ext" target="_blank" href='http://www.opensearch.org/Specifications/OpenSearch/1.1'>Open Search draft specification</a>,
From the <a class="ext" target="_blank" href='https://github.com/dewitt/opensearch/blob/master/mediawiki/Specifications/OpenSearch/1.1/Draft%205.wiki'>Open Search draft specification</a>,

<blockquote>OpenSearch is a collection of simple formats for the sharing of search results.
You can use Open Search formats to help people discover and use your search engine and to syndicate search results
Expand All @@ -17,7 +17,7 @@
</p>
<p>
Open Search uses Open Search Descriptor Documents (OSDDs) to describe the web interface of a search engine.
We use <a class="ext" target="_blank" href='http://www.opensearch.org/Specifications/OpenSearch/1.1'>Open Search 1.1</a> to provide OSDDs at
We use <a class="ext" target="_blank" href='https://github.com/dewitt/opensearch/blob/master/mediawiki/Specifications/OpenSearch/1.1/Draft%205.wiki'>Open Search 1.1</a> to provide OSDDs at
the
collection and granule level for searching the CMR inventory.
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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" >
<os:ShortName>CMR Collections</os:ShortName>
Expand Down Expand Up @@ -151,7 +151,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" >
<os:ShortName>CMR Granules</os:ShortName>
Expand Down Expand Up @@ -225,7 +225,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" >
<os:ShortName>CMR Granules</os:ShortName>
Expand Down Expand Up @@ -299,7 +299,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">
<os:ShortName>CMR Granules</os:ShortName>
Expand Down Expand Up @@ -373,7 +373,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" >
<os:ShortName>CMR Granules</os:ShortName>
Expand Down
2 changes: 1 addition & 1 deletion spec/views/collections/descriptor_document_facets_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def app
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" >
Expand Down
2 changes: 1 addition & 1 deletion spec/views/collections/descriptor_document_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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" >
<os:ShortName>CMR Collections</os:ShortName>
Expand Down
4 changes: 2 additions & 2 deletions spec/views/granules/descriptor_document_no_client_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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">
<os:ShortName>CMR Granules</os:ShortName>
Expand Down Expand Up @@ -134,7 +134,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" >
<os:ShortName>CMR Granules</os:ShortName>
Expand Down
2 changes: 1 addition & 1 deletion spec/views/granules/descriptor_document_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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" >
<os:ShortName>CMR Granules</os:ShortName>
Expand Down

0 comments on commit b8d3f1d

Please sign in to comment.