home *** CD-ROM | disk | FTP | other *** search
/ Solo Programadores 22 / SOLO_22.iso / docs / lovelace / readme < prev    next >
Encoding:
Text File  |  1995-11-21  |  2.9 KB  |  68 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))
  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://lglwww.epfl.ch/Ada/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. lovelace.htm  - A symbolic link to lovelace.htm; this was created because
  49.                  the NCSA server somehow got this (wrong) URL instead.
  50.                  This does NOT exist in "local" versions; including
  51.                  this file might ruin MS-DOS versions of Lovelace.
  52. exclude       - A list of files to not put in local Lovelace tar file; used to
  53.                 enable correct creation of local tar file.  Excluded are:
  54.                  + itself (lovelace.tar.gz); otherwise this file would
  55.                    grow every time I distributed it.
  56.  
  57. lcount         - A Unix script to find out stats about the Lovelace tutorial
  58.                  (how many sections it has, how many words, etc.)
  59. stats          - A report of lcount at the time of this version's distribution.
  60.  
  61. Note: Many of the files ending in ".htm" once ended in ".html".
  62.  
  63.    ========================================================
  64.  
  65. --- David A. Wheeler
  66.     wheeler@ida.org
  67.  
  68.