home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / spectrum.zip / README < prev    next >
Text File  |  1994-08-23  |  4KB  |  105 lines

  1. ===============================================================================
  2. readme        spectrum database  0.9                                28-Aug-1994
  3. ===============================================================================
  4.                                            Copyright (c) 1994 by Gunnar Schotta
  5.  
  6. Introduction
  7. ------------
  8.  
  9. Welcome to spectrum, a database for articles of "Spektrum der Wissenschaft" 
  10. or "scientific american".
  11. The program will run both under OS/2 2.x and DOS. The DOS-extender emx 0.8h 
  12. (emx.exe for DOS or emx.dll for OS/2) by Eberhard Mattes is required.
  13.  
  14. The spectrum package includes:
  15.  
  16. - spectrum.exe --> the executable 
  17.  
  18. - spectrum.idx, spectrum.dat --> register entries 05-08 1994 
  19.  
  20. - spectrum.hlp --> help file
  21.  
  22. - emx.exe, emx.dll --> the DOS-extender by Eberhard Mattes
  23.  
  24. - all C source Files and a makefile for GNU Make
  25.  
  26. - COPYING --> GNU copy-left
  27.  
  28. Installing spectrum
  29. -------------------
  30.  
  31. For installation do "unzip -x spectrum.zip". Copy emx.exe in a
  32. directory of your PATH. Copy emx.dll in a directory of your LIBPATH.
  33. Start program with spectrum.exe.
  34.  
  35. Legal stuff
  36. -----------
  37.  
  38. NO WARRANTY: No guarantee is made as to the proper functioning of the
  39. software.  No liability will be admitted for damage resulting from
  40. using the software.
  41.  
  42. See COPYING for copyright information. 
  43.  
  44. Using the program
  45. -----------------
  46.  
  47. All entries are saved in only two files - spectrum.idx and spectrum.dat. 
  48. May be this will change in later versions but then there will be possibilities
  49. to convert the files.
  50.  
  51. When the program starts you will see a short menu. You can move the
  52. highlighted bar with cursor keys.
  53.  
  54. The search algorithm is very powerful. The program will look for substrings
  55. which are equal to your search-string (in all entries (including author(s),
  56. title, keywords, summary) - depends on your selected search mode). 
  57. The program does not distinguish between upper or lower case. After finishing 
  58. the search, you will get a window with a highlighted bar which can be moved 
  59. by cursor keys. The enter key will give you detailed information about the 
  60. selected article. You can quit this mode by typing the esc key.
  61.  
  62. The summary-window in input-mode is a small editor. I hope it is now free
  63. of bugs. You can use insert- or overwrite-mode. You also have the typical
  64. behaviour of the following keys: Backspace, Del, Ins, Cursor-keys.
  65. You must close the window (and save the text) by typing Ctrl-e.
  66.  
  67. Deleting entries is not yet available. The database is saved automatically
  68. when the program ends.
  69.  
  70. Description of menu selections
  71. -------------------------------
  72.  
  73. input:   input an entry. You will be asked for issue, page, title, author(s),
  74.          keywords, summary. If you answer 'n' to "entry ok ?" the whole entry 
  75.          will not be saved.
  76.  
  77. search:  You will get a small sub-menu for choosing the search mode. Then the 
  78.          program will ask you for a search string. You will get a message like
  79.          "nothing found" or a found window. Enter will give you detailed 
  80.          information about the article.
  81.  
  82. change:  Similar to search. You specify the article you want to change and you
  83.          will get all entries of this article in "editing lines". Changes are 
  84.          saved automatically after closing the summary editor with Ctrl-e.
  85.  
  86. help:    Prints a help message.
  87.  
  88. version: Prints the actual version of the program.
  89.  
  90. quit:      ends the program
  91.  
  92. The author
  93. ----------
  94.  
  95. The author of spectrum is
  96.  
  97.     Gunnar Schotta
  98.     Waldheimer Strasse 217
  99.     D-01683 Nossen
  100.     Germany
  101.  
  102. Internet: bcqao@cluster2.urz.uni-halle.de  (subject to change)
  103.  
  104. ----------------------------- END OF README ----------------------------------
  105.