From 17aa683cf6478a5a90bf05c3c27e20cb9f06bd40 Mon Sep 17 00:00:00 2001 From: Stephane Letz Date: Sat, 30 Mar 2024 23:17:11 +0100 Subject: [PATCH] Revert to old URL. --- docs/index.html | 2 +- docs/js/pubs.js | 4 ++-- docs/sitemap.xml.gz | Bin 127 -> 127 bytes mkdocs/docs/js/pubs.js | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/index.html b/docs/index.html index e30effe31..7d2478305 100644 --- a/docs/index.html +++ b/docs/index.html @@ -466,5 +466,5 @@ diff --git a/docs/js/pubs.js b/docs/js/pubs.js index 21b7e9f0b..8cbb09c3a 100644 --- a/docs/js/pubs.js +++ b/docs/js/pubs.js @@ -156,8 +156,8 @@ function getMenu(content) { const pubdiv = document.getElementById("publications"); if (pubdiv) { let menu = getMenu("menuholder"); - //const url = "https://api.archives-ouvertes.fr/search/FAUST" - const url = "https://api.archives-ouvertes.fr/search/index?q=FAUST" + const url = "https://api.archives-ouvertes.fr/search/FAUST" + //const url = "https://api.archives-ouvertes.fr/search/index?q=FAUST" const options = "indent=true&wt=json&rows=2000&fl=*&sort=publicationDateY_i%20desc"; getPublications(url + "?" + options) .then((result) => { display(result, pubdiv, menu); }) diff --git a/docs/sitemap.xml.gz b/docs/sitemap.xml.gz index ab2c1ef1ad1b7ab928734ab144c2144d5332b0b7..99c5161c096588b915a1cfcc5d210f4780124c5a 100644 GIT binary patch delta 12 Tcmb=gXOr*d;3({$$W{pe7%>CS delta 12 Tcmb=gXOr*d;JDQ{k*yK{8af0w diff --git a/mkdocs/docs/js/pubs.js b/mkdocs/docs/js/pubs.js index 21b7e9f0b..8cbb09c3a 100644 --- a/mkdocs/docs/js/pubs.js +++ b/mkdocs/docs/js/pubs.js @@ -156,8 +156,8 @@ function getMenu(content) { const pubdiv = document.getElementById("publications"); if (pubdiv) { let menu = getMenu("menuholder"); - //const url = "https://api.archives-ouvertes.fr/search/FAUST" - const url = "https://api.archives-ouvertes.fr/search/index?q=FAUST" + const url = "https://api.archives-ouvertes.fr/search/FAUST" + //const url = "https://api.archives-ouvertes.fr/search/index?q=FAUST" const options = "indent=true&wt=json&rows=2000&fl=*&sort=publicationDateY_i%20desc"; getPublications(url + "?" + options) .then((result) => { display(result, pubdiv, menu); })