changed git call from https to git readonly
[atutor.git] / mods / atutor_opencaps / include / config.inc.php
1 <?php\r
2 /****************************************************************/\r
3 /* Atutor-OpenCaps Module                                               \r
4 /****************************************************************/\r
5 /* Copyright (c) 2010                           \r
6 /* Written by Antonio Gamba                                             \r
7 /* Adaptive Technology Resource Centre / University of Toronto\r
8 /*\r
9 /* This program is free software. You can redistribute it and/or\r
10 /* modify it under the terms of the GNU General Public License\r
11 /* as published by the Free Software Foundation.\r
12 /****************************************************************/\r
13 \r
14 /*\r
15  * default value = ''; \r
16  * set this only if using an external instace of Open Caps\r
17   */\r
18 $ocAtSettings['ocWebPath'] = '';\r
19 \r
20 /*\r
21  * default caption format \r
22  */\r
23 $ocAtSettings['ccReturnFormat'] = 'SubRipSrt';  \r
24 \r
25 /*\r
26  * default file extension for caption format \r
27  */\r
28 $ocAtSettings['defaultCcExt'] = 'srt'; \r
29 \r
30 \r
31 /*\r
32  * Media File Formats to look for in AT File Manager\r
33  */\r
34 $ocAtSettings['supportedMedia'] = 'mov|mp4|flv|mpg4|avi|mp3|mov|qt|mp4|m4v|mpg|mpeg|dv|mp3|wav|aac|midi|au|avi|aiff';\r
35 \r
36 /*\r
37  * default = 0; uses AT/get.php to access files\r
38  * = 1, uses AT/content/[courseId]/[fileName]\r
39  */\r
40 $ocAtSettings['contentUrlType'] = 1;\r
41 \r
42 /*\r
43  *  default value = false; \r
44  * changing this will break connectivity with Open Caps. \r
45  * So do NOT set this = true unless you know what you are doing\r
46  */\r
47 $ocAtSettings['debugMode'] = false;\r
48 \r
49 /*\r
50  *  default value = false; \r
51  * if set to true, the module will show all AT session and cookie variables \r
52  */\r
53 $ocAtSettings['showAtVars'] = false; \r
54 ?>