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
Next revisionBoth sides next revision
module:xtrn_sec [2019/07/17 00:44] – Document options and fonts and stuff digital manmodule:xtrn_sec [2020/04/22 20:35] – No manual installation needed. digital man
Line 3: Line 3:
  
 ===== Install ===== ===== Install =====
-This module is normally installed in stock command shells by default, but to install into a command shell, replace the line(s) in  ''[[dir:exec]]/*.src'':+This module (''xtrn_sec'') should be the default value of SCFG->System->Loadable Modules->Xtrn Section.
  
-  xtrn_section +===== Usage ===== 
-with: + 
-  exec_bin xtrn_sec +The normally expected usage is just to invoke ''xtrn_sec.js'' with no arguments. If, however, you wish to have the module skip the menu of external program sections and go directly to the menu of available programs within one specific section, pass the internal-code of the desired program section section as and argument to ''xtrn_sec.js''
-   + 
-and then recompile with [[util:Baja]] or just run the [[module:update]] module.+ 
 +Example (Baja)
 +<code Baja> 
 +exec_bin xtrn_sec games 
 +</code> 
 + 
 +Example (JavaScript): 
 +<code JavaScript> 
 +load('xtrn_sec.js', 'games'); 
 +</code>
  
 ===== Configure =====  ===== Configure =====