upgrade bo_client to 2.4.3
authorymh <ymh.work@gmail.com>
Fri, 08 Apr 2016 17:23:17 +0200
changeset 147 bc37828169f3
parent 146 dc4d1cdc47e0
child 148 6b32182a7fba
upgrade bo_client to 2.4.3
server/bo_client/.travis.yml
server/bo_client/README.md
server/bo_client/app/app.js
server/bo_client/app/pods/components/bo-doc-bnf-autocomplete/component.js
server/bo_client/bower.json
server/bo_client/package.json
server/bo_client/server/fixtures/documents.js
--- a/server/bo_client/.travis.yml	Fri Apr 08 17:53:56 2016 +0200
+++ b/server/bo_client/.travis.yml	Fri Apr 08 17:23:17 2016 +0200
@@ -1,7 +1,7 @@
 ---
 language: node_js
 node_js:
-  - "0.12"
+  - "4"
 
 sudo: false
 
@@ -10,12 +10,11 @@
     - node_modules
 
 before_install:
-  - export PATH=/usr/local/phantomjs-2.0.0/bin:$PATH
-  - "npm config set spin false"
-  - "npm install -g npm@^2"
+  - npm config set spin false
+  - npm install -g bower
+  - npm install phantomjs-prebuilt
 
 install:
-  - npm install -g bower
   - npm install
   - bower install
 
