Skip to content
Snippets Groups Projects
Paul Millar's avatar
Paul Millar authored
Motivation:

A bug was introduced with commit aee25f9f where OAI-PMH URLs without a
trailing slash have one added; for example, the Identify request
targeting PSI changes from `https://doi.psi.ch/oaipmh/oai?verb=Identify`
to `https://doi.psi.ch/oaipmh/oai/?verb=Identify`.

For some endpoints, this distinction is important, resulting in the
requests failing.

Modification:

Fix regression so that the correct URL is used.

Result:

The PSI endpoint is now shown (correctly) to be working.
bd4503da
History

Working version of LEAPS WG3 landing page.

Local builds

For local builds, you will need to install Jekyll.

~ $ gem install bundler jekyll
~ $ git clone <this repo>
~ $ cd leaps-wg3-webpage
~/leaps-wg3-webpage $ bundle install
~/leaps-wg3-webpage $ bundle exec jekyll serve

Now browse to http://localhost:4000 and voilà.