Morse Code components for EWD.js consist of a routine save set
and a tar archive.

   This application requires EWD.js and an EWD.js supported database.
   http://ec2.mgateway.com/ewd/ws/index.html

   The application adds features to the web page titled
   'Dots and Dashes' http://lloydm.net/my_cw/index.html.


0. If you do not have a fully functional EWD.js development
   environment, stop here.

1. Restore the two MUMPS routines (file my_cw.ro) to the
   MUMPS platform that in integrated with EWD.js.

2. Extract files from the TAR archive and place them in the
   appropriate destination folder, as indicated below.
 
   The file named my_cw.js should be restored to the
   ~ewdjs/node_modules folder and all other files and folders
   should be placed in a new folder named ~ewdjs/www/ewd/my_cw
   (the standard structure for an EWD.js application).

   The simplest way to restore to the correct destination
   folder is to cd to the ~ewdjs folder then 

	tar -xvf <filename> --skip 3

   from that folder.

   --skip 3 causes the extractor to bypass the first 3
   directories, i.e. /home/[user]/ewdjs

   Otherwise tar -xvf will restore a long path with undesired
   folders home/[user]/ewdjs on the left and it will be necessary
   to move the extracted files to the desired destination as a
   separate step afterward.

3. Copy (extract) the Images folder to the same destination as
   index.html and app.js.  After extraction, the contents of ~my_cw are:

	   app.js  Images  index.html

   Contents of the Images folder are as given below.

4. This application should be exercised on a Local Area Network, NOT
   the Internet!  The application is intended solely for entertainment.
   The author makes no claim as to the interest or value of information
   presented. Whatever educational benefit might be gained is purely
   accidental. In no event will the author be liable for any damages or
   lost effort, or anything else related to a decision to install or use
   this application.

5. At the time this application was created CryptoJS was linked as an
   online resource.  Subsequently that resource became unavailable.

   Download a copy of CryptoJS from github* and copy CryptoJS to the
    ~ewdjs/www folder.  Alternatively, copy the CryptoJS folder to
   any location of your choice and modify the <script> reference near
   the end of index.html accordingly.

   * https://github.com/sytelus/CryptoJS


------------------------------------------------------------------------------
Routines:
------------------------------------------------------------------------------

^WA4EFSCW	Application specific EWD.js message handler.
^SISEWD		Generic utilities for use with EWD.js.


------------------------------------------------------------------------------
TAR file contents:
------------------------------------------------------------------------------

~ewdjs/node_modules/my_cw.js
~ewdjs/www/ewd/my_cw/index.html
~ewdjs/www/ewd/my_cw/app.js


------------------------------------------------------------------------------
Images folder contents:
------------------------------------------------------------------------------

traffic-light-red-dan-ge-01-cropped-small-OpenClipArt.org.jpg
traffic-light-yellow-dan-01-cropped-small-OpenClipArt.org.jpg
traffic-light-green-dan--01-cropped-small-OpenClipArt.org.jpg
key-nzart.org-up-rev.jpg
key-nzart.org-down-rev.jpg

