home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / APPS / hl10odoc.zoo / OSKREAD.ME < prev   
Text File  |  2009-11-06  |  2KB  |  60 lines

  1. OSKREAD.ME for Home Libraian V1.0 Beta.
  2.  
  3. Archive contents:
  4.  
  5. hl10obin.lzh or hl10obin.zoo:
  6. ----
  7. Ascii2Libr   Program to convert a transportable ASCII file to a librarian db.
  8. EditLibr     Program to edit a librarian db.
  9. Libr2Ascii   Program to convert a librarial db to a transportable ASCII file.
  10. Librarian    Program to interactively search a librarian db
  11. PrintCards   Program to print out card catalog cards.
  12. PrintLabels  Program to print out labels or other formatted output.
  13.  
  14. hl10odoc.lzh or hl10odoc.zoo:
  15. ----
  16. HomeLibr.doc Home Librarian user manual (can be printed on any line printer).
  17. OSKREAD.ME      This file.
  18.  
  19. hl10osrc.lzh or hl10osrc.zoo:
  20. ----
  21. (source tree, not listed here)
  22.  
  23. Installation:
  24.  
  25. Move the program modules (executables) a directory where you keep
  26. executable files (i.e. /dd/cmds or a directory on your PATH).  Print out
  27. the doc file or move it somewhere suitable.
  28.  
  29. Registration:
  30.  
  31. Read Appendix B, C, and D of the manual.  Use a text editor to extract
  32. the registration form from the doc file, fill it out and print out a
  33. copy and mail it with the registration fee.
  34.  
  35. Robert Heller
  36.  
  37. FidoNet:  1:321/153
  38. BIX:      locks.hill.bbs
  39. CIS:      71450,3432
  40. InterNet: heller@cs.umass.edu
  41. Delphi:   RHELLER
  42.  
  43. --------------
  44.  
  45. Some termcap notes.
  46. ===================
  47.  
  48. The GUI code in EditLibr and Librarian use termcap definations to find
  49. the special keyboard keys.  The termcap definations for kd (down), ku
  50. (up), kr (right), kl (left), kh (home), and kb (backspace) are used. 
  51. If your terminal does not have a "home" key, but has, for example a F1
  52. key, you can edit /dd/sys/termcap and either modify your terminal's
  53. defination (or copy and edit the defination with a new terminal type
  54. name) and define kh to define the escape or control sequence transmited
  55. by your F1 key, thus making the F1 key the Home key as far as EditLibr
  56. and Librarian are concerned (or in fact any program which uses termcap
  57. to find keyboard defs and uses kh.  You can in fact do this for any of
  58. the k? definations that EditLibr or Librarian use.  
  59.  
  60.