server/src/config/corpusparole.php
changeset 323 47f0611cc57d
parent 322 084aae09edf4
child 324 92fc9d077f95
--- a/server/src/config/corpusparole.php	Thu Oct 06 11:14:32 2016 +0200
+++ b/server/src/config/corpusparole.php	Thu Oct 06 16:45:37 2016 +0200
@@ -54,6 +54,8 @@
         "http://ark.bnf.fr/ark:/12148/cb11949715t" => "réunions"
     ],
 
+    'olac_base_url' => 'http://www.language-archives.org/OLAC',
+
     'olac_discourse_type' => [
         'uri' => 'http://www.language-archives.org/OLAC/1.1/discourse-type',
         'values' => [
@@ -115,7 +117,7 @@
     'theme_default_limit' => 40,
 
     'lexvo_base_url' => 'http://lexvo.org/id/iso639-3/',
-    'lexvo_url_regexp' => '/http[s]?\:\/\/lexvo\.org\/iso639\-3\/([[:alpha:]]{3})\/?/',
+    'lexvo_url_regexp' => '/http[s]?\:\/\/lexvo\.org\/id\/iso639\-3\/([[:alpha:]]{3})\/?/',
     'lexvo_cache_expiration' => 60*24*30,
     'lexvo_max_ids' => 50,
     'lexvo_sesame_query_url' => $sesameBaseUrl.'repositories/'.env('CORPUSPAROLE_SESAME_LEXVO_REPOSITORY'),