home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / misc / recall / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-10-24  |  3.4 KB  |  117 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. Recall
  6. .type
  7. Desktop Utility
  8. .short
  9. Utility to help you remember events
  10. .description
  11.  Do have a tendency to forget  birthdays, anniversaries and other important
  12.  events?
  13.  
  14.  Well, there are plenty of products  on  the  market that will prevent that
  15.  from happening.
  16.  
  17.  But, do you also want to
  18.  o be reminded with requesters, alerts or  practically anything that can be
  19.    displayed on an Amiga-monitor?
  20.  o automatically start programs (CLI/WB/AREXX/BATCH) depending on the date,
  21.    time or weekday?
  22.  o create input events at certain days/time/weekday?
  23.  o keep track of the remaining days/time to important events?
  24.  o keep track of the days/time since important events happened?
  25.  o be reminded every # day (e.g. every 14th day)?
  26.  o be reminded # days before or after the event
  27.  o be reminded once a day, every time  you  boot, before or after a certain
  28.    date, before or after a certain hour or minute?
  29.  o be reminded about events until you acknowledge them?
  30.  o be reminded on certain weekdays?
  31.  o display unlimited lines of text in the same requester or alert?
  32.  o group different events and make them appear simultaneously?
  33.  o keep a simple database of the birthdays of family and friends?
  34.  o let your Amiga keep track of how  old  people are by insterting the date
  35.    of birth in the middle of the string  where you want to display the age?
  36.    (I.e. the text  "Adam  is  {years:08/05/1970}  years  old  today" may be
  37.    displayed as "Adam is 24 years old today".)
  38.  o make advanced events which are  displayed  for example after 21:00 every
  39.    3rd day the  first  7  days  of  every  2nd month the next 4 years?
  40.  o combine all of the attributes mentioned above in the same event?
  41.  o enter these events  in  an  easy-to-use,  totally adaptable multi-window
  42.    environment and  without  the  need  of  programming-knowledge,  just by
  43.    entering the desired text and pressing a few buttons?
  44.  
  45.  Well, then you will  find  this  program  extremely useful, because Recall
  46.  will do exactly  that  for  you!   It  is  an easy-to-use, intuition-based
  47.  utility for the absent-minded!
  48. .version
  49. 3.0
  50. .date
  51. 1995.05.12
  52. .author
  53. Ketil Hunn
  54. .requirements
  55. OS 2.04 or higher.  The binaries will take advantage of Kickstart 3.0 and
  56. 68020+ processors if found.
  57. OS 2.1 or higher for localization.
  58. MUI V1.4 or higher.
  59. Harddisk is recommended for unpacking the complete distribution.
  60. .reference
  61. FreshFish-May94:New/os20/util/Recall/
  62. 2.2
  63. FreshFish-Dec93:New/os20/util/Recall/
  64. 2.0
  65. FFMCD01:New/Util/Recall/
  66. 1.4
  67. .distribution
  68. Shareware
  69. .price
  70. $15 (US), 100 Norwegian kroner
  71. .address
  72. Leilighet 107
  73. Fabrikkveien 4-8 / Blokk C
  74. N-6400 Molde
  75. NORWAY
  76. .email
  77. Ketil.Hunn@hiMolde.no
  78. .source
  79. Includes source in C.
  80. .docs
  81. Docs/Recall.ASCII
  82. Docs/Recall.guide
  83. Docs/ReConvert.ASCII
  84. Docs/ReConvert.guide
  85. .described-by
  86. Richard Fish
  87. .submittal
  88. Downloaded via ftp from wuarchive.wustl.edu.
  89. .aminet-dir
  90. util/misc
  91. .execute
  92. set choice `RequestChoice "Recall" "Please select an option" "View Doc" "View Guide" "Install Program" "Run Program" "Cancel"`
  93.  
  94. if $choice EQ "0"
  95.   quit 5
  96. endif
  97.  
  98. if $choice EQ "1"
  99.   cd Docs
  100.   MetaTool Recall.ascii TEXT
  101. endif
  102.  
  103. if $choice EQ "2"
  104.   cd Docs
  105.   MetaTool Recall.guide GUIDE
  106. endif
  107.  
  108. if $choice EQ "3"
  109.   cd Install
  110.   Installer SCRIPT Install APPNAME Recall DEFUSER EXPERT LANGUAGE english
  111. endif
  112.  
  113. if $choice EQ "4"
  114.   assign libs: libs/ ADD
  115.   Recall
  116. endif
  117.