home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / cdrom / qrz / qrzcd04.doc < prev    next >
Text File  |  1977-12-31  |  3KB  |  65 lines

  1.  
  2.   QRZCD is an Amiga program to search the QRZ Ham Radio CD-ROM datafiles.
  3.   
  4.   This text file goes with QRZCD version 0.4, 06 November 1995.
  5.   
  6.   QRZCD, written by Robert Davis, K0FPC, is copyrighted but you may give
  7. copies of the program to anyone, provided you include this text file and
  8. include the QRZ_.CFG file.
  9.  
  10.   In the same directory as the QRZCD program, you should have a file named
  11. QRZ_.CFG, which is a text file.  One line of that file must contain the 
  12. volume name of the particular QRZ Ham Radio CD-ROM on your system.
  13.   On my system, that line reads:
  14.                                  QRZ_0295
  15.                                  
  16. because that is the edition of the QRZ Ham Radio CD-ROM which I purchased
  17. most recently.  Lines of text beginning with a semicolon in that file
  18. are ignored by the QRZCD program.
  19.  
  20.   The program was compiled with the Gnu C Compiler (version 2.6.0) and
  21. therefore you _must_ have a recent version of ixemul.library in your
  22. sys:libs directory.  That library is not included in this archive.
  23.  
  24.   The program is not Amiga-ized.  It runs from the shell only, and does
  25. not use any pull-down menues or the mouse at all.  It should work with
  26. any BBS program which allows shell programs.
  27.  
  28.   I have tested QRZCD, but I expect others to find problems and 
  29. inconsistencies which I have not located.  This is version 0.4 ...
  30. there will still be bugs in this version of the program.
  31.  
  32.  
  33. History:
  34.  
  35. Version 0.4 ... added a search routine for the Canada, Italy, and UK
  36. callbooks in the :dxbooks/ directory on the CD.  Since the callsigns
  37. are not properly sorted, the search routine must be different from the
  38. search in the USA callbook.  Until I redo the program again, the search
  39. in the dxbooks is by callsign only.
  40.  
  41. Version 0.3 ... at startup, the program loads the index files into RAM:
  42. and upon exit, it deletes those files.  That means the program uses about
  43. 200K more than previous versions.  But it runs a lot faster on my
  44. slow CDR-25 CDROM drive.
  45.  
  46. Version 0.2 ... the major effort was to take care of the situations
  47. where the callsign, or name, or city/state, or zipcode, as keyed in
  48. by the user, is not included in the databases.  Some of the very long
  49. waits while searching the database are now fixed.
  50.  
  51. Version 0.1 ... first release, most effort went into finding the data
  52. on the CDROM and displaying it properly.
  53.  
  54. Yet to do:
  55.  
  56. The program is CLI/SHELL only.  I plan to have an INTUITION capable version
  57. someday, using some mouse clicks instead of keyboard input.
  58.  
  59. And it needs an output to file routine, probably in a mailing label format.
  60.  
  61. Robert Davis, K0FPC, 06 November 1995
  62.  
  63. rdavis@nyx.cs.du.edu   or   davisrob@esuvm1.emporia.edu
  64.  
  65.