home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PCBOARD / TVIEW30.ZIP / TVHIST.DOC < prev    next >
Text File  |  1994-02-26  |  21KB  |  562 lines

  1. 02-26-94 V3.0
  2. ----------------
  3. A complete rewrite using the PCboard programming Language!
  4.  
  5. I'm mainly trying to duplicate the old Textview, so I will have a
  6. place to start from.  Some things can't help but to be enhanced
  7. because the PPL has many advantages.  The door now loads instantly,
  8. and uses PCBoard's communications and downloading routines.  The
  9. search feature has been improved, and now looks more like the Text
  10. Search feature used in PCBoard message bases.
  11.  
  12. 11-22-92 V2.94
  13. --------------
  14. The BIOS drivers have been replaced with a new FOSSIL driver.
  15. Change line one of the config file from INTERRUPT or HANDSHAKE to
  16. FOSSIL to enable this logic.  This will enable support for
  17. special multi-port hardware via Fossil interface.
  18.  
  19. Added ability to run HS/Link protocol for downloading only.
  20. Sample H.BAT is included.
  21.  
  22. 09-27-91 V2.93
  23. --------------
  24. The Ledge PCBoard, support board for TextView has moved! The new
  25. number is 818-896-4015.  You can now register Textview by
  26. MASTERCARD, VISA or AMERICAN EXPRESS!  Just call The Ledge and
  27. type REGISTER at the main menu command prompt.
  28.  
  29. Added the capibility to shell to another program batch file from
  30. the Textview menu. You can run anything you want as long as you
  31. have the memory available to support it.  I am using this routine
  32. to run a credit card registration door from inside my TextView
  33. New User door and it works great!
  34.  
  35. You have to edit line 13 of your .CNF file to give the name of
  36. the batch file or program you want your users to be able to run.
  37. The batch file name becomes the command name.  So, if you want to
  38. run a batch file from TextView called REGISTER.BAT, you would add
  39. the word REGISTER to line 13 of the .CNF file and the command
  40. "REGISTER" to your textview menu.  Your caller would then type
  41. the word REGISTER to run the routine.
  42.  
  43. 12-08-90 V2.92
  44. --------------
  45. Found that my routines for updating the call waiting screen on
  46. PCBoard 14.5/S and /D versions wasn't working correctly.  Fixed.
  47.  
  48. Fixed a problem that ignored a "N" answer to the "More" prompt
  49. during text searches.
  50.  
  51. 12-01-90 V2.91
  52. --------------
  53. TextView will now update the call waiting screen when a user
  54. hangs up inside the door.  PCBSTATS.EXE, which is distributed
  55. with PCBoard, must be in the path.
  56.  
  57. Line 12 of the .CNF file now points to your PCBSTATS.DAT file,
  58. you must include the path.  It should look something like this:
  59.  
  60. D:\PCB\GEN\PCBSTATS.DAT
  61.  
  62. 06-16-90 V2.9
  63. --------------
  64.  
  65. TextView is now compatible with PCBoard 14.5 variables including
  66. @VARIABLES@ and color macros (@X00 and @XFF).
  67.  
  68. Added "Sub-Door" mode.  Line 11 of the .CNF file is now a switch that
  69. you can turn on or off (Y/N).  If you put a Y on the line then follow it
  70. with a semicolon and then the prompt you want displayed.  Example:
  71.  
  72. Y;Do you want to View the Scorecards?
  73.  
  74. Textview will follow it with a (Y)es, (N)o, (G)oodbye:
  75.  
  76. The main reason for this addition is to consolidate TextView and
  77. Scoredoor into one program for better support.  Full details are in the
  78. docs.
  79.  
  80. Fixed bug in colorizing routine where if a user had no protocol
  81. selected, he saw the color variables $GREEN0$WHITE$ when prompted to
  82. select a protocol.
  83.  
  84. Fixed logging to DOWNLOAD.TXT file broken and gone undetected since
  85. version 2.5!
  86.  
  87. Changed download batch files (X.BAT, Y.BAT, etc.) so that the DSZ.LOG
  88. file is created in the default \PCB directory.  This eliminates log
  89. problems with multi-node systems.
  90.  
  91. Added an environment variable for non-PCBoard systems that run
  92. conversion programs that don't properly convert the users page length
  93. setting.  Sysops running TextView on systems such as Searchlight and
  94. Wildcat complain that there is no "More?" prompting.  To set automatic
  95. "More" prompting at every 23 lines on systems with this problem, put
  96. this string in your environment before running TextView:
  97.  
  98. SET TVPAGE=ON
  99.  
  100. Added a second environment variable to allow setting the default
  101. compression extension to one other than that defined in PCBOARD.DAT.
  102. If your compression extension is set to .ZIP in PCBOARD.DAT, but you'd
  103. like TextView to use .LZH as the default then set the following
  104. variable in your environment before running TextView:
  105.  
  106. SET TVCOMP=.LZH
  107.  
  108. Be sure to type the environment variables in all CAPITAL LETTERS.
  109.  
  110.  
  111. 12-26-89 V2.8
  112. -------------
  113.  
  114. Added a text-search routine for REGISTERED users.  Users may now
  115. select (S)earch from the command line and scan specific files, or the
  116. entire list of displayable files for text strings.  The door then shows
  117. each line that the string is found in with a count of times found at the
  118. end.
  119.  
  120. Added "Summary" option for file scanning.  Users can get a summary of
  121. how many times text appears in each of the chosen files, or use the
  122. "verbose" mode to show the line that the text appears in.
  123.  
  124. Download section now assumes the default file extension found in
  125. PCBOARD.DAT. In other words, if a user selects to download a file called
  126. DLNAME, the door will add .ZIP to it if you have selected ".ZIP" as your
  127. default file extension in PCBSETUP.
  128.  
  129. Added chained commands to the download section.  Now a user can enter:
  130.  
  131. Command? D FILENAME.ZIP Z G
  132.  
  133. To download FILENAME.ZIP via Zmodem protocol and log-off without going
  134. thru various menus.
  135.  
  136. I have included a Qmodem 4.1x script in this release.  This allows your
  137. callers to log onto PCBoard, open a TextView door, download a file and
  138. log off automatically.  You may post TVSCR10.ZIP for downloading on your
  139. system if you like.
  140.  
  141.  
  142. 12-02-89 V2.7
  143. -------------
  144.  
  145. Changed local display during download to put the status line on top of
  146. the screen similar to the PCBoard shelled protocol screen.
  147.  
  148. Added an information screen in the file transfer section telling the
  149. caller the file name, protocol and estimated transfer time.
  150.  
  151. Changed protocol selection screen to show default protocol from the
  152. PCBoard USERS file.  If the default protocol is changed, then it will
  153. also be changed in the USERS file.
  154.  
  155. ALL TRANSFER BATCH FILES CHANGED!  Please update your transfer batch
  156. files (X.bat, Y.BAT, Z.BAT, etc) with the ones accompanying this
  157. version.
  158.  
  159. Made wildcards in download filenames illegal for security reasons.
  160.  
  161. 10-1-89 V2.6
  162. ------------
  163.  
  164. Fixed a bug in the download routine that would cause some systems to
  165. freeze if a user selected a protocol not on the menu.
  166.  
  167. Changed protocol menu display to not show MNP protocols if the caller
  168. isn't using an MNP modem.
  169.  
  170. 8-24-89 V2.5
  171. ------------
  172.  
  173. Changed commands to make them more like standard ones in PCBoard. The
  174. Menu On/Off command has been removed.
  175.  
  176. ------------------
  177.  
  178. Changed line 8 in .CNF file to allow for logging to a different file
  179. other than CALLERx.  There are now four options for line 8.  You may log
  180. to CALLERx, FILE, BOTH or NONE by putting the first letter of your
  181. choice on line 8 (C/F/B/N).
  182.  
  183. -----------------
  184.  
  185. Added compatiblity with PCBoard 14.2 @COMMANDS@.  You can now use these
  186. variables in all TextView files including TVHELLO, TVBYE, TVx, PROT,
  187. TVDIR or any other file displayed by TextView.
  188.  
  189. -----------------
  190.  
  191. Added "Not Registered" messages for systems that have not registered
  192. Textview.  Sysops who register will receive a file called TV.SYS that
  193. will automatically register this and all future versions of TextView.
  194.  
  195. ---------------
  196.  
  197. PROT menus (PROT1, PROT1G, PROT2, PROT2G) are no longer required.
  198. Instead, TextView uses a file called PROT.DAT to get it's protocol
  199. information and creates menus from that.  The format of PROT.DAT is
  200. similar to PCBPROT.DAT, with entries that look like this:
  201.  
  202. X,N,Xmodem
  203.  
  204. The entries are defined as follows:
  205.  
  206. X= Letter to appear on Menu to run Protocol
  207. N= Error correcting Modem required? (Y/N)
  208. Xmodem= Name of protocol as it will appear on Protocol Menu.
  209.  
  210. A sample PROT.DAT file is included in with TextView.  This file is
  211. exactly the same as the one used in the BBSList door, for sysops using
  212. both doors.
  213.  
  214. line 9 of the .CNF file has been replaced by the feature introduced
  215. below:
  216.  
  217. --------------
  218.  
  219. Line 9 of the .CNF file now affects registered versions of
  220. TextView only.  A filename can be placed on this line that contains
  221. filenames and paths of files to be displayed in the order they appear on
  222. the menu.  This feature will cut down maintenance considerably for
  223. registered users who use TextView for online magazines that change daily
  224. or weekly but maintain the same filenames issue to issue.  If the word
  225. DEFAULT appears on this line, then registered versions will utilize the
  226. TVx format for display files.
  227.  
  228. ---------------
  229.  
  230.  
  231. 1-7-89 V 2.4
  232. ------------
  233.  
  234. Added a separate menu for error correcting protocols.  PROT1 and PROT1G
  235. now have your non-error correcting protocols, while PROT2 and PROT2G
  236. will have both error correcting and non-error correcting protocols.  The
  237. callers with error correcting modems will be shown PROT2 while other
  238. callers will see PROT1.  If you don't have an error correcting modem,
  239. then you don't need the PROT2 files at all, as they will never be shown.
  240.  
  241. 12-26-88 V 2.4 ß2
  242. -----------------
  243.  
  244. Fixed a bug that caused aborted uploads if a user has more than two
  245. words in his name.  So, now when DICK VAN DYKE calls your BBS, he'll be
  246. able to get your files.
  247.  
  248. You MUST update your protocol batch files (X.BAT, Y.BAT, etc) with this
  249. update!
  250.  
  251.  
  252. 12-23-88 v2.4 ß1
  253. ----------------
  254.  
  255. TextView will now report cps and errors to the caller log and
  256. download.txt.  Be sure to update your protocol batch files (X.BAT,
  257. Y.BAT, etc) to the ones in this ARC. They must include a line that says:
  258.  
  259. SET DSZLOG=TEMP.LOG
  260.  
  261. 12-17-88 V2.3
  262. -------------
  263.  
  264. Official Release!
  265.  
  266. 12-07-88 V2.3 ß17
  267. -----------------
  268.  
  269. CHANGE IN .CNF FILE!
  270.  
  271. Line 10 is now the name of the door.  This is what appears on the 
  272. Sysop Status line.
  273.  
  274. I am personally running four TextView doors.  I can never tell if a 
  275. person is in my "NewUser" or "NewsBytes" or "Support" or what..so I've 
  276. added this option.  The name will also appear at the top of the 
  277. downloading screen.
  278.  
  279.  
  280. 11-22-88 V2.3 ß16
  281. -----------------
  282.  
  283. CHANGE IN .CNF FILE!
  284.  
  285. Compiled with new version of Prokit that supports animated ANSI files.
  286.  
  287. Delete Line 9 of the .CNF file.  Sam Smith informed me that it is not 
  288. needed because Prokit will automatically put ANSI files in non-stop 
  289. mode.  This makes the Y/N entry for more prompts kind of futile as it 
  290. is already handled inside the door when it detects the characters that 
  291. ANSI files use to clear the screen.
  292.  
  293. Line 9 is now the protocol letter that you use for your full-flow 
  294. protocol (Ymodem-G or whatever it's being called this week) See beta 
  295. 15 notes for details on this entry.
  296.  
  297.  
  298. 11-15-88 V2.3 ß15
  299. -----------------
  300.  
  301. CHANGES IN .CNF FILE!  Line 9 now tells TextView weather or not you 
  302. want the files to be viewed to use "more" prompting.  Put a Y on this 
  303. line for more prompting.  Put a N on this line for no more prompting. 
  304. This was added so that Sysops using TextView for ANSI file viewing 
  305. won't have the ANSI screens interrupted by the more prompt.  If you 
  306. are using TextView to display normal text files, put the letter Y on 
  307. this line.
  308.  
  309. Line 10 tells TextView which letter you are using for an error free 
  310. transfer protocol like Xmodem-1K-G (Ymodem-G).  If you don't have an 
  311. error correcting modem, just put the word NONE on this line.  If you 
  312. are running an error correcting modem, like the USRobotics HST, then 
  313. put the menu selection letter you've chosen in PROT(G) on this line. 
  314. For example, if you use the letter F for Xmodem-1K-G like PCBoard 14.0 
  315. does, then put a letter F on this line.
  316.  
  317.  
  318. NOTICE:
  319. -------
  320.  
  321. It appears that the beta process for PCBoard 14.0 will be comming to a 
  322. close in the near future.  I plan on releasing TextView 2.3 officially 
  323. the same day PCBoard 14.0 is released.  This means that I will be 
  324. freezing this version as far as new features.  I will be working on 
  325. bug reports only from here until the release date.  THANKS to all for 
  326. the great suggestions and assistance!
  327.  
  328. 11-13-88 V2.3 ß14
  329. -----------------
  330.  
  331. Major Update!  More Features!  Smaller Code Size!
  332.  
  333. ----------------
  334.  
  335. A major change in the way TextView handles protocols.  There have been 
  336. requests to allow Sysops to define protocols and protocol letters. To 
  337. accomidate this, I've taken most of the code that handles protocols 
  338. out of TextView.  Now TextView will look for a files called PROT and
  339. PROTG in the same directory as your TV.EXE file.  This is your 
  340. Protocol menu.  There are sample PROT(G) files included in this ARC 
  341. file.  IMPORTANT: for each protocol you put on the Protocol Menu you 
  342. must have a .BAT file named after the menu letter you have given the 
  343. protocol in the PROT(G) file.
  344.  
  345. So...if you aren't changing your protocols at all, then you need do 
  346. nothing but copy the PROT and PROTG files into the same directory as 
  347. TV.EXE because I've already set-up the old letters as the default.
  348.  
  349. If you now want to change:
  350.  
  351. [Y] Ymodem (Xmodem-1K)
  352.  
  353. to:
  354.  
  355. [O] Xmodem-1K (Old Ymodem)
  356.  
  357. Like PCBoard 14 has, you would have to change that in the PROT and
  358. PROTG files, plus rename Y.BAT to O.BAT  (That's the letter O not the 
  359. number 0).
  360.  
  361. If you want to add Jmodem to your list of protocols, you must put a 
  362. new line in PROT and PROTG and also create a batch file called J.BAT 
  363. that send the Jmodem commands.  Use one of the existing .BAT files 
  364. (X.BAT, Y.BAT, Z.BAT) as a model.
  365.  
  366. If you don't handle this correctly, Textview will tell your caller 
  367. that the selected protocol is not available.
  368.  
  369. Sysops running my BBSList door may use the same PROT, PROTG and 
  370. download batch files (X.BAT, Y.BAT etc.) for both doors as long as 
  371. TV.EXE and BLIST.EXE are in the same directory.
  372.  
  373. ------------
  374.  
  375. TV.EXE will now automatically colorize your TVDIR file using the same 
  376. procedure as Prodoor.  if you have a TVDIRG delete it and TV will 
  377. colorize it for you without the need to have two DIR files on your 
  378. disk.
  379.  
  380. -------------
  381.  
  382. Recompiled under Prokit dated 11-13-88 to eliminate problem Beta 13
  383. had with displaying the SCRIPT0 file when a user returned to the BBS,
  384. plus a lockup when users logged off inside the door.
  385.  
  386.  
  387. 11-07-88 V2.3 ß13
  388. -----------------
  389. Recompiled under Turbo Pascal 5.0.
  390.  
  391. 10-29-88 V2.3 ß12
  392. -----------------
  393. Fixed bug that kept [D]ownload off the command line in beta 11.
  394.  
  395. 10-28-88 V2.3 ß11
  396. -----------------
  397. CHANGE IN .CNF FILE.  Line 6 now describes which download procedure to 
  398. use (Single, Multiple or None).  If you don't allow downloading, then 
  399. put the letter N on this line.  If you only allow one file to be 
  400. downloaed, then put the letter S on this line.  If you have a list of 
  401. files available for download then put the letter M on this line.
  402.  
  403. Line 7 is also changed.  If you have multiple files for download then 
  404. you need the path to the files (example: C:\TV\DL).  If you only have 
  405. one file available for download then you MUST include the filename in 
  406. the path (example: C:\TV\DL\FILES.ARC.
  407.  
  408. This change was made because the old way was awkward when there was 
  409. only one file to download.
  410.  
  411. 10-22-88 V2.3 ß10
  412. -----------------
  413. Added a check to be sure that the user has enough time to download the 
  414. file before the transfer starts.
  415.  
  416. 10-20-88 V2.3 ß9
  417. ----------------
  418. CHANGE IN .CNF FILE.  TextView will now allow you to provide a list of 
  419. files that can be downloaded inside the door.  Line 7 of the .CNF file 
  420. must now show the path to these files.  The directory of files is 
  421. called TVDIR and should be located in the same directory as the rest 
  422. of your Textview display files (TVMENU, TVHELLO, etc).  WARNING: Be 
  423. sure that the path listed in line 7 has ONLY the files you want to be 
  424. downloaded, as ANY file in that path will be available for download! I 
  425. don't want to hear from people who put C:\PCB\MAIN as the path and are 
  426. now upset.
  427.  
  428. 10-15-88 V2.3 ß8
  429. ----------------
  430. Added a switch in the .CNF file Line 8 to toggle Writing to the 
  431. Callers log and DOWNLOAD.TXT on or off.  TV still won't write to the 
  432. caller log if the sysop is on locally regardless of this setting to 
  433. avoid messing up the caller log on single node systems.
  434.  
  435. 9-21-88 V2.3 ß7
  436. ---------------
  437. Added a message telling user if time has been added for use inside of 
  438. the door.  Deleted an extra space in the caller log entry that was 
  439. causing an allignment problem with CALLS.EXE reports.  Added Routine 
  440. to check for presence of each download batch file (X.BAT, Y.BAT, 
  441. Z.BAT, G.BAT).  If any are missing then that protocol isn't displayed 
  442. in the protocol menu.  This is for Sysops who want to delete a 
  443. protocol.
  444.  
  445. 9-12-88 V2.3 ß6
  446. ---------------
  447. Made Ymodem-G (Xmodem-1K-G) appear on the protocol menu on local 
  448. connections to end confusion about the dissapearing Ymodem-G.  On a 
  449. remote connection, Ymodem-G only appears on the menu if there is an 
  450. error correcting modem at both ends.
  451.  
  452. 9-8-88  V2.3 ß5
  453. ---------------
  454. Fixed problem where downloads were reported as FILENAME.ARC.ARC.
  455.  
  456. 9-7-88  V2.3 ß4
  457. ---------------
  458. Included PROCHAT which is a text file displayed by Prokit when chat 
  459. mode is activated.  Adjusted the more prompt so that my author credit 
  460. dosen't count in the TVHELLO(g) file causing the more prompt to appear 
  461. to happen prematurely.
  462.  
  463.  
  464. 9-6-88  V2.3 ß3
  465. ---------------
  466. Re-compiled with Prokit dated 9-5 to correct problems with displaying 
  467. the (More) prompt too soon.
  468.  
  469. 9-3-88  V2.3 ß2
  470. ---------------
  471. Changed the download Batch file format so that TextView and BBSList 
  472. could share the same files rather than having a double set.  Batch 
  473. file for Zmodem is now called Z.BAT instead of TVZ.BAT. X.BAT for 
  474. Xmodem, Y.BAT for Ymodem, etc.  Sysops who are upgradign to this 
  475. version must put the new Batch files in the TextView Directory!
  476.  
  477. 8-30-88  V2.3 ß1
  478. ----------------
  479. Eliminated line 7 of the .CNF file which was a switch to include 
  480. Ymodem-G to the list of protocols.  TV now checks PCBOARD.SYS to see 
  481. if the error correcting modem flag is set and adds Ymodem-G if it is.
  482. Added PCBoard 14.0 compatibility.
  483.  
  484.  
  485. 8-23-88  V2.1
  486. -------------
  487. Fixed conflict when a BBS runs more than one TextView door with 
  488. different files to be downloaded in each door.  Modified protocol 
  489. batch file parameters to send the full path instead of just file name. 
  490. This requires a change in TV.CNF line 7!
  491.  
  492. 8-22-88  v2.0
  493. -------------
  494. Official release of TextView 2.0
  495.  
  496. 8-19-88  V2.0 ß8
  497. ----------------
  498. Changed the [X]pert Toggle to [M]enu-On/Off.  Menus now default to 
  499. being on regardless of the users expert status on the main board.  Too 
  500. many lost souls in the door couldn't figure out what [X]pert meant.
  501.  
  502. 8-14-88  V2.0 ß7
  503. -----------------
  504. Stopped door from writing messages to caller log if sysop is on in 
  505. Local mode.  Changed due to complaints from one node sysops that the 
  506. door was "messing up" the caller log.  Added [X]pert mode for those 
  507. that don't like to sit thru menus over and over.
  508.  
  509. 7-25-88  V2.0 ß5
  510. ----------------
  511. Changed Download batch handling so that one set of batch files can be 
  512. located in the same directory as TV.EXE instead of having several sets 
  513. of batch files in different directories for multiple TextView doors.  
  514. Now passing Username and filename as %1 %2 %3 to the download batch 
  515. files so the sysop will know who is on during a transfer.  Changed 
  516. position of filename to be downloaded in .CNF file.
  517.  
  518. 7-23-88  V2.0 ß4
  519. ----------------
  520. Added more color.  Changed bad transfer reporting to internal rather 
  521. than Batch file method.  Added a Ymodem-G option for boards running 
  522. error correcting modems.
  523.  
  524. 7-20-88  V2.0 ß3
  525. ----------------
  526. Expanded the Transfer protocol routine.  Improved error reporting to 
  527. caller log.
  528.  
  529. 7-18-88  V2.0 ß2
  530. ----------------
  531. Added option to give an amount of time specified in the .CNF file to 
  532. users of a level also specified.  The time added for use in the door 
  533. is deducted when the user leaves the door.  The idea is to allow 
  534. boards with mandatory registration to let a first time caller go into 
  535. the door and read new user bulletins and/or download info on the BBS 
  536. (the files listing here at The Ledge).
  537.  
  538. 7-17-88  V2.0 ß1
  539. ----------------
  540. Added a switch to the .CNF file to allow the sysop to permit the 
  541. downloading of one file in the door at "no charge" to the user's 
  542. upload/download ratio.  The idea is to let the user save time by 
  543. downloading the text info in the door rather than reading it online.
  544. Successful downloads are reported in CALLERx and DOWNLOAD.TXT, but 
  545. does not reflect in the USER file.
  546.  
  547. 7-2-88  V1.2
  548. ------------
  549. Changed [Q]uit to [E]xit.  Added [H]angup which will execute a proper 
  550. logoff and write "User off Automatically" to the Caller log.
  551.  
  552. 6-26-88 V1.1
  553. ------------
  554. Naturally, after weeks of beta testing with no problems, a bug showed 
  555. up after the first day of official release.  V1.1 corrects a problem 
  556. where an endless loop of "invalid command" messages might develop if 
  557. the caller hangs up during certain functions.
  558.  
  559. 6-25-88  V1.0
  560. -------------
  561. Initial release
  562.