home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / System / Scout / src / SCOUT-SOURCE.readme < prev    next >
Text File  |  2000-03-08  |  4KB  |  118 lines

  1.  
  2.  
  3.  INTRODUCTION
  4. -------------- -- -
  5.  
  6. Scout was originally written by Andreas Gelhausen, starting in 1994.
  7.  
  8. When he decided to leave the Amiga, he gave the source code to me,
  9. Richard Körber, in 1997. I have added some new windows, nice features
  10. and nasty bugs. :)
  11.  
  12. I am now going to leave the Amiga as well. So as a gift to the Amiga
  13. community, Andreas and I decided to make the source code of Scout
  14. public.
  15.  
  16. As most of the free software source codes, the source code of Scout is
  17. in an excellent shape. Every single function is commented in English
  18. and has a header that explains the functionality in every single detail.
  19. It will surely be a feast for you to read the code.
  20.  
  21. Well, at least sort of... ;-)
  22.  
  23.  
  24.  
  25.  TO-DO
  26. ------- -- -
  27.  
  28. What you have here, is a later version than the last release I have put
  29. on the AmiNet (V2.10). I haven't found the time to finish a new release.
  30.  
  31. Two bugs of V2.10 were fixed:
  32.  
  33.  * Allocations and Timer window couldn't be opened via ARexx [Martin Leja]
  34.  * Besides AmiTCP, Miami is now supported as well (untested)
  35.  
  36. Those things are still to do:
  37.  
  38.  * miami.library is not released on exit
  39.  * Ensure that identify.library V8+ is used
  40.  * Open save file requesters in save mode, not in load mode
  41.  * There is a strange bug in the task window. Some users reported that
  42.    the system chokes if the list is scrolled. I couldn't reproduce this
  43.    on my system.
  44.  * Pressing the "Update" button in the LowMemHandler window, does not
  45.    re-read the LowMemory handler list. Maybe other Update buttons suffer
  46.    this problem, too?
  47.  * Use the system recognition features of the latest identify.library.
  48.  
  49.  
  50.  
  51.  
  52.  REQUIREMENTS
  53. -------------- -- -
  54.  
  55. Scout is not suited for Amiga beginners. It makes great demands on your
  56. system, and requires a deep knowledge about the Amiga system and interna.
  57.  
  58. You will need the latest SAS/C package to compile Scout. I don't know
  59. if other C compilers will do as well. Just give it a try. :-)
  60.  
  61. These packages are also required to successfully compile Scout:
  62.  
  63.  * Identify's developer package (AmiNet, my Home Page)
  64.  * MUI developer package (AmiNet)
  65.  * AmiTCP/IP developer package (AFAIK AmiNet) or similar
  66.  
  67. (I hope I didn't forget something.)
  68.  
  69. TexInfo is also required for the documentation.
  70.  
  71. You will also need some free megs on your hard disk and a lot of free RAM.
  72. My 68o6o/50 requires about 6 minutes to compile the entire project.
  73.  
  74.  
  75.  GNU
  76. ----- -- -
  77.  
  78. The GNU General Public License will apply.
  79.  
  80.   Scout - An Amiga System Monitor
  81.   Copyright (C) 1994-2000 Andreas Gelhausen and Richard Körber
  82.  
  83.   This program is free software; you can redistribute it and/or modify
  84.   it under the terms of the GNU General Public License as published by
  85.   the Free Software Foundation; either version 2 of the License, or
  86.   (at your option) any later version.
  87.  
  88.   This program is distributed in the hope that it will be useful,
  89.   but WITHOUT ANY WARRANTY; without even the implied warranty of
  90.   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  91.   GNU General Public License for more details.
  92.  
  93.   You should have received a copy of the GNU General Public License
  94.   along with this program; if not, write to the Free Software
  95.   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  96.  
  97. For further details, see the COPYING file of this package.
  98.  
  99.  
  100.  ADDRESS
  101. --------- -- -
  102.  
  103. If you want to contact me, you can reach me at one of these addresses:
  104.  
  105.   rkoerber@gmx.de
  106.   rkoerber@pironet.de
  107.   shred@chessy.aworld.de
  108.  
  109. Please don't contact me if you want me to put some improvements to the
  110. source code. Also, don't ask me newbie questions. I am quite busy and
  111. don't have the time to answer to minor problems and RTFM stuff. :)
  112.  
  113. Also, visit my home page at:
  114.  
  115.   http://shredzone.home.pages.de
  116.  
  117.  
  118.