Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
module:index [2011/07/09 19:49] digitalman |
module:index [2021/02/13 11:46] (current) mlong old revision restored (2020/11/11 15:13) |
||
---|---|---|---|
Line 5: | Line 5: | ||
Modules are typically located in the ''[[dir:exec]]'' directory and written in either [[util:Baja]] (compiled to ''.bin'' files) or [[custom:JavaScript]] (''.js'' files). | Modules are typically located in the ''[[dir:exec]]'' directory and written in either [[util:Baja]] (compiled to ''.bin'' files) or [[custom:JavaScript]] (''.js'' files). | ||
- | Modules (written in [[util:Baja]] or [[custom:JavaScript]]) are used to provide services to [[:server:terminal|Terminal Server]] users via command shells, editors, games, add-ons, etc. as well as timed and network call-out events for the sysop. | + | Modules (written in [[util:Baja]] or [[custom:JavaScript]]) are used to provide services to [[:server:terminal|Terminal Server]] users via [[:custom:command shell|command shells]], editors, games, add-ons, etc. as well as timed and network call-out events for the sysop. |
Modules (written in [[custom:JavaScript]]) may also be used as mail processors with the [[:server:mail|Mail Server]], dynamic HTML index file generation with the [[:server:ftp|FTP Server]], external content handlers for the [[:server:web|Web Server]], CGI and other uses with [[:util:JSexec]]. | Modules (written in [[custom:JavaScript]]) may also be used as mail processors with the [[:server:mail|Mail Server]], dynamic HTML index file generation with the [[:server:ftp|FTP Server]], external content handlers for the [[:server:web|Web Server]], CGI and other uses with [[:util:JSexec]]. | ||
Line 11: | Line 11: | ||
Source code for modules included with Synchronet is available in [[dev:CVS]]. | Source code for modules included with Synchronet is available in [[dev:CVS]]. | ||
- | {{indexmenu>.}} | + | {{indexmenu>.|tsort}} |
===== See Also ===== | ===== See Also ===== | ||
* [[custom:|Customization]] | * [[custom:|Customization]] | ||
+ | * [[custom:Command Shell]] | ||
* [[util:|Utilities]] | * [[util:|Utilities]] | ||
* [[service:|Services]] | * [[service:|Services]] | ||
{{tag>javascript baja}} | {{tag>javascript baja}} |