--- a/server/bo_client/README.md	Fri Apr 08 17:53:56 2016 +0200
+++ b/server/bo_client/README.md	Fri Apr 08 17:23:17 2016 +0200
@@ -10,7 +10,7 @@
 * [Git](http://git-scm.com/)
 * [Node.js](http://nodejs.org/) (with NPM)
 * [Bower](http://bower.io/)
-* [Ember CLI](http://www.ember-cli.com/)
+* [Ember CLI](http://ember-cli.com/)
 * [PhantomJS](http://phantomjs.org/)
 
 ## Installation
@@ -46,7 +46,7 @@
 ## Further Reading / Useful Links
 
 * [ember.js](http://emberjs.com/)
-* [ember-cli](http://www.ember-cli.com/)
+* [ember-cli](http://ember-cli.com/)
 * Development Browser Extensions
   * [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
   * [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)
--- a/server/bo_client/app/app.js	Fri Apr 08 17:53:56 2016 +0200
+++ b/server/bo_client/app/app.js	Fri Apr 08 17:23:17 2016 +0200
@@ -10,7 +10,7 @@
 App = Ember.Application.extend({
   modulePrefix: config.modulePrefix,
   podModulePrefix: config.podModulePrefix,
-  Resolver: Resolver,
+  Resolver,
   rootElement: '#ember-container'
 });
 
--- a/server/bo_client/app/pods/components/bo-doc-bnf-autocomplete/component.js	Fri Apr 08 17:53:56 2016 +0200
+++ b/server/bo_client/app/pods/components/bo-doc-bnf-autocomplete/component.js	Fri Apr 08 17:23:17 2016 +0200
@@ -39,7 +39,7 @@
     return selection.label;
   },
 
-  setValue(selection) {
+  setValue() {
     return;
   },
 
--- a/server/bo_client/bower.json	Fri Apr 08 17:53:56 2016 +0200
+++ b/server/bo_client/bower.json	Fri Apr 08 17:23:17 2016 +0200
@@ -1,8 +1,8 @@
 {
   "name": "bo-client",
   "dependencies": {
-    "ember": "~2.4.1",
-    "ember-cli-shims": "0.1.0",
+    "ember": "~2.4.3",
+    "ember-cli-shims": "0.1.1",
     "ember-cli-test-loader": "0.2.2",
     "ember-qunit-notifications": "0.1.0",
     "jquery": "^2.2",
--- a/server/bo_client/package.json	Fri Apr 08 17:53:56 2016 +0200
+++ b/server/bo_client/package.json	Fri Apr 08 17:23:17 2016 +0200
@@ -20,42 +20,42 @@
   "author": "",
   "license": "MIT",
   "devDependencies": {
-    "bower": "^1.7.6",
-    "broccoli-asset-rev": "^2.3.0",
+    "bower": "^1.7.9",
+    "broccoli-asset-rev": "^2.4.2",
     "broccoli-funnel": "^1.0.1",
     "broccoli-merge-trees": "^1.1.0",
     "broccoli-static-compiler": "^0.2.2",
     "corpus-common-addon": "file:../../common/corpus-common-addon",
     "ember-ajax": "0.7.1",
     "ember-aupac-typeahead": "2.0.6",
-    "ember-cli": "^2.4.0",
+    "ember-cli": "^2.4.3",
     "ember-cli-app-version": "^1.0.0",
     "ember-cli-babel": "^5.1.6",
     "ember-cli-dependency-checker": "^1.2.0",
-    "ember-cli-font-awesome": "^1.3.0",
-    "ember-cli-htmlbars": "^1.0.1",
+    "ember-font-awesome": "^2.1.0",
+    "ember-cli-htmlbars": "^1.0.3",
     "ember-cli-htmlbars-inline-precompile": "^0.3.1",
-    "ember-cli-inject-live-reload": "^1.3.1",
-    "ember-cli-qunit": "^1.2.1",
+    "ember-cli-inject-live-reload": "^1.4.0",
+    "ember-cli-qunit": "^1.4.0",
     "ember-cli-release": "0.2.8",
-    "ember-cli-sass": "5.2.0",
-    "ember-cli-sri": "^2.0.0",
+    "ember-cli-sass": "5.3.1",
+    "ember-cli-sri": "^2.1.0",
     "ember-cli-uglify": "^1.2.0",
-    "ember-data": "^2.4.0",
+    "ember-data": "^2.4.2",
     "ember-disable-proxy-controllers": "^1.0.1",
     "ember-export-application-global": "^1.0.5",
     "ember-i18n": "4.2.0",
-    "ember-load-initializers": "^0.5.0",
+    "ember-load-initializers": "^0.5.1",
     "ember-lodash": "0.0.6",
     "ember-resolver": "^2.0.3",
     "ember-truth-helpers": "1.2.0",
-    "express": "^4.13.3",
-    "glob": "^6.0.1",
+    "express": "^4.13.4",
+    "glob": "^7.0.3",
     "http-proxy": "^1.13.2",
-    "loader.js": "^4.0.0",
-    "lodash": "^4.5.1",
-    "morgan": "^1.6.1",
-    "npm-check-updates": "^2.5.1",
+    "loader.js": "^4.0.1",
+    "lodash": "^4.7.0",
+    "morgan": "^1.7.0",
+    "npm-check-updates": "^2.6.1",
     "walk-sync": "^0.2.6"
   }
 }
--- a/server/bo_client/server/fixtures/documents.js	Fri Apr 08 17:53:56 2016 +0200
+++ b/server/bo_client/server/fixtures/documents.js	Fri Apr 08 17:23:17 2016 +0200
@@ -1,7 +1,7 @@
 module.exports = [
   {
-    "id": "corpusparole:crdo-09-CAYCHAX_SOUND",
-    "uri": "http://corpusdelaparole.huma-num.fr/corpus/res/crdo-09-CAYCHAX_SOUND",
+    "id": "11280.100/crdo-09-CAYCHAX_SOUND",
+    "uri": "https://hdl.handle.net/11280.100/crdo-09-CAYCHAX_SOUND",
     "title": "ALLOc : Caychax : Parabole",
     "language": "http://lexvo.org/id/iso639-3/oci",
     "modified": "2010-10-25T18:16:38+02:00",
@@ -105,11 +105,11 @@
     }
   },
   {
-    "id": "corpusparole:crdo-09-DUN_SOUND",
-    "uri": "http://corpusdelaparole.huma-num.fr/corpus/res/crdo-09-DUN_SOUND",
+    "id": "11280.100/crdo-09-DUN_SOUND",
+    "uri": "https://hdl.handle.net/11280.100/crdo-09-DUN_SOUND",
     "title": "ALLOc : Dun : Parabole",
     "language": "http://lexvo.org/id/iso639-3/oci",
-    "modified": "2016-03-04T21:54:30Z",
+    "modified": "2010-10-25T18:18:23+02:00",
     "publishers": [
       "Équipe de Recherche en Syntaxe et Sémantique",
       "Bases, corpus, langage"
@@ -131,12 +131,12 @@
         "role": "http://www.language-archives.org/OLAC/1.1/depositor"
       },
       {
-        "name": "Bases, corpus, langage",
+        "name": "Équipe de Recherche en Syntaxe et Sémantique",
         "url": null,
         "role": "http://www.language-archives.org/OLAC/1.1/editor"
       },
       {
-        "name": "Équipe de Recherche en Syntaxe et Sémantique",
+        "name": "Bases, corpus, langage",
         "url": null,
         "role": "http://www.language-archives.org/OLAC/1.1/editor"
       },
@@ -171,12 +171,12 @@
         "lang": "fr"
       },
       "http://ark.bnf.fr/ark:/12148/cb11970755h",
+      "http://ark.bnf.fr/ark:/12148/cb119766112",
       {
         "value": "translating_and_interpreting",
-        "datatype": null,
-        "lang": "fr"
-      },
-      "http://data.bnf.fr/ark:/12148/cb119766112"
+        "datatype": "http://www.language-archives.org/OLAC/1.1/linguistic-field",
+        "lang": null
+      }
     ],
     "mediaArray": {
       "http://cocoon.huma-num.fr/data/archi/144793_09-DUN_22km.wav": {
@@ -210,8 +210,8 @@
     }
   },
   {
-    "id": "corpusparole:crdo-09-LABASTIDE-DE-LORDAT_SOUND",
-    "uri": "http://corpusdelaparole.huma-num.fr/corpus/res/crdo-09-LABASTIDE-DE-LORDAT_SOUND",
+    "id": "11280.100/crdo-09-LABASTIDE-DE-LORDAT_SOUND",
+    "uri": "https://hdl.handle.net/11280.100/crdo-09-LABASTIDE-DE-LORDAT_SOUND",
     "title": "ALLOc : La Bastide-de-Lordat : Parabole",
     "language": "http://lexvo.org/id/iso639-3/oci",
     "modified": "2010-10-25T18:20:08+02:00",
@@ -315,8 +315,8 @@
     }
   },
   {
-    "id": "corpusparole:crdo-09-LOUBENS_SOUND",
-    "uri": "http://corpusdelaparole.huma-num.fr/corpus/res/crdo-09-LOUBENS_SOUND",
+    "id": "11280.100/crdo-09-LOUBENS_SOUND",
+    "uri": "https://hdl.handle.net/11280.100/crdo-09-LOUBENS_SOUND",
     "title": "ALLOc : Loubens : Parabole",
     "language": "http://lexvo.org/id/iso639-3/oci",
     "modified": "2010-10-25T18:21:23+02:00",
@@ -420,8 +420,8 @@
     }
   },
   {
-    "id": "corpusparole:crdo-09-MERENS-LES-VALS_SOUND",
-    "uri": "http://corpusdelaparole.huma-num.fr/corpus/res/crdo-09-MERENS-LES-VALS_SOUND",
+    "id": "11280.100/crdo-09-MERENS-LES-VALS_SOUND",
+    "uri": "https://hdl.handle.net/11280.100/crdo-09-MERENS-LES-VALS_SOUND",
     "title": "ALLOc : Mérens-les-Vals : Parabole",
     "language": "http://lexvo.org/id/iso639-3/oci",
     "modified": "2010-10-25T18:22:24+02:00",
@@ -525,8 +525,8 @@
     }
   },
   {
-    "id": "corpusparole:crdo-09-MONTSEGUR_SOUND",
-    "uri": "http://corpusdelaparole.huma-num.fr/corpus/res/crdo-09-MONTSEGUR_SOUND",
+    "id": "11280.100/crdo-09-MONTSEGUR_SOUND",
+    "uri": "https://hdl.handle.net/11280.100/crdo-09-MONTSEGUR_SOUND",
     "title": "ALLOc : Montségur : Parabole",
     "language": "http://lexvo.org/id/iso639-3/oci",
     "modified": "2010-10-25T18:23:14+02:00",
@@ -630,8 +630,8 @@
     }
   },
   {
-    "id": "corpusparole:crdo-09-PRAYOLS_SOUND",
-    "uri": "http://corpusdelaparole.huma-num.fr/corpus/res/crdo-09-PRAYOLS_SOUND",
+    "id": "11280.100/crdo-09-PRAYOLS_SOUND",
+    "uri": "https://hdl.handle.net/11280.100/crdo-09-PRAYOLS_SOUND",
     "title": "ALLOc : Prayols : Parabole",
     "language": "http://lexvo.org/id/iso639-3/oci",
     "modified": "2010-10-25T18:24:06+02:00",
@@ -725,8 +725,8 @@
     }
   },
   {
-    "id": "corpusparole:crdo-09-QUERIGUT_SOUND",
-    "uri": "http://corpusdelaparole.huma-num.fr/corpus/res/crdo-09-QUERIGUT_SOUND",
+    "id": "11280.100/crdo-09-QUERIGUT_SOUND",
+    "uri": "https://hdl.handle.net/11280.100/crdo-09-QUERIGUT_SOUND",
     "title": "ALLOc : Quérigut : Parabole",
     "language": "http://lexvo.org/id/iso639-3/oci",
     "modified": "2010-10-25T18:24:56+02:00",
@@ -830,8 +830,8 @@
     }
   },
   {
-    "id": "corpusparole:crdo-09-SIGUER_SOUND",
-    "uri": "http://corpusdelaparole.huma-num.fr/corpus/res/crdo-09-SIGUER_SOUND",
+    "id": "11280.100/crdo-09-SIGUER_SOUND",
+    "uri": "https://hdl.handle.net/11280.100/crdo-09-SIGUER_SOUND",
     "title": "ALLOc : Siguer : Parabole",
     "language": "http://lexvo.org/id/iso639-3/oci",
     "modified": "2010-10-25T18:25:51+02:00",
@@ -935,8 +935,8 @@
     }
   },
   {
-    "id": "corpusparole:crdo-09-ST-MARTIN-D-OYDES_SOUND",
-    "uri": "http://corpusdelaparole.huma-num.fr/corpus/res/crdo-09-ST-MARTIN-D-OYDES_SOUND",
+    "id": "11280.100/crdo-09-ST-MARTIN-D-OYDES_SOUND",
+    "uri": "https://hdl.handle.net/11280.100/crdo-09-ST-MARTIN-D-OYDES_SOUND",
     "title": "ALLOc : Saint-Martin-d'Oydes : Parabole",
     "language": "http://lexvo.org/id/iso639-3/oci",
     "modified": "2010-10-25T18:26:22+02:00",
@@ -1040,8 +1040,8 @@
     }
   },
   {
-    "id": "corpusparole:crdo-09-SURBA_SOUND",
-    "uri": "http://corpusdelaparole.huma-num.fr/corpus/res/crdo-09-SURBA_SOUND",
+    "id": "11280.100/crdo-09-SURBA_SOUND",
+    "uri": "https://hdl.handle.net/11280.100/crdo-09-SURBA_SOUND",
     "title": "ALLOc : Surba : Parabole",
     "language": "http://lexvo.org/id/iso639-3/oci",
     "modified": "2010-10-25T18:26:42+02:00",
@@ -1145,8 +1145,8 @@
     }
   },
   {
-    "id": "corpusparole:crdo-11-GRAMAZIE_SOUND",
-    "uri": "http://corpusdelaparole.huma-num.fr/corpus/res/crdo-11-GRAMAZIE_SOUND",
+    "id": "11280.100/crdo-11-GRAMAZIE_SOUND",
+    "uri": "https://hdl.handle.net/11280.100/crdo-11-GRAMAZIE_SOUND",
     "title": "ALLOc : Gramazie : Parabole",
     "language": "http://lexvo.org/id/iso639-3/oci",
     "modified": "2010-10-25T18:27:39+02:00",
@@ -1250,8 +1250,8 @@
     }
   },
   {
-    "id": "corpusparole:crdo-11-MOLLEVILLE_SOUND",
-    "uri": "http://corpusdelaparole.huma-num.fr/corpus/res/crdo-11-MOLLEVILLE_SOUND",
+    "id": "11280.100/crdo-11-MOLLEVILLE_SOUND",
+    "uri": "https://hdl.handle.net/11280.100/crdo-11-MOLLEVILLE_SOUND",
     "title": "ALLOc : Molleville : Parabole",
     "language": "http://lexvo.org/id/iso639-3/oci",
     "modified": "2010-10-25T18:28:06+02:00",
@@ -1355,8 +1355,8 @@
     }
   },
   {
-    "id": "corpusparole:crdo-11-PUIVERT_SOUND",
-    "uri": "http://corpusdelaparole.huma-num.fr/corpus/res/crdo-11-PUIVERT_SOUND",
+    "id": "11280.100/crdo-11-PUIVERT_SOUND",
+    "uri": "https://hdl.handle.net/11280.100/crdo-11-PUIVERT_SOUND",
     "title": "ALLOc : Puivert : Parabole",
     "language": "http://lexvo.org/id/iso639-3/oci",
     "modified": "2010-10-25T18:28:40+02:00",
@@ -1460,8 +1460,8 @@
     }
   },
   {
-    "id": "corpusparole:crdo-11-RIBOUISSE_SOUND",
-    "uri": "http://corpusdelaparole.huma-num.fr/corpus/res/crdo-11-RIBOUISSE_SOUND",
+    "id": "11280.100/crdo-11-RIBOUISSE_SOUND",
+    "uri": "https://hdl.handle.net/11280.100/crdo-11-RIBOUISSE_SOUND",
     "title": "ALLOc : Ribouisse : Parabole",
     "language": "http://lexvo.org/id/iso639-3/oci",
     "modified": "2010-10-25T18:29:32+02:00",
@@ -1565,8 +1565,8 @@
     }
   },
   {
-    "id": "corpusparole:crdo-11-SONNAC-SUR-L-HERS_SOUND",
-    "uri": "http://corpusdelaparole.huma-num.fr/corpus/res/crdo-11-SONNAC-SUR-L-HERS_SOUND",
+    "id": "11280.100/crdo-11-SONNAC-SUR-L-HERS_SOUND",
+    "uri": "https://hdl.handle.net/11280.100/crdo-11-SONNAC-SUR-L-HERS_SOUND",
     "title": "ALLOc : Sonnac-sur-l'Hers : Parabole",
     "language": "http://lexvo.org/id/iso639-3/oci",
     "modified": "2010-10-25T18:29:56+02:00",
@@ -1665,8 +1665,8 @@
     }
   },
   {
-    "id": "corpusparole:crdo-11-ST-MARTIN-LALANDE_SOUND",
-    "uri": "http://corpusdelaparole.huma-num.fr/corpus/res/crdo-11-ST-MARTIN-LALANDE_SOUND",
+    "id": "11280.100/crdo-11-ST-MARTIN-LALANDE_SOUND",
+    "uri": "https://hdl.handle.net/11280.100/crdo-11-ST-MARTIN-LALANDE_SOUND",
     "title": "ALLOc : Saint-Martin-Lalande : Parabole",
     "language": "http://lexvo.org/id/iso639-3/oci",
     "modified": "2010-10-25T18:30:27+02:00",
@@ -1770,8 +1770,8 @@
     }
   },
   {
-    "id": "corpusparole:crdo-12-AUZITS_SOUND",
-    "uri": "http://corpusdelaparole.huma-num.fr/corpus/res/crdo-12-AUZITS_SOUND",
+    "id": "11280.100/crdo-12-AUZITS_SOUND",
+    "uri": "https://hdl.handle.net/11280.100/crdo-12-AUZITS_SOUND",
     "title": "ALLOc : Auzits : Parabole",
     "language": "http://lexvo.org/id/iso639-3/oci",
     "modified": "2010-10-25T18:31:22+02:00",
@@ -1875,8 +1875,8 @@
     }
   },
   {
-    "id": "corpusparole:crdo-12-JOUELS_SOUND",
-    "uri": "http://corpusdelaparole.huma-num.fr/corpus/res/crdo-12-JOUELS_SOUND",
+    "id": "11280.100/crdo-12-JOUELS_SOUND",
+    "uri": "https://hdl.handle.net/11280.100/crdo-12-JOUELS_SOUND",
     "title": "ALLOc : Jouels : Parabole",
     "language": "http://lexvo.org/id/iso639-3/oci",
     "modified": "2010-10-25T18:31:21+02:00",
@@ -1980,8 +1980,8 @@
     }
   },
   {
-    "id": "corpusparole:crdo-12-LACASSAGNE_SOUND",
-    "uri": "http://corpusdelaparole.huma-num.fr/corpus/res/crdo-12-LACASSAGNE_SOUND",
+    "id": "11280.100/crdo-12-LACASSAGNE_SOUND",
+    "uri": "https://hdl.handle.net/11280.100/crdo-12-LACASSAGNE_SOUND",
     "title": "ALLOc : Lacassagne : Parabole",
     "language": "http://lexvo.org/id/iso639-3/oci",
     "modified": "2010-10-25T18:31:43+02:00",
@@ -2085,8 +2085,8 @@
     }
   },
   {
-    "id": "corpusparole:crdo-12-LANUEJOULS_SOUND",
-    "uri": "http://corpusdelaparole.huma-num.fr/corpus/res/crdo-12-LANUEJOULS_SOUND",
+    "id": "11280.100/crdo-12-LANUEJOULS_SOUND",
+    "uri": "https://hdl.handle.net/11280.100/crdo-12-LANUEJOULS_SOUND",
     "title": "ALLOc : Lanuéjouls : Parabole",
     "language": "http://lexvo.org/id/iso639-3/oci",
     "modified": "2010-10-25T18:32:16+02:00",
@@ -2190,8 +2190,8 @@
     }
   },
   {
-    "id": "corpusparole:crdo-12-MARNAC1LEX_SOUND",
-    "uri": "http://corpusdelaparole.huma-num.fr/corpus/res/crdo-12-MARNAC1LEX_SOUND",
+    "id": "11280.100/crdo-12-MARNAC1LEX_SOUND",
+    "uri": "https://hdl.handle.net/11280.100/crdo-12-MARNAC1LEX_SOUND",
     "title": "ALLOc : Marnac",
     "language": "http://lexvo.org/id/iso639-3/oci",
     "modified": "2010-10-25T18:33:17+02:00",
@@ -2279,8 +2279,8 @@
     }
   },
   {
-    "id": "corpusparole:crdo-12-MARNAC2LEX_SOUND",
-    "uri": "http://corpusdelaparole.huma-num.fr/corpus/res/crdo-12-MARNAC2LEX_SOUND",
+    "id": "11280.100/crdo-12-MARNAC2LEX_SOUND",
+    "uri": "https://hdl.handle.net/11280.100/crdo-12-MARNAC2LEX_SOUND",
     "title": "ALLOc : Marnac-2",
     "language": "http://lexvo.org/id/iso639-3/oci",
     "modified": "2010-10-25T18:33:43+02:00",
@@ -2368,8 +2368,8 @@
     }
   },
   {
-    "id": "corpusparole:crdo-12-MARNAC3LEX_SOUND",
-    "uri": "http://corpusdelaparole.huma-num.fr/corpus/res/crdo-12-MARNAC3LEX_SOUND",
+    "id": "11280.100/crdo-12-MARNAC3LEX_SOUND",
+    "uri": "https://hdl.handle.net/11280.100/crdo-12-MARNAC3LEX_SOUND",
     "title": "ALLOc : Marnac-3",
     "language": "http://lexvo.org/id/iso639-3/oci",
     "modified": "2010-10-25T18:33:51+02:00",
@@ -2457,8 +2457,8 @@
     }
   },
   {
-    "id": "corpusparole:crdo-12-MARNAC4MORPHO_SOUND",
-    "uri": "http://corpusdelaparole.huma-num.fr/corpus/res/crdo-12-MARNAC4MORPHO_SOUND",
+    "id": "11280.100/crdo-12-MARNAC4MORPHO_SOUND",
+    "uri": "https://hdl.handle.net/11280.100/crdo-12-MARNAC4MORPHO_SOUND",
     "title": "ALLOc : Marnac-4",
     "language": "http://lexvo.org/id/iso639-3/oci",
     "modified": "2010-10-25T18:34:19+02:00",
@@ -2546,8 +2546,8 @@
     }
   },
   {
-    "id": "corpusparole:crdo-12-MARNAC5MORPHO_SOUND",
-    "uri": "http://corpusdelaparole.huma-num.fr/corpus/res/crdo-12-MARNAC5MORPHO_SOUND",
+    "id": "11280.100/crdo-12-MARNAC5MORPHO_SOUND",
+    "uri": "https://hdl.handle.net/11280.100/crdo-12-MARNAC5MORPHO_SOUND",
     "title": "ALLOc : Marnac-5",
     "language": "http://lexvo.org/id/iso639-3/oci",
     "modified": "2010-10-25T18:35:45+02:00",
@@ -2635,8 +2635,8 @@
     }
   },
   {
-    "id": "corpusparole:crdo-12-MAYRAN1LEX_SOUND",
-    "uri": "http://corpusdelaparole.huma-num.fr/corpus/res/crdo-12-MAYRAN1LEX_SOUND",
+    "id": "11280.100/crdo-12-MAYRAN1LEX_SOUND",
+    "uri": "https://hdl.handle.net/11280.100/crdo-12-MAYRAN1LEX_SOUND",
     "title": "ALLOc : Mayran",
     "language": "http://lexvo.org/id/iso639-3/oci",
     "modified": "2010-10-25T18:36:22+02:00",
@@ -2744,8 +2744,8 @@
     }
   },
   {
-    "id": "corpusparole:crdo-12-MAYRAN2LEX_SOUND",
-    "uri": "http://corpusdelaparole.huma-num.fr/corpus/res/crdo-12-MAYRAN2LEX_SOUND",
+    "id": "11280.100/crdo-12-MAYRAN2LEX_SOUND",
+    "uri": "https://hdl.handle.net/11280.100/crdo-12-MAYRAN2LEX_SOUND",
     "title": "ALLOc : Mayran",
     "language": "http://lexvo.org/id/iso639-3/oci",
     "modified": "2010-10-25T18:36:52+02:00",
@@ -2853,8 +2853,8 @@
     }
   },
   {
-    "id": "corpusparole:crdo-12-MAYRAN3LEX_SOUND",
-    "uri": "http://corpusdelaparole.huma-num.fr/corpus/res/crdo-12-MAYRAN3LEX_SOUND",
+    "id": "11280.100/crdo-12-MAYRAN3LEX_SOUND",
+    "uri": "https://hdl.handle.net/11280.100/crdo-12-MAYRAN3LEX_SOUND",
     "title": "ALLOc : Mayran-3",
     "language": "http://lexvo.org/id/iso639-3/oci",
     "modified": "2010-10-25T18:36:54+02:00",
@@ -2962,8 +2962,8 @@
     }
   },
   {
-    "id": "corpusparole:crdo-12-MAYRAN4LEX_SOUND",
-    "uri": "http://corpusdelaparole.huma-num.fr/corpus/res/crdo-12-MAYRAN4LEX_SOUND",
+    "id": "11280.100/crdo-12-MAYRAN4LEX_SOUND",
+    "uri": "https://hdl.handle.net/11280.100/crdo-12-MAYRAN4LEX_SOUND",
     "title": "ALLOc : Mayran-4",
     "language": "http://lexvo.org/id/iso639-3/oci",
     "modified": "2010-10-25T18:37:07+02:00",