PageRenderTime 39ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/application/config/batch_config.sample.php

https://bitbucket.org/nfreear/trackoer-core
PHP | 30 lines | 13 code | 5 blank | 12 comment | 1 complexity | 82dd27374b6ea63bf4cf1400e131323d MD5 | raw file
  1. <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
  2. /**
  3. |--------------------------------------------------------------------------
  4. | TRACKOER-core CLI / command line batch configuration file.
  5. |--------------------------------------------------------------------------
  6. */
  7. $_dir = 'C:/Users/<USER>/workspace/_trackoer/Learning_to_Learn_1.0_plain';
  8. /*
  9. | Command line batch processing configuration.
  10. */
  11. $config['cli_batch'] = array(
  12. 'url' => 'http://labspace.open.ac.uk/Learning_to_Learn_1.0', //Course URL.
  13. 'ac' => 'UA-1234578-9',
  14. 'mode' => 'zip', // Was 'fmt'
  15. 'lic' => 'cc:by',
  16. #'lic' => 'cc:by-nc-sa/2.0/uk/88x31.png',
  17. 'dir' => "$_dir/Items",
  18. 'out' => "$_dir/../Learning_to_Learn_1.0_plain_wt2/Items",
  19. #'dir' => '/input/directory',
  20. #'out' => '"C:/output directory"',
  21. 'log' => '%2Flogs%2Ffile.log', // Currently unused.
  22. 'jspath' => '../Shared',
  23. 'css' => 'font-size:x-small; margin:2em 0; padding:6px; background:#eee; border:1px solid #ddd;',
  24. # 'E-test' => '"Error, unrecognised CLI argument.."',
  25. );