content_makers.inc.php 882 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. 'Instruxion',
  37. 'iProgress',
  38. 'Lectora',
  39. 'Microsoft',
  40. 'Onlineformapro',
  41. 'Opikanoba',
  42. 'Plantyn',
  43. 'Saba',
  44. 'Skillsoft',
  45. 'Speechi',
  46. 'Thomson-NETg',
  47. 'U&I Learning',
  48. 'Udutu',
  49. 'WebCT'
  50. );
  51. ?>