***************************************************************** Readme file for java ascii animator and converter programs. I am making both the program files and the source code available to download from: http://www.dmriley.demon.co.uk/download/asciitv.htm You are welcome to copy the programs for your friends or to make any changes to them. Please let me know if you have any problems with either of the programs. I can be contacted by email at: dave@dmriley.demon.co.uk If you use the program to put your animations on the web, please send me the URL - I'd love to see them. Note for unix people: The ascii animator does not work on nescape 4.04 for linux, but it does work on the appletviewer which comes with the jdk. Hope you enjoy the programs :-) ***************************************************************** ************************ Installing the programs: ************************ Note: this readme is not included in the archive so don't forget to save a copy. The binaries and source for the program are all in the file: asccitv.zip - for windoze asciitv.tar.gz - for unix To run the asciitv from your hard drive: make a directory for the program and move the zip file into it. unzip the zipfile and all the program files will be unzipped into the correct directories below your base directory. You should now have: /dmr/applets/asciitv - contains: AAConverter.class AsciiAnim8or.class Base.class EOF2Param.class Screen.class Script2Param.class /dmr/lang - contains: Answerable.class /dmr/awt - contains: ListDialog.class OnOffButton.class ToolButton.class There should also be a corresponding .java file for each of these Next edit the html template file (see below) to make the 'codebase' parameter within the 'applet' tag point to the base directory you installed in. eg: codebase="c:\java\classes" or for unix: codebase="file:///home/name/java/classes" Note: you do not have to alter your 'CLASSPATH' evironment variable. Then save the file to disk (.html, in any directory), load it into your browser and it should work (make sure you have java enabled :-) To install the program on your www server: Install the files in the above directory structure on the server (you'll probably have to do this the hard way unless you have shell access to your ISP), then make the 'codebase' parameter in your html point to: http://your.server.name/path/ where the 'dmr' directory is under 'path'. Note: to use the animator on your www site you don't need to upload the files AAConverter.class, Script2Param.class or EOF2Param.class, as these are only used by the converter, and you don't need to upload any of the .java files (although you are welcome to). ************************************************************************ ************************************************************************ The Animator program: ====================== The program is loaded into the browser using an html file which tells the browser where the class files are, and contains the animations. The html file can be anywhere on the directory tree. ****************** example html file: - assumes class files are below host.com/classes ******************