home *** CD-ROM | disk | FTP | other *** search
/ ftp.update.uu.se / ftp.update.uu.se.2014.03.zip / ftp.update.uu.se / pub / rainbow / msdos / misc / tao.zip / README.TAO next >
Text File  |  1993-07-02  |  6KB  |  99 lines

  1.                      T A O   T E   C H I N G   R E A D M E
  2.  
  3.      This is the readme file for the program TAO.EXE.  It is a program that I
  4. wrote to display a chapter of the Tao Te Ching every time I boot my computer.
  5. The files included in TAO.ZIP should be TAO.EXE, TAO.TXT, TAO.INI, TAO.C,
  6. and README.TAO.
  7.      The Tao Te Ching is an ancient Chinese work.  The title translates
  8. literally as 'The Book of the Way and of How It Manifests Itself in the
  9. World'; however, it is usually just known as 'The Book of the Way' or by its
  10. Chinese name.  It was written before 500 B.C. by Lao-tzu -- a man about which
  11. very little fact is known.  The Tao Te Ching was the fundamental work for the
  12. Taoist philosophy/religion.  It laid out the philosophy, and later works built
  13. it to a more religious status.  It contains a great deal of wisdom, and almost
  14. everyone who has read it for the last 2500 years has found something they like
  15. in it.  The English translation included here is particularly well suited to
  16. our modern world.  It continually amazes me how Lao-tzu could so accurately
  17. describe 2500 years ago what would be happening today in a society like ours:
  18. wars, depression, sickness, hopelessness, etc.  I am grateful that he also
  19. told how to turn it around to make a peaceful, happy, healthy, hopeful
  20. society.
  21.      To use TAO.EXE you must run it in the same directory as the TAO.TXT and
  22. TAO.INI files because it looks for these only in the current directory.  So to
  23. run TAO.EXE when you boot up, you would need to add something like the
  24. following to your AUTOEXEC.BAT file:
  25.  
  26. c:
  27. cd\tao
  28. TAO
  29. cd\
  30.  
  31. (This assumes that the files are in the directory C:\TAO.  If they are
  32. elsewhere change lines one and two as necessary.)
  33.      TAO.TXT is the actual Tao Te Ching text as translated from Chinese by
  34. Stephen Mitchell (more on him later).  It is formatted into 81 chapters for
  35. easy displaying by the program and easier understanding for the reader.
  36.      TAO.INI is an initialization file that contains five parameters for
  37. TAO.EXE.  The five parameters are described as follows:
  38.           1. Number of chapters in the work.  This should always be 81.
  39.           2. Number of the next chapter to be displayed.  This is incremented
  40.              every time the program is run without command line arguments or
  41.              with the random flag set to 0.  It should be between 1 and 81.
  42.           3. The random flag.  If this is 0 then the program displays the
  43.              chapters sequentially and updates parameter 2 every execution.
  44.              If this is 1 then the program chooses the chapter to be displayed
  45.              at random and does not update parameter 2.
  46.           4. The keypress flag.  If you want the program to pause at the end
  47.              of the chapter (before returning you to the command prompt) set
  48.              this flag to 1.  If you do not want a pause at the end set this
  49.              to 0.
  50.           5. Number of screen lines.  This is how many horizontal lines of
  51.              text your screen can display.  For most people this will be 25.
  52.              This is used by the program for certain passages which are a few
  53.              lines longer than an ordinary 25 line screen can display.  For
  54.              these the program only shows a screenful at a time and waits for
  55.              a keypress to go on.  (Note: this keypress is not the one
  56.              referred to in parameter 4.)
  57.  
  58.      Notice that order is very important in TAO.INI as there are no parameter
  59. names or comments allowed in the file.  The five parameters must be in the
  60. correct order, otherwise the program either won't run or it will do something
  61. nonsensical.  To change the default values in the included TAO.INI file use
  62. any text editor (such as DOS's EDIT or EDLIN) to edit the file.
  63.      TAO.EXE will accept a chapter number as a command line argument, and it
  64. will display that chapter immediately (e.g. TAO 57 displays chapter 57).  When
  65. a command line argument is used the TAO.INI file is not updated (i.e.
  66. parameter 2 is not changed), but the relevant parameters are still used
  67. (parameters 1, 4, and 5).  The random flag (parameter 3) is, of course,
  68. ignored.
  69.      The TAO.C file is for programmers only as I just thought someone might be
  70. interested in the source code.  Notice that I make pretty heavy use of the
  71. comma operator (especially in while statements).  If you don't know exactly
  72. what it does (and what value it returns for the expression), look it up!  It's
  73. cool...
  74.      As I said earlier this translation of the book Tao Te Ching is by Stephen
  75. Mitchell.  It is copyrighted 1988 by HarperPerennial, and it is used WITHOUT
  76. permission.  To make my conscience feel better I am adopting this "shareware"
  77. policy for this product:  If you plan to use this program, you must buy a copy
  78. of the Tao Te Ching from HarperPerennial.  The version I have is a pocket
  79. edition, and it costs $6.  In addition to the text that I have included here,
  80. it contains over forty pages of translation notes and insights by Mr.
  81. Mitchell.  I have found these notes to be very helpful in my further
  82. understanding of the material, and I think that they alone are worth the $6.
  83. Anyway, the ISBN number for the pocket edition is 0-06-081245-1.  There is
  84. also a $9 (larger) paperback edition (ISBN #: 0-06-091608-7) and a hardcover
  85. edition (ISBN # unknown).  Buying any one of these will fulfill my "shareware"
  86. policy.
  87.      As I am doing this anonymously, you will, of course, not be able to let
  88. me know that you have bought a copy of the book or that you are using the TAO
  89. program.  I just trust you to do what you think is best.  I have done what I
  90. think is best by providing this to you with no gain for myself.  Well, no
  91. monetary gain anyway... :-)
  92.  
  93. Love Always,
  94.  
  95. Mr. NewAge
  96. TAO 54
  97.  
  98.  
  99.