content_makers.inc.php 983 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. /**
  4. * The only usage of this script is to have a portable way of keeping the list of content makers.
  5. *
  6. * @package chamilo.learnpath
  7. *
  8. * @author Yannick Warnier <yannick.warnier@beeznest.com>
  9. */
  10. $content_origins = [
  11. '--'.get_lang('Generic SCORM').'--',
  12. '--'.get_lang('Other').'--',
  13. 'Accent',
  14. 'Accenture',
  15. 'ADLNet',
  16. 'Articulate',
  17. 'ATutor',
  18. 'Blackboard',
  19. 'Calfat',
  20. 'Captivate',
  21. 'Chamilo',
  22. 'Chamilo 2',
  23. 'Claroline',
  24. 'Commest',
  25. 'Coursebuilder',
  26. 'Docent',
  27. 'Dokeos',
  28. 'Dreamweaver',
  29. 'Easyquiz',
  30. 'e-doceo',
  31. 'ENI Editions',
  32. 'Explio',
  33. 'Flash',
  34. 'HTML',
  35. 'HotPotatoes',
  36. 'Hyperoffice',
  37. 'Ingenatic',
  38. 'Instruxion',
  39. 'iProgress',
  40. 'Lectora',
  41. 'Microsoft',
  42. 'Onlineformapro',
  43. 'Opikanoba',
  44. 'Plantyn',
  45. 'Saba',
  46. 'Skillsoft',
  47. 'Speechi',
  48. 'Thomson-NETg',
  49. 'U&I Learning',
  50. 'Udutu',
  51. 'WebCT',
  52. ];