home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / fish / disks / d1075.lha / Docs / English / Contents < prev    next >
Encoding:
Text File  |  1995-05-15  |  3.2 KB  |  84 lines

  1. ==========
  2.  
  3. db       2.5    Database with GadTool look
  4.  
  5. db is a small and fast database program that I wrote after having tested
  6. numerous other PD database programs and always found something lacking or
  7. irritating me. They might have dozzens of features not found in db, but
  8. they lacked font sensitivity and a standard GUI look and OS 3.0 behaviour.
  9.  
  10. My main need was to keep record on addresses and telephone numbers of
  11. friends and companies. Before v2.0 db was fixed to be just an address
  12. and telephone database, but that has changed.  The program is designed
  13. to handle information of your choice.  Currently you have to use a file
  14. editor to specify the database fields and layout as there is no GUI for
  15. that.  Anyway that's a one time job, then you just USE the database and
  16. have fun.
  17.  
  18. Complete GUI support will probably only be included in a commercial product
  19. I plan to call REG.
  20.  
  21. A partial list of db's features include:
  22.  
  23.     o Dynamic memory handling. Number of records and fields only limited by
  24.       free memory.
  25.     o GadTool based. (Use fields of string, checkbox and cycle type)
  26.     o Mouse and keyboard driven.
  27.     o User definable fields and layout.
  28.     o Multiple views of the same database.
  29.     o Commodore's Clipboard for flexible interaction with other programs.
  30.     o AppWindow -just drag and drop database icons on db to load.
  31.     o Online MenuHelp -Press HELP key when selecting a menu item.
  32.     o Font sensitivity.
  33.     o ARexx
  34.     o ASL requesters for flexible loads and saves.
  35.     o Localized
  36.     o Dial numbers using a modem or loudspeaker
  37.     o WB and Shell usage with Commodore's template parsing
  38.     o Fast and flexible find function using AmigaDOS patterns.
  39.     o Filter function.
  40.     o Fast and flexible sort function.
  41.       Multiple sort orders can be specified.
  42.     o 'Export View' and two standard ASCII export features.
  43.     o Automatic ASCII import (tab-separated ASCII)
  44.  
  45. Author: David Ekholm, Datadosen
  46. Path: AmigaLibDisk1075:Programs/db/
  47.  
  48. ==========
  49.  
  50. PCDRV2AM       ?.?    Use 1.44Mb PC drives as Amiga HD drives
  51.  
  52. PCDRV2AM is a package describing how the author made
  53. a DD (880 kb) floppy drive and a HD (880/1760 kb) 
  54. floppy drive using a 3.5 inch PC 1.44 Mb floppy drive.
  55. It consists of three files:
  56.  
  57.      - PCDRV2AM.IFF picture with the schemes.
  58.      - PCDRV2AM.DOC text describing how to do it.
  59.      - DRIVEID program to check the identification of 
  60.        the drive in the amiga.
  61.  
  62. The drives are completely compatible with the standard 
  63. amiga (HD/DD) floppy drives. There is no need for 
  64. drivers if you use kickstart 2.x and higher.
  65.  
  66. Author: Dick Diederik
  67. Path: AmigaLibDisk1075:Programs/PCDRV2AM/
  68.  
  69. ==========
  70.  
  71. AFile      4.01    A datafile manager
  72.  
  73. AFile is a data file manager, that is a tool which lets you create and
  74. manage your files (addresses, video collections, clients, ...) using an
  75. Intuition interface.  There is no limitation to the number of fields or
  76. records.  The program offer the standard printing, sorting, and importing/
  77. exporting functions.  AFile uses AREXX as it's programming language.  You
  78. can create full input masks with background picture, field positioning,
  79. checking of entered data, menus and printing customization.
  80.  
  81. Author: Denis Gounelle
  82. Path: AmigaLibDisk1075:Programs/AFile/
  83.  
  84.