home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d9xx / d944 / phonedir.lha / PhoneDir / Phonedirectory.doc < prev    next >
Text File  |  1993-12-20  |  6KB  |  200 lines

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