home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / txtvw101.zip / textview.doc next >
Text File  |  1995-06-01  |  4KB  |  105 lines

  1. TextView is a text-file viewer meant to be used as an add-in program to
  2. existing BBS packages.
  3.  
  4. It's freeware, comes with no warranty of any kind, etc...
  5.  
  6. What does TextView do ?
  7. -----------------------
  8.  
  9. TextView loads a text file and allows the user to navigate through it,
  10. quite like 4OS2's LIST command. But it lets you do it through a modem
  11. connection, using ANSI or Avatar commands, making it usefull in a BBS
  12. setup.
  13.  
  14. Among the uses one may imagine :
  15. - view log files from a remote site when logged-in at SysOp level,
  16. - display on-line information to users (bulletins, help documents...)
  17. - etc...
  18.  
  19. TextView can load any file up to 16300 lines long.
  20.  
  21. Running TextView
  22. ----------------
  23.  
  24. The syntax to run TextView is the following :
  25.  
  26. TextView <handle> <file_name> [Avatar|ANSI]
  27.  
  28.         <handle>        : handle of the opened COM port ; 0 may be used
  29.                           for a local connection, in which case TextView
  30.                           will accept input from the keyboard and send
  31.                           output to the screen through its own Avatar/
  32.                           ANSI emulator.
  33.  
  34.         <file_name>     : name of the file to display.
  35.  
  36.         Avatar          : send Avatar commands.
  37.         ANSI            : send ANSI commands (default).
  38.  
  39. Here is a example of how to setup TextView for use with the LoraBBS BBS
  40. package :
  41.  
  42. ╔═══════════════════════════════════════════════════════════════════ Menu ═╗
  43. ║                0....5...10...15...20...25...30...35...40...45...50...55. ║
  44. ║  Display         View <^C^>urrent Log File;                              ║
  45. ║  Type          10 - Run external program                                 ║
  46. ║  Data          e:\lora\textview.exe %p e:\lora\lora.log *X               ║
  47. ║  Hot-key       C                                                         ║
  48. ║  Automatic     No                                                        ║
  49. ║  First time    No                                                        ║
  50. ║  Hide display  No                                                        ║
  51. ║  Color         Sample color text                                         ║
  52. ║  Hilight       Sample color text                                         ║
  53. ║  Security      Sysop                                                     ║
  54. ║  Flags-A       --------                                                  ║
  55. ║  Flags-B       --------                                                  ║
  56. ║  Flags-C       --------                                                  ║
  57. ║  Flags-D       --------                                                  ║
  58. ║                                                                          ║
  59. ╚══════════════════════════════════════════════════════════════════════════╝
  60. When invoked, this menu option will let the user navigate through Lora's
  61. log file.
  62.  
  63. (Anybody having set TextView up for use with other BBSes, please e-mail me
  64. for inclusion in this document).
  65.  
  66. TextView's user interface
  67. -------------------------
  68. You may want to take a look at how TextView works by typing :
  69.  
  70. TextView 0 textview.doc
  71.  
  72. When looking at a file with TextView, the following commands are
  73. available :
  74.  
  75. Esc     : quit TextView (back to the BBS).
  76. Cursor  : move around within the text.
  77. R       : search for a string in the text.
  78.  
  79. If no input is received for 120 seconds, TextView automatically exits.
  80.  
  81. Note: to use TextView, the remote terminal should operate in 'DoorWay'
  82. mode, that is it must send the untranslated key codes.
  83.  
  84. History
  85. -------
  86. 01/06/95        version 1.0
  87.                 version 1.01 (bugfix)
  88.  
  89. To do
  90. -----
  91. - add help screen.
  92. - ANSI function keys.
  93. - check the validity of the handle.
  94. - add national support for French.
  95. - monitor the CD signal.
  96.  
  97. Anyone having ideas of features which could be added to TextView, please
  98. e-mail me at :
  99.  
  100. Internet :      rvanney@ibm.net
  101.             or  zlika@chaos2.frmug.fr.net
  102. FidoNet :       2:230/215.9
  103.  
  104. Raphaël Vanney.
  105.