Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
module:bullseye [2021/01/24 21:13] – [Bullseye] digital manmodule:bullseye [2024/07/02 13:29] (current) – Updated paths and such digital man
Line 1: Line 1:
 ====== Bullseye Bulletins ====== ====== Bullseye Bulletins ======
  
-FIXME+Bullseye Bulletins (''[[dir:exec]]/bullseye.js'') is a simplest script that may be used to display plain text files that contain information you would like users to have access to, similar to [General] Text Files Sections. 
 + 
 +===== Install ===== 
 + 
 +In [[util:SCFG]]->External Programs->Online Programs->Main->Available Online Programs, add: 
 +<file> 
 +╔══════════════════════════════════════════════════════════╗ 
 +║                    Bullseye Bulletins                    ║ 
 +╠══════════════════════════════════════════════════════════╣ 
 +║ │Name                       Bullseye Bulletins           ║ 
 +║ │Internal Code              BULLSEYE                     ║ 
 +║ │Start-up Directory                                      ║ 
 +║ │Command Line               *bullseye                    ║ 
 +║ │Clean-up Command Line                                   ║ 
 +║ │Execution Cost             None                         ║ 
 +║ │Access Requirements                                     ║ 
 +║ │Execution Requirements                                  ║ 
 +║ │Multiple Concurrent Users  Yes                          ║ 
 +║ │Intercept I/O              No                           ║ 
 +║ │Native Executable/Script   No                           ║ 
 +║ │Use Shell or New Context   No                           ║ 
 +║ │Modify User Data           No                           ║ 
 +->│Execute on Event           Logon                       <
 +║ │Pause After Execution      No                           ║ 
 +║ │BBS Drop File Type         None                         ║ 
 +║ │Place Drop File In         Node Directory               ║ 
 +╚══════════════════════════════════════════════════════════╝ 
 +</file> 
 + 
 +===== Configure ===== 
 + 
 +Bullseye reads the available list of bulletins from ''[[dir:text]]/bullseye.cfg'' and displays ''[[dir:text]]/bullseye.[msg|asc|ans]'' as the menu to the users of the [[server:terminal]] server. 
 + 
 +**New in Bullseye Bulletins v3.00**: If the the [[custom:menu_files|menu file]] (e.g. ''bullseye.asc'') does not exist, an auto-generated enumerated list of bulletin files will be displayed to the user for their viewing selection. 
 + 
 +=== Adding Items to Bullseye Bulletins == 
 + 
 +Edit ''[[dir:text]]/bulleyes.cfg'' using a text editor of your choice 
 + 
 +<code edit_bull> 
 +user@whatever:/sbbs/text $ nano bullseye.cfg 
 +</code> 
 + 
 +** bullseye.cfg file format** 
 + 
 +<file bullseye.cfg> 
 +
 +../text/qna/faqs.txt 
 +../text/sbbs.msg 
 +../docs/dove-net.txt 
 +</file> 
 + 
 +Note: the first line of the ''bullseye.cfg'' file is currently not used. The remaining lines are paths to bulletin files, correspond to the bulletin numbers in the menu file (if it exists). 
 + 
 +{{:module:bulleyes.png?400|}}
  
 ===== See Also ===== ===== See Also =====
   * [[:module:|Modules]]   * [[:module:|Modules]]