home *** CD-ROM | disk | FTP | other *** search
/ Really Useful CD 1 / ReallyUsefulCD1.iso / extras / comms / transarc / _transarc / _help < prev    next >
Encoding:
Text File  |  1991-09-26  |  4.6 KB  |  130 lines

  1. OK, there's no help for this particular version, as it hasn't been released,
  2. and I'm always writing the help just before that. However, as people were
  3. interested in a preview, I've tried to sum up the most important changes
  4. below. The last text is between 3.09 and 3.10, so for those of you who still
  5. uses 3.07, here's a brief update:
  6.  
  7.  
  8. V3.08s:First version suitable for SysOps. Includes the 'Ascii mail'
  9.          generator, which will generate a textfile from the 'NewMail' file.
  10.          This can then be dragged into the local logon window of ArcBBS. The
  11.          file can be customised for different BBS-menustructures by altering
  12.          at the end of !RunImage.
  13.        Escape active while searching. Search should have been made faster
  14.          instead, I know, but who has the time?
  15.        Lock to User added. The Lock to Receiver wasn't very helpful if the
  16.          file had no mail for you...
  17.        Lock to Area didn't work properly when other locks were activated.
  18.          Now it does.
  19.  
  20. V3.09: !Config file added as the ultimate way of customising the program.
  21.        Hotkey-bugs removed, and the keys made definable.
  22.        Auto-quote when replying.
  23.        Board selection made easier.
  24.        Special characters in the header, footer etc. strings added.
  25.        More keys active when editing outgoing mail.
  26.        Alternative method of quote-formatting added.
  27.        Textfile grabbing can be turned on/off.
  28.  
  29. And now 3.10:
  30.  
  31. ---
  32. New to the scene is the !Config file. It's been extended since 3.09, and
  33. there's a brief description in the file itself. Look at that one too please,
  34. it descibes some features which isn't described here.
  35.  
  36. ---
  37. The Help window has disappeared.. It would have become too big to be
  38. useful, as there's more hotkeys now.
  39.  
  40. ---
  41. Search is slightly faster (still not mc), but the main improvement is its
  42. 'escapability' :-)
  43.  
  44. ---
  45. An 'Export' entry has been added to the Outgoing-menu, which will save
  46. the text only. This is the ultimate answer to all the suggestions about
  47. incorporating Edit into TransArc... :-)
  48.  
  49. ---
  50. Nevertheless, more keys has been added to the outgoing-editor, wiz:
  51.  
  52. ^Q = Quote
  53. ^Z,^X,^C,^V as stated in the menu
  54. F3 = Save
  55. BS = Delete
  56. ^ShiftCopy = Delete to EOL
  57. PageUp in the top line will scroll the window to the top.
  58.  
  59. ---
  60. The NewMail-file is no longer called 'NewMail', but the name of the BBS
  61. instead. This is to enable all mail files to be placed in 1 upload dir if
  62. desirable.
  63.  
  64. ---
  65. Adjust has got significance in the Incom- and Outgoing windows: It will
  66. adjust the selected area.
  67.  
  68. ---
  69. I've allowed top-bit characters in Outgoing mail, now that Denis has
  70. cancelled the ban. :-)
  71.  
  72. ---
  73. Header, footer etc. can now be defined in a fancy way. % has a special
  74. meaning:
  75.  
  76.  %d      ... Replaced by the date, eg. "26 Sep 1991"
  77.  %t      ... Time, eg. "05:05:56"
  78.  %r      ... Receivers name, eg. "Stefan Brueck"
  79.  %s      ... The subject, eg. "Local TransArc"
  80.  %%      ... Percent, eg. "%" (Fairly often)
  81.  %f"xxx" ... Here's the fancy stuff. xxx is a filename, which exists
  82.              in eg. <TransArc$Dir>.Boards.Quercus
  83.  
  84. The contents of this file will be used when it conforms to this format:
  85.  
  86. @100,101,102,103,104,105,106,107
  87. >All
  88. === I want an ARM3! ===
  89. === 80486 go home! ===
  90. @110,112,114,Pri
  91. >All
  92. === The End is near! :-) ===
  93. @All
  94. >All
  95. === Archimedes rules ===
  96.             
  97. This is my footers for the moment. Its called 'Footer', and my footer
  98. in the preferences window is thus: %f"Footer"
  99.  
  100. It works as follows: If the message is written in area 100,101,102..107,
  101. no matter to who, one of the ARM/486 footers is chosen at random.
  102. If it's to area 110,112,114 or a private message, "The end..." will be
  103. used. In all other areas the footer is "=== Archimedes rules ==="
  104.  
  105. As you may have expected, line 2 could be replaced by:
  106. >Stefan Brueck, Thomas Christiansen
  107. === Soon! ===
  108. >All
  109. === I want an ARM3 etc.
  110.  
  111. Whereupon that 2 persons would receive a special message.
  112.  
  113. The only clause is, that each area-group ends with an ">All" specification,
  114. and that the file ends with an "@All" to cater for all other areas.
  115.  
  116. That concludes my footer-coding for a long time :-) And please note, that
  117. there still is a deliberate 1 line limit. Some people... :-)
  118.  
  119. ---
  120. I've added the possibility of sending netmail when you're using 'Ascii mail'
  121. to send the messages.
  122. The way to do it is configured in the !Config file, as is the other
  123. ascii-mail settings.
  124. The receivers node number defaults to the node of the destination bbs (this
  125. is set up in preferences), but can be altered by clicking in the icon, and
  126. entering something else. I've had about 2 hours to debug that code, so if
  127. there's any strange features, remember to get the finished version.
  128.  
  129. Thomas.
  130.