home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / comm / mtv_tin.lha / MtV-TIN.ReadMe < prev    next >
Text File  |  1993-02-21  |  6KB  |  158 lines

  1.  
  2. ***** ***** *   *     How DLGTIN is Setup at Mental Vortex
  3.   *     *   **  *     
  4.   *     *   * * *                   Written by
  5.   *     *   *  **          Allen Wittenauer 1:2222/600.0
  6.   *   ***** *   *           [ecereal@crispy.carb.il.us]
  7.  
  8.   Since TIN has been in the "news" (ack, what a bad pun) lately, I thought I
  9. would offer my setup for using DLGTIN.  The documentation that comes with
  10. DLGTIN is less than helpful on a lot of things.  Through experimentation, we at
  11. MtV think we found the answers to your questions about how to set it up.
  12. Hopefully this will make it as painless as possible.  A few things that might
  13. be necessary to know before we get started"
  14.  
  15. 1. MtV is running DLG Pro v0.995 
  16. 2. MtV's Amiga 2000 is running v2.04
  17. 3. MtV's UUCP and DLG files are spread across several partitions.
  18. 4. MtV is running UUCP v1.16d and TIN v1.1 pl 6
  19.  
  20. -=-=-
  21.  
  22. Files included with this archive:
  23.  
  24. TIN.DLG                - DLG Menuscript for running TIN
  25. TIN.MSG                - Msg for when users enter into TIN
  26. Bundle_News            - Archive up 's'elected articles
  27. TIN.Edit               - So users can create messages in TIN 
  28. TIN.SigSet             - Copies signature.uucp to .sig for users
  29. UserArchive            - Does actual archiving and uploading
  30. LineFix                - fixes line wrapping in UUCP msgs created by DLGEdit
  31. newscron               - my 'process news' batch file
  32.  
  33. -=-=-
  34.  
  35. First, I have changed the following in my startup sequence:
  36.  
  37. path ram: sys:binaries sys:utilities sys:rexxc sys:system s: sys:uucp/c dh1:sc/c sys: sys:prefs sys:wbstartup SYS:1.3-C add quiet
  38.  
  39. My UUCP stuff sits in SYS:UUCP/C.  This will allow it to be accessed from 
  40. *everywhere*.
  41.  
  42. -=-=-
  43.  
  44. In my user-startup, these are some nice definitions:
  45.  
  46. ;DLG Utilities
  47. Assign DLGUtil:  DH2:DLGUtil            ; where I store misc. dlg utils
  48. Assign TIN:      DLGUtil:DLG-TIN/TIN    ; TIN has its own directory
  49. setenv TIN_INDEX TIN:                   ; root of where TIN stores index files
  50.  
  51. -=-=-
  52.  
  53. Depending on how you have your own news system setup, I have an entry in my
  54. DLGConfig:Batch/CRONTAB to run my 'newscron' file.  One such entry looks like
  55. this:
  56.  
  57. 0   7    *  *  *   NewShell FROM S:NewsCron
  58.  
  59. I do a NewShell on it so that I can see if/when it hangs where it hung and
  60. what it is doing.
  61.  
  62. -=-=-
  63. Within DLG, I made a completely separate menu for TIN.  It uses 'T'
  64. from the main menu and '*' from the msg. menu.  On this menu, I have set
  65. up for the users the ability to execute TIN, 'bundlenews', and the check
  66. for saved news commands.  Let's do one at a time.
  67.  
  68. -=- TIN -=-
  69.  
  70. [ 1] Letter:                   T
  71. [ 2] Menu Script:              TIN:TIN.DLG
  72. [ 3] Edit File:
  73. [ 4] Description:              TIN News Reader
  74. [ 5] Type:                     Menu Script
  75. [ 6] Help File:                MAIN/T       <-- system dependent
  76. [ 7] Lower Level:              30           <-- system dependent
  77. [ 8] Upper Level:              255          <-- system dependent
  78. [ 9] Hidden:                   NO
  79. [10] Load type:                OVERLAY
  80. [11] Ask user if sure:         YES
  81. [12] Pend messages:            YES
  82. [13] Cli mode:                 NO
  83. [14] Pause on completion:      NO
  84. [15] Log value:                234   [basically says 'Ran TIN']
  85. [16] Activity string:          TINning News
  86. [17] Priority:                 DEFAULT [might want to change]
  87. [18] Edit help file
  88.  
  89. -=- TIN:Bundle_news -=-
  90.  
  91. [ 1] Letter:                   B
  92. [ 2] Batch file:               TIN:bundle_news %uname
  93. [ 3] Edit File:
  94. [ 4] Description:              Bundle news for offline reading
  95. [ 5] Type:                     AmigaDos Batch
  96. [ 6] Help File:                TIN/B        <-- system dependent
  97. [ 7] Lower Level:              30           <-- system dependent
  98. [ 8] Upper Level:              255          <-- system dependent
  99. [ 9] Hidden:                   NO
  100. [10] Load type:                OVERLAY
  101. [11] Ask user if sure:         NO 
  102. [12] Pend messages:            YES
  103. [13] Cli mode:                 NO
  104. [14] Pause on completion:      NO
  105. [15] Log value:                235   [basically says 'Ran TIN-Bundle']
  106. [16] Activity string:                       
  107. [17] Priority:                 1       [might want to change]
  108. [18] Edit help file
  109.  
  110. -=- Check saved news -=-
  111.  
  112. [ 1] Letter:                   C
  113. [ 2] Menu Script:              C:List User:%uname/news
  114. [ 4] Description:              Check saved news
  115. [ 5] Type:                     Executable
  116. [ 6] Help File:                TIN/C        <-- system dependent
  117. [ 7] Lower Level:              1            <-- system dependent
  118. [ 8] Upper Level:              255          <-- system dependent
  119. [ 9] Hidden:                   NO
  120. [10] Load type:                OVERLAY
  121. [11] Ask user if sure:         NO 
  122. [12] Pend messages:            YES
  123. [13] Cli mode:                 NO
  124. [14] Pause on completion:      NO
  125. [15] Log value:                None
  126. [16] Activity string:          Listing saved news
  127. [17] Priority:                 DEFAULT 
  128. [18] Edit help file
  129.  
  130. Of course, within the same menu, I have things like goodbye, help, and
  131. main.
  132.  
  133. -=-=-
  134.  
  135. Basically, the rest of the installation is just copying files to their
  136. necessary locations.  Things with an asterick are AmigaDOS batch files. They
  137. should have the 's'cript bit set.
  138.  
  139. Files that go into TIN:
  140. -=-=-=-=-=-=-=-=-=-=-=-
  141. bundle_news*
  142. doarchive                  [included w/TIN]
  143. linefix                    [included as source as TIN]
  144. localset                   [included w/TIN]
  145. TIN                        [duh]
  146. TIN.DLG 
  147. tin.edit*
  148. tin.msg
  149. tin.sigset*
  150. tind                       [included w/TIN]
  151. userarchive*               [requires S:SPAT from WorkBench disks!]
  152. news_archive.txt           [I moved this out of DLGConfig:Text/came w/TIN]
  153. Uploadtext                 [this one too/came w/TIN]
  154.  
  155. Files that go into S:
  156. -=-=-=-=-=-=-=-=-=-=-
  157. newscron*                  [hope this is helpful!]
  158.