This is the change log file. I have started writing it with the 0.4 version. From 0.52 to 0.53 ================= User changes : -------------- - Correct the French typo: Acceuil->Accueil. A classic mistake for me. The image name and its content have changed. - French "Vas y !" is now "Go !", like the English one. Developper changes : -------------------- - The long top bar string is now a subroutine : topbar(). - The buttons table is now a subroutine : buttons(). - The configuration table is now a subroutine : configuration(). - memorizeParameters is a subroutine to save the CGI query parameters. From 0.51 to 0.52 ================= - Change the Makefile. - The Translation/ directory is eliminated from the archive. - The DrumPatterns/ directory is a variable called DRUMPATTERN_DIR - Add a test to detect if the invert combinaision is the same. It was a "bug" when writing midi output. - Remove the messgesFile from command line options. Added in the configuration file. - Fix a bug: When Click was off, midi generated it. Fixed. - Added new configuration parameters: messagesFile, DirTopBarImages, DirDocumentation, DirHomePage, DirScoreImages, DirTclMidiLib, WorldWritableDirectoryFromBrowser. Now you can place the cgi everywhere you want and ajust the config file to make it work. From 0.5 to 0.51 - A line concerning midi in the "Estimation" table. - Estimation and limitation on the generated midi file size. - A better "make test". - A configurable tcl interpreter path. - Automatic radio boutton compression based on the available binaries. - bug correction. Midi file name is different when volume changes for an opposite member that is not selected (A bug not easy to detect: Just when I did a demo :). From 0.4 to 0.5 - The midi stuff with tclmidi. - A check button to chooze midi generation or not. - A check button to chooze graphic generation or not. - A popup menu to choose how many times each exercice is repeated - A standalone checkbox to insert a blank bar with only the click beats. Parrot mode. The parrot is YOU :) - A popup menu for each member and the click to choose the instrument to play with it. - A text string to choose the volume for each instrument. - A text string to choose the tempo. - Compression in zip, gz or bz2, configurable by a radio button. The webmaster decide what algorithm can be choosen in the configuration file. - A standalone checkbox to choose the click or not. - A text string to choose where to put the click. - The perl mode -T and -w are respected. - Fix a bug concerning the Running time (it was troncated due to a bad regex) From 0.3 to 0.4 - Count every looping sequences. Even when the invert one is the same than the original. needed for good printing with the caracter mode. - International user interface. English and French. Help me to add new languages. - Filtering for the loop score output on demand. The recursive search can not see the end and the begining of a sequence, so this filter is useful. - new presentation for index-fr.html and index-en.html - new configuration table. - new result table presentation.