home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 67 / af067sub.adf / PhoneDir / phonedir.DOC < prev    next >
Text File  |  2020-07-22  |  6KB  |  202 lines

  1.                    --- Personal PhoneDirectory --
  2.  
  3.                              Version 2.0
  4.  
  5.                   Copyright Hallvard Korsgaard 1994
  6.  
  7.  
  8. Preface
  9. -------
  10.  
  11. The program and files in this distribution are copyright Hallvard
  12. Korsgaard *, but can be freely distributed as long as no more than a
  13. nominal fee i charged to cover time and copying costs, and as long as
  14. all files remain unchanged and all files are distributed.
  15.    No commercial usage is permitted without written permission from the
  16. author.  Everything in this distribution must be kept together, in original
  17. unmodified form.
  18.    The above is generally known as freeware.
  19.  
  20. (* exept ReqTools.library which is copyright (c) Nico François.)
  21.  
  22. If you have suggestions for improvements or remarks about this
  23. program, or if you find any bugs, please let me know.
  24.  
  25.    Write to the following address:
  26.  
  27.                                 Hallvard Korsgaard
  28.                                 Mellom Bøkeligt. 4
  29.                                 3256 Larvik
  30.                                 Norway
  31.  
  32.   Personal Phonedirectory needs Kickstart 2.04 (v 37) or above to run.
  33. I take no responsibility for whatever this program is used for.
  34.  
  35.  
  36.  
  37. Contents
  38. --------
  39.  
  40. 1. An introduction
  41.  
  42. 2. Installation
  43.  
  44. 3. How to use
  45.  
  46. 4. Program history
  47.  
  48.  
  49. 1. An Introduction
  50. ------------------
  51.  
  52. Personal Phonedirectory (PPD) was designed to remember addresses and
  53. phonenumbers for you, and also dial the numbers automaticly. Its
  54. window can be hidden, and shown again by selecting from the Workbench
  55. Tools menu.
  56.  
  57.  
  58.  
  59. 2. Instalation
  60. --------------
  61.  
  62. * Copy reqtools.library to the libs directory on your harddrive by
  63. using the DOS command COPY, or by any other suitable tool.
  64.  
  65. * Copy the file Phonedirectory to any directory by dragging its icon
  66. or by one of the metodes described above.
  67.  
  68. * Copy this documentation file to the directory in which you store
  69. your documentationfiles.
  70.  
  71. When you have copied the files you should singel-click on the
  72. phonedirectory icon and select Information... form the Icons menu, or
  73. press right Amiga+I. (If you have any questions about the Information
  74. program you should read about it in your Workbench documentation
  75. first.) The Stacksize should be set to a minimum of 5000 bytes.
  76. There are five different Tool Types:
  77.  
  78. PPDFILE - Full path to your Phonedirectory data file.
  79. TONE - The length of which the tones should be dialed.
  80. DELAY - The length of the delay between the tones.
  81. DONOTWAIT - Use this if you have put the icon in the WBStartup drawer.
  82. HIDDEN - The window will be hidden at startup.
  83.  
  84. IMPORTANT: The TONE and DELAY must be specified with four
  85. digits.
  86. The number is: (number/50) seconds.
  87. eg. 0003 = 3/50 second
  88.  
  89.  
  90. Example1
  91. --------
  92. PPDFILE=MyDisk:Different/Phone
  93. TONE=0004
  94. DELAY=0003
  95.  
  96. Example2
  97. --------
  98. PPDFILE=dh0:UsefulStuff/Tele/MyPhone
  99. TONE=0005
  100. DELAY=0005
  101. HIDDEN
  102. DONOTWAIT
  103.  
  104.  
  105. The default values for TONE and DELAY are:
  106. TONE=0004
  107. DELAY=0004
  108.  
  109.  
  110.  
  111. 3. How to use
  112. -------------
  113.  
  114. The menus
  115. ---------
  116.  
  117.  Project
  118. --------
  119.   New - Erases the current phonedir (in memory) and let you start over
  120.         with a new (blank) one.
  121.   Open - Opens a new phonedir. Erases the current phonedir in memory.
  122.   Save - Saves the current phonedir to the file form which it was
  123.          loaded.
  124.   Save As - Saves the current phonedir to a new file.
  125.   About - Shows some info about the program.
  126.   Hide - Hides the window. To show the window select Phonedirectory form
  127.          the Workbench Tools menu.
  128.   Quit - Ends the program.
  129.  
  130.  Phone
  131. ------
  132.   Dial number - Displays a requester in which you can enter a number
  133.                 to dial.
  134.    Length of...
  135.      Tone - The length of which the tones should be dialed.
  136.      Delay - The length of the delay between the tones.
  137.   Sort - Sorts the records (by surname only).
  138.  
  139.  
  140.  
  141. The gadgets
  142. -----------
  143.  
  144. The Scroller - By pressing the downarrow you display the next record.
  145.                By pressing the uparrow you display the previous record.
  146.                You can also drag the knob in the scrollbar up and down.
  147. Add - Adds a new record to the list.
  148. Delete - Deletes the record displayed.
  149. Search - Search for records. Not casesensitive. Uses standard
  150.          wildcards.
  151. Exit - Exits the search mode.
  152. Dial - Dials the number shown in the box to the left.
  153.  
  154.  
  155. Sort uses the location you have selected (preferences) to sort.
  156. Different countries' special characters will therfore be sorted
  157. corectly. The locale settings will, however, not influence the program
  158. itself. Only surname is sorted.
  159.  
  160. Standard wildcards
  161. ------------------
  162.  
  163. ?       Matches a single character.
  164. #       Matches the following expression 0 or more times.
  165. (ab|cd) Matches any one of the items seperated by '|'.
  166. ~       Negates the following expression. It matches all strings that
  167.         do not match the expression (aka ~ (foo) matches all strings
  168.         that are not exactly "foo".)
  169. [abc]   Character class: matches any of the characters in the class.
  170. [~bc]   Character class: matches any of the characters not in the
  171.         class.
  172. a-z     Character range (only within character classes).
  173. %       Matches 0 characters always (useful in "(foo|bar|%)").
  174. *       Synonym for "#?", not avabile by default in 2.04. Avabile as
  175.         an option that can be turned on.
  176.  
  177. "Expression" in the above table means either a single character
  178. (ex: "#?"), or an alternation (ex: "#(ab|cd|ef)", or a character class
  179. (ex: "#[a-zA-Z]").
  180.  
  181.  
  182.  
  183.                            Program History
  184. ----------------------------------------------------------------------
  185.  
  186. Version 1.0:    First release.
  187. Version 2.0:    Next/Last buttons is replaced with a scroller gadget.
  188.         Font adjusting is fully supported. Hide option was
  189.         added. Improved file handling. New Look menus for
  190.         OS3.0. Displays the recordnumber and the total number
  191.         of records. You can now search on all field at the
  192.         same time. Pause removed.
  193. ----------------------------------------------------------------------
  194.  
  195.  
  196.  
  197. (c) Hallvard Korsgaard
  198.  
  199.  
  200.  
  201.                Remember: Only Amiga makes IT possible.
  202.