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
dir:exec [2018/03/01 12:10] – Links to util:binkit changed to module:binkit digital mandir:exec [2020/08/23 15:33] (current) – Change links from viewcvs/cvsweb to gitlab. digital man
Line 1: Line 1:
-====== EXEC Directory ======+====== exec directory ======
  
-===== Directory Contents ===== +The Synchronet ''exec'' directory contains executable and interpreted files:
- +
-This directory contains executable and interpreted files:+
  
   * Binary executables (e.g. ''.exe'')   * Binary executables (e.g. ''.exe'')
Line 9: Line 7:
   * JavaScript (''.js'')   * JavaScript (''.js'')
  
-The stock/default contents of the ''exec'' directory can be browsed online [[http://cvs.synchro.net/cgi-bin/viewcvs.cgi/exec/|here]].+The stock/default contents of the ''exec'' directory can be browsed online [[https://gitlab.synchro.net/sbbs/sbbs/-/tree/master/exec|here]].
  
 A daily snapshot archive of the stock/default contents of the ''exec'' directory can downloaded in [[ftp://ftp.synchro.net/sbbsexec.zip|zip]] (for Windows) or [[ftp://ftp.synchro.net/sbbsexec.tgz|tgz]] (for *nix). A daily snapshot archive of the stock/default contents of the ''exec'' directory can downloaded in [[ftp://ftp.synchro.net/sbbsexec.zip|zip]] (for Windows) or [[ftp://ftp.synchro.net/sbbsexec.tgz|tgz]] (for *nix).
Line 17: Line 15:
  
 ==== load ==== ==== load ====
-The ''[[dir:exec]]/load'' directory and ''[[dir:mods]]/load'' directory contain JavaScript library (''.js'') files that are ''load()''ed by other JavaScript modules.+The ''[[dir:exec]]/load'' directory (''[[dir:load]]''and ''[[dir:mods]]/load'' directory contain JavaScript library (''.js'') files that are ''load()''ed by other JavaScript modules.
  
 More than one directory can be searched for JavaScript load libraries. The set of load directories/subdirectories is configured with the ''JavaScriptLoadPath'' value in the ''[[dir:ctrl]]''/''[[config:sbbs.ini]]'' file. More than one directory can be searched for JavaScript load libraries. The set of load directories/subdirectories is configured with the ''JavaScriptLoadPath'' value in the ''[[dir:ctrl]]''/''[[config:sbbs.ini]]'' file.
Line 23: Line 21:
 ==== tone ==== ==== tone ====
  
-The ''[[dir:exec]]/tone'' directory contains 'tone' (''.ton'') files which are interpretted (e.g. by the [[module:binkit]] utility or the [[module:playtone]] module) to generate simple monophonic melodies (e.g. for sysop paging).+The ''[[dir:exec]]/tone'' directory contains 'tone' (''.ton'') files which are interpretted (e.g. by the [[util:tone]] utility or the [[module:playtone]] module) to generate simple monophonic melodies (e.g. for sysop paging).
  
 ===== SBBSEXEC Environment Variable ===== ===== SBBSEXEC Environment Variable =====
Line 33: Line 31:
 ===== See Also ===== ===== See Also =====
  
-  * [[./index|Directory structure]] +  * [[dir:|Directory structure]] 
-  * [[dir:MODS]] directory +  * [[dir:mods]] directory 
-  * [[http://cvs.synchro.net/cgi-bin/viewcvs.cgi/exec/|EXEC directory in CVS]] [[http://cvs-mirror.synchro.net/cgi-bin/viewcvs.cgi/exec/|Mirror]]+  * [[https://gitlab.synchro.net/sbbs/sbbs/-/tree/master/exec|exec directory in Git]]