Description: improves transcriber distribution documentation
Author: Giulio Paci <giuliopaci@gmail.com>
Forwarded: yes
Last-Update: 2013-08-06
--- a/README_UNIX
+++ b/README_UNIX
@@ -33,11 +33,11 @@
 following instructions from doc/en/installation.html:
 ---------------------------------------------------------------------
 
-Binary installation for Unix
+Installation from binary distribution for Unix
 
    * Make sure you have an installed version of Tcl/Tk 8.0 or higher and get
      the binary archive for your system (e.g. Linux, Solaris...) matching
-     your version of Tcl/Tk (8.0 ... 8.3)on Tcl developper Wchange website :
+     your version of Tcl/Tk (8.0 ... 8.4) on Tcl developer website:
 
 	http://www.tcl.tk/software/tcltk/choose.html
 
@@ -46,12 +46,12 @@
           $ cd /usr/local
 
      If you choose to install into a non-standard directory, make sure to
-     set the environnement variables of your system (e.g., PATH and
+     set the environment variables of your system (e.g., PATH and
      LD_LIBRARY_PATH) to the right values.
 
    * Extract the files from the archive:
 
-          $ gunzip -c Transcriber-1.4-Linux.tar.gz | tar xf -
+          $ gunzip -c Transcriber-1.XX-Linux.tar.gz | tar xf -
 
    * Launch the tool:
 
@@ -62,17 +62,18 @@
 
    * Look in the Help directory for some hints about Transcriber's use or
      view it directly in your HTML browser (start with
-     lib/transcriber1.4/doc/Index.html)
+     lib/transcriber1.XX/doc/Index.html)
 
 Installation from the sources
 
-Transcriber relies on several softwares or libraries that you need to
-install first : Tcl/Tk 8.0 - 8.3, Snack 2.0, tcLex 1.2 and optionaly
-NIST/Sphere 2.6 . Step 1-4 are for these modules, step 5-6 are for the
-content of Transcriber distribution.
+Transcriber relies on several software or libraries that you need to
+install first : Tcl/Tk 8.0 - 8.4, Snack 2.0, tcLex 1.2 and optionally
+NIST/Sphere 2.6. Step 1-4 are
+for these modules, step 5-6 are for the content of Transcriber
+distribution.
 
   1. If Tcl/Tk version 8.0 or higher is not already installed on your
-     system, get it on Scriptic's server :
+     system, get it on Scriptics' server :
 
           http://www.scriptics.com/products/tcltk/choose.html
 
@@ -91,7 +92,7 @@
           $ make install
 
      Do the same for Tk. If you choose to install into a different
-     directory, make sure to set the environnement variables of your system
+     directory, make sure to set the environment variables of your system
      (e.g., PATH and LD_LIBRARY_PATH) to the right values.
 
   2. This step is needed only if you plan to use Sphere sound file format
@@ -167,8 +168,8 @@
 
   5. Extract the source archive of Transcriber, compile and install it:
 
-          $ gunzip -c Transcriber-1.4.tar.gz | tar xf -
-          $ cd Transcriber-1.4/src
+          $ gunzip -c Transcriber-1.XX.tar.gz | tar xf -
+          $ cd Transcriber-1.XX/src
           $ ./configure --with-snack=... --with-tcl=... --with-tk=... --prefix=...
           $ make
           $ make install
@@ -181,7 +182,7 @@
 
      NB - If you change the directory structure after installation, you have
      to edit 'trans' launcher script and give the right absolute path:
-     TRANSPATH=... (the lib path where transcriber1.4 sub-dir is to be
+     TRANSPATH=... (the lib path where transcriber1.XX sub-dir is to be
      found)
 
   7. Test it !
@@ -195,7 +196,7 @@
 Distribution structure:
 
    * Structure of the source distribution :
-        o Transcriber-1.4/
+        o Transcriber-1.XX/
              + README_WINDOWS . .instructions to install Transcriber on Windows
 	     + README_LINUX   . .instructions to install Transcriber on Unix/Linux
              + COPYING
@@ -213,7 +214,7 @@
         o lib/ =>
              + snack2.0/
              + tcLex1.2/
-             + transcriber1.4/ =>
+             + transcriber1.XX/ =>
                   + libtrans.so
                   + pkgIndex.tcl
                   + tcl/
--- a/README_WINDOWS.txt
+++ b/README_WINDOWS.txt
@@ -101,13 +101,13 @@
      in c:\TransBin. This tool embeds in a single executable file all what you need 
      to source Tcl an Tk script files. To source Transcriber, you just have to 
      launch Tclkit and type :
-	source c:\TransBin\lib\Transcriber1.4\tcl\Main.tcl
+	source c:\TransBin\lib\Transcriber1.XX\tcl\Main.tcl
 
 Note, that if you prefer to use Active Tcl (http://www.activestate.com/), in that case 
 you don't have to install Snack because it is included in it. And if you want to launch
 Transcriber, you just have to launch Wish and then type:
 
-	source c:\TransBin\lib\Transcriber1.4\tcl\Main.tcl
+	source c:\TransBin\lib\Transcriber1.XX\tcl\Main.tcl
 
 The Tclkit solution is preferred to Active Tcl because it enables to create a 
 single setup package for Transcriber which includes: the Transcriber binary and 
@@ -118,7 +118,7 @@
 Distribution structure:
 
    * Structure of the source distribution :
-        o Transcriber-1.4/
+        o Transcriber-1.XX/
              + README_WINDOWS . .instructions to install Transcriber on Windows
 	       + README_LINUX   . .instructions to install Transcriber on Unix/Linux
              + COPYING
@@ -136,7 +136,7 @@
         o lib/ =>
              + snack2.25-tcl/
              + tcLex1.2/
-             + transcriber1.4/ =>
+             + transcriber1.XX/ =>
                   + libtrans.dll
                   + pkgIndex.tcl
                   + tcl/
