voxforge.org
VoxForge Dev

Changeset 2465

Show
Ignore:
Timestamp:
03/03/08 15:01:09 (9 months ago)
Author:
kmaclean
Message:

WebGUI forum update scripts - adding German processing and support for German character encodings

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Trunk/Scripts/Mirroring_scripts/WebGUIForum.pm

    r2464 r2465  
    3939my $englishURL = 'http://www.voxforge.org/home/downloads/speech/english';  
    4040my $dutchURL = 'http://www.voxforge.org/home/downloads/speech/dutch'; 
    41 #my $germanURL = 'http://www.voxforge.org/home/downloads/speech/german-speech-files'; 
     41my $germanURL = 'http://www.voxforge.org/home/downloads/speech/german-speech-files'; 
    4242#my $englishURL = 'http://www.voxforge.org/home/downloads/speech/voxforgeivr';  # for testing  
    4343#my $dutchURL = 'http://www.voxforge.org/home/downloads/speech/voxforgeivr'; # for testing  
    44 my $germanURL = 'http://www.voxforge.org/home/downloads/speech/voxforgeivr'; # for testing  
     44#my $germanURL = 'http://www.voxforge.org/home/downloads/speech/voxforgeivr'; # for testing  
    4545my $tarfile = undef; # not uploading a tarfile to WebGUI forum 
    4646####################################################################