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:newslink [2010/02/26 14:22] – Links to util:scfg changed to util:scfg:index digitalmanmodule:newslink [2016/03/12 01:46] – [NewsLink] A stolen image digital man
Line 1: Line 1:
 ====== NewsLink ====== ====== NewsLink ======
 +{{:module:rob_s_iphone_sept-2015_185_2_.jpg?500|A newsstand sign I saw in an airport, long after I named this module}}
 ====== Background ====== ====== Background ======
  
Line 16: Line 16:
  
 NewsLink is written in 100% JavaScript and the source code (if you're NewsLink is written in 100% JavaScript and the source code (if you're
-interested) is contained in the files newslink.js and newsutil.js in the +interested) is contained in the file ''newslink.js'' in the 
-Synchronet EXEC directory.+Synchronet ''[[dir:exec]]'' directory. Current version is always available via [[dev:CVS]].
  
  
Line 27: Line 27:
  
  
-1. Go into SCFG->External Programs->Timed Events and created a timed event+1. Go into [[:util:SCFG]]->External Programs->Timed Events and created a timed event
 for NewsLink (if one doesn't already exist). Example: for NewsLink (if one doesn't already exist). Example:
  
Line 80: Line 80:
    13: Duplicate Checking         Enabled (10000 message CRCs)    13: Duplicate Checking         Enabled (10000 message CRCs)
  
-4. For each NewsLinked sub-board, set Network Options->Internet (UUCP/NNTP) +4. For each NewsLinked sub-board, set Network Options->Internet (UUCP/NNTP) to "Yes".
-to "Yes".+
  
 5. Edit your ''[[dir:ctrl]]/[[config:newslink.cfg]]'' file: 5. Edit your ''[[dir:ctrl]]/[[config:newslink.cfg]]'' file:
  
   * Change the "SERVER" line to specify the host name or IP address of the News Server you are linking with. If the News Server is listening on a non-standard TCP port (e.g. other than 119), you will need to add a "PORT" line specifying the TCP port number of the server.   * Change the "SERVER" line to specify the host name or IP address of the News Server you are linking with. If the News Server is listening on a non-standard TCP port (e.g. other than 119), you will need to add a "PORT" line specifying the TCP port number of the server.
 +  * If you wish to use TLS/SSL, uncomment the "TLS" line.  This will change the default port to 563.
   * If the News Server requires an authenticated user login, change the "USER" and "PASS" lines to specify the username and password you use   to login to the above News Server. If the "USER" line is missing or commented-out (with a semicolon), then no user authentication will be attempted (sometimes called "anonymous login").   * If the News Server requires an authenticated user login, change the "USER" and "PASS" lines to specify the username and password you use   to login to the above News Server. If the "USER" line is missing or commented-out (with a semicolon), then no user authentication will be attempted (sometimes called "anonymous login").
   * For each sub-board you configured in step 3, add an "AREA" line, specifying each sub-board's "Internal Code" (from SCFG->Message Areas).   * For each sub-board you configured in step 3, add an "AREA" line, specifying each sub-board's "Internal Code" (from SCFG->Message Areas).
Line 192: Line 192:
 ====== Stopping NewsLink ====== ====== Stopping NewsLink ======
  
-NewsLink can be stopped by "touching" (creating or updating) the file: ''[[dir:data]]/newslink.stop''+NewsLink can be stopped by "touching" (creating or updating) the semaphore file: ''[[dir:data]]/newslink.stop''
  
  
 ====== JSexec ====== ====== JSexec ======
 With Synchronet v3.11, it is also possible to run NewsLink externally from With Synchronet v3.11, it is also possible to run NewsLink externally from
-Synchronet (or as a background timed event) by using [[util:scfg:index]].+Synchronet (or as a background timed event) by using [[util:JSexec]].
  
  
 ===== See Also ===== ===== See Also =====
   * [[config:newslink.cfg]]   * [[config:newslink.cfg]]
-  * [[util:scfg:index]]+  * [[util:JSexec]]
   * [[:service:nntp|NNTP Service]]   * [[:service:nntp|NNTP Service]]
   * [[network:USENET]]   * [[network:USENET]]