home *** CD-ROM | disk | FTP | other *** search
/ Mega CD-ROM 1 / megacd_rom_1.zip / megacd_rom_1 / HANDICAP / VUDEMO.ZIP / VUDEMO.DOC next >
Text File  |  1990-03-04  |  12KB  |  197 lines

  1.             VU.EXE Copyright (c) 1990 by Charles L. Broome
  2.        Charles L. Broome, P.O. Box 2270, Rockport, Texas, 78382
  3.                           (512) 729-1188
  4.  
  5.   VU is a file-reading program with it's own built-in large-letter display
  6. that can be switched between 6 lines of 20 columns and 3 lines of 10 columns.
  7. The program will work ONLY on systems that either have or can emulate CGA
  8. cards. I'm currently working on a version that will also function on systems
  9. with a monochrome graphics card, and a version for braille and voice is
  10. already completed except for a little last-minute polishing up.
  11.  
  12.   This is a demo version of the program, and is limited to reading about
  13. three or four pages of information. The current price for the full version is
  14. fifteen dollars through the 15th of March, 1990. That price applies to any
  15. orders postmarked on or before that date. The price includes one free update
  16. if I find it necessary to fix any major bugs.
  17.  
  18.   One of VU's unique features is that you can set and save up to 9
  19. "bookmarks" to disk so that you can come back to the same place later. Each
  20. bookmark is selected by a key that identifies itself by a label that the user
  21. can assign. VU's colors can also be configured and saved to disk. The program
  22. tries to avoid splitting words at the boundaries of the display, features an
  23. automatic "7th bit filter" and also includes a phrase-search function.
  24.  
  25.   There are already plenty of file-reading programs out there that, combined
  26. with a good character-magnification program, will already accurately reflect
  27. the relative positions of characters in a file. VU is a horse of a different
  28. color - it re-arranges text to eliminate large amounts of blank space and to
  29. avoid splitting words at the ends of lines, which makes it fantastic for
  30. reading large amounts of text. Though this same feature makes it impractical
  31. for reading tabular information, I think you'll agree that it excels at what
  32. it was designed for - reading straight text files.
  33.  
  34.   To read a file with the program, just type "VU <filename>". Use the up and
  35. down arrow keys to step through the file. PAGE-UP and PAGE-DOWN step about
  36. 300 words at a time forwards or backwards. Shift-PAGE-UP and shift-PAGE-DOWN
  37. step forwards and backwards by about 1/10th the file size. HOME goes to the
  38. start of the file, and END goes to the end of the file. The INSERT key
  39. toggles between the 10 column and 20 column modes. 
  40.  
  41.   The shifted-arrow keys adjust the foreground and background colors. If you
  42. are logged into the directory containing VU.EXE and the program's name
  43. remains unchanged from "VU.EXE" and the program is not write-protected, then
  44. pressing ALT-F10 will configure the program with your choice of colors and
  45. with the current character size.
  46.  
  47.   To search for a phrase, press F10. In the 20-column mode, you'll get both a
  48. prompt and, in braces, the current search phrase. In the 10-column mode,
  49. you'll get only the current search-phrase in braces. Either way you can
  50. press the ENTER key to start searching for that phrase from the current
  51. position, or you can type in a new phrase. If you type in a new phrase, then
  52. the screen will clear when you type the first character, and then only what
  53. you are typing will be displayed. Phrases can be up to 70 characters long,
  54. but in the 30-column mode you'll see only the first 30 characters. When you
  55. press the ENTER key, the search will begin. All searches begin from the
  56. current position and go towards the end of the file.
  57.  
  58.  Searches are case-insensitive and the amount of whitespace (blanks, tabs,
  59. carriage-returns, etc.) between words is irrelevant in searches.
  60.  
  61.   The question-mark will cause the filename, your current position, and the
  62. filesize to be displayed. When done reading this, press any key to go back to
  63. the regular display.
  64.  
  65.    Bookmarks are set by pressing the unshifted function keys F1 through F9.
  66. If a key has not been assigned to a bookmark, then it will give a fast
  67. triple-beep when pressed to indicate that it has saved the bookmark. If a
  68. bookmark is already assigned to that key, then it will give a single
  69. high-pitched beep and it's current assignment will remain unchanged. If you
  70. then press it again before pressing any other key, then the NEW bookmark will
  71. be assigned to that key. This prevents accidentally overwriting bookmarks.
  72.  
  73.   When you assign a bookmark, you will be given a chance to type in a label.
  74. As with searches, the old label (if any) will be shown in braces and you can
  75. either just press the ENTER key to accept it or type in a new one. If the key
  76. has never been assigned before and you don't assign a label, then about 60
  77. characters of text starting at the bookmark will be assigned as a label.
  78.  
  79.   To go to a bookmark, press the shifted function keys. Each one will
  80. announce the label assigned to it's unshifted counterpart. If all you do is
  81. press the keys, they just announce their labels. Following one with the ENTER
  82. key jumps to the appropriate bookmark. Shifted F10 is a special kind of
  83. bookmark - whenever you do anything that jumps you around the file, it's
  84. bookmark is automatically set before jumping. If you make a wrong move, like
  85. accidentally hitting the HOME key, then you can press shift-F10 to jump back
  86. where you were.
  87.  
  88.   VU uses two methods to remember a bookmark. First, the current location in
  89. the file is saved. Second, about 70 characters following that location are
  90. also saved. When you jump to a bookmark, VU jumps to the location that has
  91. been saved and then compares the characters there to the ones that it has
  92. saved. If the file has not been altered than they will match and VU will
  93. simply stay there. But if the file has been altered than the place that you
  94. marked will have been moved forwards or backwards in the file.
  95.  
  96.   Because VU saved the characters immediately following your bookmark, this
  97. gives it a second way to find the bookmark by searching for those characters.
  98. It will automatically copy these to the search phrase, pause to inform you
  99. that it;s going to have to search for the bookmark, and then do a normal
  100. phrase search starting at the beginning of the file. On rare occasions that
  101. sequence of characters may appear in more than one place in the file, so you
  102. may have to use the search function to repeat the search. Once you find the
  103. right spot, don't forget to re-assign the bookmark again!
  104.  
  105.   Bookmarks are only written to disk when you exit the program normally by
  106. using Control-C. (Control-C is the only way out of the program). At that time
  107. you'll be asked if you want to save them. They will be saved to a file with
  108. the same name as the file you're reading, but with an extension of ".BKM".
  109. And that's about all there is to the program!
  110.  
  111.   VU is only one among many programs I've written for blind and visually
  112. impaired computer users. Following is a partial list of other programs. WHere
  113. I say a program is "free", I mean that the version that's been released to
  114. BBS's and for general passing-around are complete and are not just "DEMO"
  115. versions. However, writing all this software is a full-time job that
  116. precludes any other source of income so I always ask people to please send me
  117. five or ten bucks even for the "free" programs. There are plenty of other
  118. programs in the works, but whether I will be able to finish them depends
  119. heavily on donations or lack thereof. I try to keep my prices low enough that
  120. even people in the worst of circumstances can afford my software. If you
  121. happen to be particularly well-off, a little extra donation would be greatly
  122. appreciated - I need all the help I can get to be able to keep this up.
  123.  
  124.   ADIR (free on BLINK LINK or other BBS's) is a rejuvenated version of an
  125. early prototype for my DosZilla DOS manager program for blind and visually
  126. impaired computer users. A large-letter display was added and a few features
  127. cleaned up to make a fairly nice program for navigating among files and
  128. directories. Although primarily of use on hard drives, the program is also
  129. handy on floppies. Unlike DosZilla, ADIR cannot be used with voice
  130. synthesizers or braille terminals, but in a few days I'll be releasing
  131. "ZDIR", which is a version of ADIR customized for use with voice synthesizers
  132. and braille terminals.
  133.  
  134.   The program initially comes up in it's directories menu, showing the
  135. current directory. You can use the up and down arrow keys to check out other
  136. directories in the alphabetically sorted list. Pressing a letter of the
  137. alphabet goes to the first directory on the list that starts with that
  138. letter. 
  139.  
  140.   When you get to the directory of interest, press the ENTER key and the
  141. program switches into that directory and displays files one at a time. Once
  142. again, you can use the up and down arrow keys to step through the list of
  143. files, and pressing a letter of the alphabet searches for the next filename
  144. that starts with that letter. Press the ESCAPE key to go back to showing
  145. directories.
  146.  
  147.   DosZilla was designed primarily for use with braille terminals and voice
  148. synthesizers, but it's output works quite nicely with screen magnification
  149. software, and I'm thinking about adding the same screen-magnification
  150. routines that are built into this program. 
  151.  
  152.  DosZilla copies, moves, renames, and deletes files singly or en-masse;
  153. creates, deletes, and renames directories; allows users to easily navigate
  154. among directories and files, searches a disk for a given filespec or a file
  155. containing a give phrase, "attaches" descriptions to filenames, and has a
  156. menuing system that allows filenames to be passed to user applications. Most
  157. keys announce themselves when pressed and action is only taken if the ENTER
  158. key is thereafter pressed.  DosZilla has it's own built-in file-reading
  159. routine that has been optimized for use with adaptive hardware and software.
  160.  
  161.   DosZilla took four months of 12-hour days to write, so it's a lot more
  162. expensive than anything else I've done. Although I'm trying to hold the line
  163. at $75, the price may eventually have to double if I don't get enough other
  164. income-producing programs finished soon enough or if orders don't build fast
  165. enough to keep up with expenses. A demo version of the program comes with the
  166. package, and if customers are dissatisfied with the demo they can return the
  167. rest of the package within three weeks for a refund of all but $10 of the
  168. purchase price. A manual on cassette is included with DosZilla.
  169.  
  170.   There's a demo version of DosZilla out that's called "DZDEMO.EXE", though
  171. it might be archived under the name of "DZ101". 
  172.  
  173.   BigCalc is a scientific-calculator program that comes in several different
  174. forms for use with braille terminals and voice synthesizers, and one version
  175. has it's own built-in large-letter display. The full version of the program
  176. sells for $25, but I have a $15 introductory offer going through March 15,
  177. 1990. A demo version called "BCDEMO" might be found on a local BBS. BigCalc
  178. also comes with a manual on cassette.
  179.  
  180.   CGACLOCK uses a 10-column display to display time, date, and day of week.
  181. It has an alarm, a timer, and a stopwatch function. Someday I'll make it
  182. memory-resident, but I try not to get too serious with anything that's too
  183. trivial to be worth selling. CGACLOCK is free from BBS's.
  184.  
  185.   I have a half-dozen smaller programs in the works - everything from a
  186. hard-disk backup program down to to envelope addressers and label makers and
  187. even a few games. If you're blind or visually impaired, drop me a line and
  188. I'll let you know what all I have and what my current prices are. 
  189.  
  190.   For four dollars to cover expenses, I can send you an assortment of my demo
  191. programs on three or four 360K diskettes.
  192.  
  193.   I'll probably keep tweaking my various programs as time permits, so the
  194. latest version of any of them may (or may not) be better than the demo
  195. versions. Incidentally, this info file is only included in the demonstration
  196. version of VU, so the full version is about ten kilobytes smaller.  -- Chuck 
  197.