12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <?php
- /* For licensing terms, see /license.txt */
- /**
- * The only usage of this script is to have a portable way of keeping the list of content makers
- * @package chamilo.learnpath
- * @author Yannick Warnier <yannick.warnier@beeznest.com>
- */
- $content_origins = array(
- '--'.get_lang('GenericScorm').'--',
- '--'.get_lang('Other').'--',
- 'Accent',
- 'Accenture',
- 'ADLNet',
- 'Articulate',
- 'ATutor',
- 'Blackboard',
- 'Calfat',
- 'Captivate',
- 'Chamilo',
- 'Chamilo 2',
- 'Claroline',
- 'Commest',
- 'Coursebuilder',
- 'Docent',
- 'Dokeos',
- 'Dreamweaver',
- 'Easyquiz',
- 'e-doceo',
- 'ENI Editions',
- 'Explio',
- 'Flash',
- 'HTML',
- 'HotPotatoes',
- 'Hyperoffice',
- 'Ingenatic',
- 'Instruxion',
- 'iProgress',
- 'Lectora',
- 'Microsoft',
- 'Onlineformapro',
- 'Opikanoba',
- 'Plantyn',
- 'Saba',
- 'Skillsoft',
- 'Speechi',
- 'Thomson-NETg',
- 'U&I Learning',
- 'Udutu',
- 'WebCT'
- );
|