diff -r 084aae09edf4 -r 47f0611cc57d server/src/config/corpusparole.php --- 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'),