home *** CD-ROM | disk | FTP | other *** search
/ BURKS 2 / BURKS_AUG97.ISO / BURKS / LANGUAGE / ADA / LOVELACE / readme < prev    next >
Text File  |  1996-10-01  |  3KB  |  87 lines

  1. This directory contains a number of files for:
  2. * Lovelace, an Ada tutor (a tutorial accessible through the
  3.   World Wide Web (WWW)). Lovelace includes "Small", a sample Ada program.
  4. * mklesson, a tutor generator
  5.  
  6. The Lovelace tutorial & mklesson (tutorial generator)
  7. are covered by the GNU General Public License and/or
  8. Library General Public License; see the file "legal.html"
  9. for more information. Unless otherwise noted, this material is
  10. Copyright (C) 1994 David A. Wheeler.
  11.  
  12. These files are distributed on the World Wide Web,
  13. with the current home page URL of:
  14.  http://www.adahome.com/Tutorials/Lovelace/lovelace.html
  15.  
  16. See the file "install.txt" for installation instructions.
  17.  
  18. For local versions, use file "local.html" as the home page.
  19.  
  20.    ========================================================
  21.  
  22. This directory contains the following files:
  23.  
  24. install.txt   - Installation instructions
  25. lovelace.htm  - The Lovelace home page.
  26. local.htm     - The local version of Lovelace's home page.
  27.                  This should be the home page for "local" users.
  28. master.htm    - The Lovelace master outline of lessons.
  29.  
  30. makefile      - Makefile to automatically regenerate lessons.
  31. mklesson      - Perl program that takes .les files & generates .htm
  32. template      - input file for mklesson
  33. default       - input file for mklesson
  34. userg.htm     - user guide on how to use mklesson.
  35.  
  36. lesson?.les   - Source for Lovelace lesson files.
  37. lesson?.tim   - Timestamp file (changed when mklesson is run)
  38. lesson?.htm   - Outline of the given lesson in .htm format
  39. sX-Y.htm      - .htm file for lesson X, section Y of Lovelace.
  40.                  If it's the final lesson, Y is 'f'.
  41. sX-YrZ.htm    - .htm file for lesson X, section Y, response Z of Lovelace.
  42.  
  43. *.htm         - Hypertext viewable files in HTML format. These include:
  44. legal.htm     - Information on ownership, distribution rights, etc.
  45. tutors.htm    - A list of Ada Tutors (this was called "othert.htm").
  46. helpmake.htm  - A plea for others to extend this tutorial & how to do it
  47. dwheeler.htm  - A little about myself.
  48. exclude       - A list of files to not put in local Lovelace tar file; used to
  49.                 enable correct creation of local tar file.  Excluded are:
  50.                  + itself (lovelace.tar.gz); otherwise this file would
  51.                    grow every time I distributed it.
  52.  
  53. lcount         - A Unix script to find out stats about the Lovelace tutorial
  54.                  (how many sections it has, how many words, etc.)
  55. stats          - A report of lcount at the time of this version's distribution.
  56.  
  57. Note: Many of the files ending in ".htm" once ended in ".html".
  58.  
  59.    ========================================================
  60.  
  61. If you've received the version of Lovelace that's integrated with
  62. Cello (an HTML browser for PCs running Microsoft Windows),
  63. you also received the following files:
  64.  
  65. 1024-768.sty  -- style sheets for various screen sizes.
  66. 640-480.sty
  67. 800-600.sty
  68. cello.bmk    -- Cello bookmark file
  69. cello.exe    -- Cello executable
  70. cello.ini    -- Initial values for Cello.
  71. cello.ino    -- Original version of .ini file
  72. cello.sig
  73. cello.sto
  74. cello.sty
  75. clohelp.hlp
  76. default.htm
  77. readme.1st
  78.  
  79. If you received this integrated version but don't plan to run Cello
  80. you can remove these additional Cello files.
  81.  
  82.    ========================================================
  83.  
  84. --- David A. Wheeler
  85.     wheeler@ida.org
  86.  
  87.