diff -r f2a40bbc27f6 -r eadaf0b8f02e server/src/config/constants.php --- a/server/src/config/constants.php Tue Nov 17 13:11:55 2015 +0100 +++ b/server/src/config/constants.php Fri Nov 27 17:59:36 2015 +0100 @@ -4,59 +4,4 @@ 'VERSION' => [0,0,0,'alpha',1], - 'OLAC_DISCOURSE_TYPE' => [ - 'uri' => 'http://www.language-archives.org/OLAC/1.1/discourse-type', - 'values' => [ - [ - 'code' => 'dialogue', - 'name' => 'Dialogue', - ], - - [ - 'code' => 'drama', - 'name' => 'Drama', - ], - - [ - 'code' => 'formulaic', - 'name' => 'Formulaic Discourse', - ], - - [ - 'code' => 'ludic', - 'name' => 'Ludic Discourse', - ], - [ - 'code' => 'oratory', - 'name' => 'Oratory', - ], - - [ - 'code' => 'narrative', - 'name' => 'Narrative Discourse', - ], - - [ - 'code' => 'procedural', - 'name' => 'Procedural Discourse', - ], - - [ - 'code' => 'report', - 'name' => 'Report', - ], - - [ - 'code' => 'singing', - 'name' => 'Singing', - ], - - [ - 'code' => 'unintelligible_speech', - 'name' => 'Unintelligible Speech', - ] - ] - - ] - ];