home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / new / os20 / util / stickit / stickit.readme < prev    next >
Encoding:
Text File  |  1993-12-21  |  4.6 KB  |  121 lines

  1. Short: "PostIt Note" type reminder
  2.  
  3. StickIt - Version 1.03 (written 15th November '93)
  4. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5. Copyright 1993 Andy Dean, all rights reserved
  6. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  7.    Permission is granted to make and distribute verbatim copies of
  8. this manual provided the copyright notice and this permission notice
  9. are preserved on all copies.
  10.  
  11.    No guarantee of any kind is given that the programs described in
  12. this document are 100% reliable. You are using this material at your
  13. own risk. The author *can not* be made responsible for any damage
  14. which is caused by using these programs.
  15.  
  16.    This package is freely distributable, but still copyright by Andy
  17. Dean. This means that you can copy it freely as long as you don't ask
  18. for a more than nominal copying fee.
  19.  
  20.    Permission is granted to include this package in Public-Domain
  21. collections, especially in the excellent Fred Fish Amiga Disk Library
  22. (including CD ROM versions of it). The distribution file may be
  23. uploaded to Bulletin Board Systems or FTP servers. If you want to
  24. distribute this program you must use the original distribution archive
  25. "StickIt-1.03.lha".
  26.  
  27.    None of the programs nor the source code (nor parts of it) may be
  28. included or used in commercial programs unless by written permission
  29. from the author.
  30.  
  31. Requirements
  32. ~~~~~~~~~~~~
  33.         o       AmigaDos 2.04+
  34.  
  35. What Is StickIt ?
  36. ~~~~~~~~~~~~~~~~~
  37.         StickIt is a computer replacement for the ol' Post-It note. It
  38. allows you to stick notes onto your screen which will be displayed
  39. every time you re-boot; useful to remind you of things to do.
  40.  
  41. Features
  42. ~~~~~~~~
  43.         o       Unlimited number of notes on screen.
  44.         o       The notes remember where you left them.
  45.         o       User-defined font name/size.
  46.         o       User-defined note size.
  47.         o       User-defined text/background colour (yep, they can be yellow
  48.                 if you want !)
  49.         o       User-defined delay at startup to avoid disk thrashing.
  50.         o       User-defined filename for note information.
  51.         o       Standard Workbench 2 interface, with keyboard shortcuts.
  52.                 Designed with the wonderful "GadToolsBox" by Jan van den
  53.                 Baard.
  54.  
  55.  
  56. Why Did I Write StickIt ?
  57. ~~~~~~~~~~~~~~~~~~~~~~~~~
  58.         StickIt was written with a job to do... to replace all the bits
  59. of paper I used to leave around to remind me to do something. I have
  60. tried to write a program to do that with the minimum of fuss and with
  61. a nice clean Workbench 2 interface. I have tried to make the program
  62. configurable enough for each user's needs, without over-doing it.
  63. There was no such utility available in the Public Domain at the time.
  64.  
  65. Limitations
  66. ~~~~~~~~~~~
  67.         o       All data is stored in a linked list and so there is no limit
  68. to the number of notes available for use.
  69.         o       29 characters can be used in the `Title' field.
  70.         o       255 characters can be used in the `Note' field.
  71.  
  72. My Address...
  73. ~~~~~~~~~~~~~
  74.  
  75.         Andy Dean
  76.         Electronic Engineering Dept.
  77.         University College London
  78.         Torrington Place
  79.         London
  80.         WC1E 7JE
  81.         England
  82.  
  83.         Email: adean@eleceng.ucl.ac.uk
  84.  
  85. StickIt-1.02 Changes
  86. ~~~~~~~~~~~~~~~~~~~~
  87.     o Bug fixed with note refresh; background of note was not correctly
  88. redrawn if any colour other than the Workbench colour was used. *
  89.     o Added "Notes..." button to edit window. *
  90.     o <RETURN> now cycles through the string gadgets, like <TAB>. *
  91.     o There are now keyboard shortcuts available for the StickIt notes: *
  92.         "f" - bring note to front.
  93.         "b" - send note to back.
  94.         "h" - hides the note (same as double-clicking on the note).
  95.         "e" - calls up edit window (same as clicking the right
  96.               mouse button on the note).
  97.  
  98.     o Note that my Email address is now in the more conventional form.
  99.  
  100. * Found / suggested by Raoul Rodriguez.
  101.  
  102. StickIt-1.03 Changes
  103. ~~~~~~~~~~~~~~~~~~~~
  104.     o Bug fixed which caused an almighty system crash if you tried
  105. to run StickIt on any system less than 2.04. This was due to the cleanup()
  106. function being incorrectly set up if any library less than V37 was found.
  107. Anyone who had the full 2.04 setup installed is unaffected, however the
  108. smaller diskfont.library (the one without scalable fonts) is actually V36
  109. and caused StickIt to fail. *
  110.  
  111. * Found by John McKillop.
  112.  
  113.     Finally, on a more pleasent note, I would like to thank everyone over
  114. the last few months who has taken the time to write to me and comment on
  115. StickIt. I have tried to reply to everyone who has left a reply address, If
  116. you've written and I haven't written back then a big "THANK YOU" !
  117.  
  118.     Many thanks again,
  119.  
  120.             Andy Dean.
  121.