content_makers.inc.php 852 B

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