server/src/config/corpusparole.php
changeset 323 47f0611cc57d
parent 322 084aae09edf4
child 324 92fc9d077f95
equal deleted inserted replaced
322:084aae09edf4 323:47f0611cc57d
    51         "http://ark.bnf.fr/ark:/12148/cb119829234" => "questionnaires",
    51         "http://ark.bnf.fr/ark:/12148/cb119829234" => "questionnaires",
    52         "http://ark.bnf.fr/ark:/12148/cb119834877" => "récitation",
    52         "http://ark.bnf.fr/ark:/12148/cb119834877" => "récitation",
    53         "http://ark.bnf.fr/ark:/12148/cb11976851v" => "récits personnels",
    53         "http://ark.bnf.fr/ark:/12148/cb11976851v" => "récits personnels",
    54         "http://ark.bnf.fr/ark:/12148/cb11949715t" => "réunions"
    54         "http://ark.bnf.fr/ark:/12148/cb11949715t" => "réunions"
    55     ],
    55     ],
       
    56 
       
    57     'olac_base_url' => 'http://www.language-archives.org/OLAC',
    56 
    58 
    57     'olac_discourse_type' => [
    59     'olac_discourse_type' => [
    58         'uri' => 'http://www.language-archives.org/OLAC/1.1/discourse-type',
    60         'uri' => 'http://www.language-archives.org/OLAC/1.1/discourse-type',
    59         'values' => [
    61         'values' => [
    60             [
    62             [
   113     'viaf_max_ids' => 500,
   115     'viaf_max_ids' => 500,
   114 
   116 
   115     'theme_default_limit' => 40,
   117     'theme_default_limit' => 40,
   116 
   118 
   117     'lexvo_base_url' => 'http://lexvo.org/id/iso639-3/',
   119     'lexvo_base_url' => 'http://lexvo.org/id/iso639-3/',
   118     'lexvo_url_regexp' => '/http[s]?\:\/\/lexvo\.org\/iso639\-3\/([[:alpha:]]{3})\/?/',
   120     'lexvo_url_regexp' => '/http[s]?\:\/\/lexvo\.org\/id\/iso639\-3\/([[:alpha:]]{3})\/?/',
   119     'lexvo_cache_expiration' => 60*24*30,
   121     'lexvo_cache_expiration' => 60*24*30,
   120     'lexvo_max_ids' => 50,
   122     'lexvo_max_ids' => 50,
   121     'lexvo_sesame_query_url' => $sesameBaseUrl.'repositories/'.env('CORPUSPAROLE_SESAME_LEXVO_REPOSITORY'),
   123     'lexvo_sesame_query_url' => $sesameBaseUrl.'repositories/'.env('CORPUSPAROLE_SESAME_LEXVO_REPOSITORY'),
   122 
   124 
   123     'bnf_base_url' => 'http://data.bnf.fr/',
   125     'bnf_base_url' => 'http://data.bnf.fr/',