voxforge.org
VoxForge Dev

Changeset 2384

Show
Ignore:
Timestamp:
01/03/08 23:57:04 (1 year ago)
Author:
kmaclean
Message:

semi-automated submission of SpeechSubmission zip file to WebGUI Forum

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Trunk/SpeechSubmission/VFSpeechSubmission/server/submit_audio.php

    r2383 r2384  
    2424// 4.) Delete .tgz 
    2525 
    26 $login_url = "http://www.scout.org"; 
    27 $production_upload_url = "http://www.scout.org/home/downloads/audio/model-repository/audio-speech-files"; 
    28 $testing_upload_url    = "http://www.scout.org/home/downloads/audio/model-repository/audio-speech-files"; 
    29 $upload_url = $testing_upload_url; 
     26$login_url = "http://www.voxforge.org"; 
     27$production_upload_url = "http://www.voxforge.org/home/downloads/speech/english"; 
     28$testing_upload_url    = "http://www.voxforge.org/home/downloads/speech/voxforgeivr"; 
     29$upload_url = $production_upload_url; 
    3030$file_a = array(); // contains paths for all files we create at runtime. used for cleanup. 
    3131 
     
    104104    'op'         => 'auth', 
    105105    'method'     => 'login', 
    106     'username'   => 'temp', 
    107     'identifier' => 'temp', 
     106    'username'   => 'speechsubmission', 
     107    'identifier' => 'xxxxx', 
    108108    'submit'     => 'login', 
    109109  );