home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / rn38d.zip / readme.1st < prev    next >
Text File  |  1993-06-11  |  4KB  |  116 lines

  1. Readme.1st for RN 3.8 bugfixed version d                       1993/06/11
  2. =========================================================================
  3.  
  4. -1. Beware
  5. ----------
  6.  
  7. It would be a wise decision to make a copy of your current RN installation,
  8. just in case ...
  9.  
  10. 0. Installation
  11. ---------------
  12.  
  13. Simply copy RN.EXE and NEWS.CMD to your \TCPIP\BIN directory, the sample
  14. NEWS.GRP file to \TCPIP\ETC, change them to reflect your needs. Call
  15. NEWS.CMD to start reading news. 
  16.  
  17. If you have an old RN installation, keep your NEWS.CMD, NEWS.GRP,
  18. NEWS.ALL and NEWS.TIM files. Modify your NEWS.CMD according to the new
  19. NEWS.CMD.
  20.  
  21. Attach the icon included in NEWS.ICO to NEWS.CMD if desired.
  22.  
  23. 1. Configuration
  24. ----------------
  25.  
  26. Environment variables are used to configure RN. A sample CMD file to set
  27. up environment variables and call RN might look like this:
  28.  
  29. @echo off
  30. setlocal
  31. rem          highlighted items
  32. rem          !  regular text
  33. rem          !  !  marked items
  34. rem          !  !  !  marked & highlighted items
  35. rem          !  !  !  !  headers & footers
  36. rem          !  !  !  !  !
  37. set RNCOLORS=80 70 43 74 17
  38. set RNQUOTE=124
  39. set RNEDITOR=emacs %%s
  40. set RNREPLYTO=mittelst@fh-ulm.de
  41. set RNDISTRIBUTION=world
  42. set RNSIGNATURE=d:\tcpip\etc\signature
  43. set RNUSER=mstaedt@va-klaus.va.fh-ulm.de
  44. set NEWSSERVER=134.60.1.28
  45. rem set NEWSSERVER=wega.rz.uni-ulm.de
  46. set ORGANIZATION=Fachhochschule Ulm, Germany
  47. set TZ=GMT+0200
  48. rn
  49. endlocal
  50.  
  51. - RNCOLORS: exactly five two-digit hexadecimal values, separated with
  52.   blanks; first digit defines background, second digit foreground color;
  53.   use a-f for hex digits:
  54.   
  55.   0 black            8 dark grey
  56.   1 blue             9 light blue
  57.   2 green            a light green
  58.   3 cyan             b light cyan
  59.   4 red              c light red
  60.   5 magenta          d light magenta
  61.   6 brown            e yellow
  62.   7 light grey       f white
  63.  
  64. - RNQUOTE: decimal value, ranges between 32 and 127, defines character 
  65.   for quoting articles 
  66. - RNEDITOR: a printf format specification used to build the command
  67.   line to call an editor; %%s (nothing else!) defines the place where to
  68.   insert the name of the file to edit
  69. - RNREPLYTO: currently unused.
  70. - RNDISTRIBUTION: where to distribute your articles
  71. - RNSIGNATURE: complete path of your signature file
  72. - RNUSER: your complete mail address
  73. - NEWSSERVER: your newsservers internet address; may be specified as
  74.   plain address or a hostname (see above)
  75. - ORGANIZATION: name of organization you work for
  76. - TZ: name of your local timezone (unchecked)
  77.  
  78. 2. Known Problems
  79. -----------------
  80.  
  81. - RN is a memory hog: memory allocated by malloc() isn't freed , most
  82.   pointers are reused without free()ing :-(
  83.  
  84. - running RN fullscreen with a PM editor like E or EPM: after editing
  85.   you have to switch back to RN manually
  86.  
  87. 3. Restrictions
  88. ---------------
  89.  
  90. Removed mouse code completely, let me know if you want to have it
  91. back ...
  92.  
  93. 4. What if ...
  94. --------------
  95.  
  96. - you did find a bug?
  97. - you have problems?
  98. - you want to comment?
  99. - you have ideas for enhancements?
  100.  
  101. In any case, feel free to contact me, for details take a look at the
  102. README.2ND file.
  103.  
  104.  
  105.  
  106. Enjoy and kind regards,
  107.  
  108. Olaf
  109.  
  110. --
  111.  
  112. Olaf Mittelstaedt                 | Local Mail: mstaedt@va-klaus
  113. Fachhochschule Ulm                | Internet  : mittelst@fh-ulm.de
  114. Prittwitzstrasse 10               | Phone     : ++49 731 502 8220
  115. D-7900 Ulm/Donau                  | Fax       : ++49 731 502 8270
  116.