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
custom:text.dat [2018/03/01 12:21] – old revision restored digital mancustom:text.dat [2020/01/16 18:28] – [Customization Methods] fix cvs link to text.js wkitty42
Line 69: Line 69:
  
  
-===== Customization =====+===== Customize =====
  
 Knowledge of the C programming language may be very helpful in producing the desired results. If all you want to Knowledge of the C programming language may be very helpful in producing the desired results. If all you want to
Line 88: Line 88:
  
 All of the ''text.dat'' names and numbers can be found in: All of the ''text.dat'' names and numbers can be found in:
-  - The [[custom:JavaScript]] load file: ''[[dir:exec]]/load/[[http://cvs.synchro.net/cgi-bin/viewcvs.cgi/text.js|text.js]]''+  - The [[custom:JavaScript]] load file: ''[[dir:exec]]/load/[[http://cvs.synchro.net/cgi-bin/viewcvs.cgi/exec/load/text.js?view=markup|text.js]]''
   - The C header file: ''[[http://cvs.synchro.net/cgi-bin/viewcvs.cgi/src/sbbs3/text.h]]''   - The C header file: ''[[http://cvs.synchro.net/cgi-bin/viewcvs.cgi/src/sbbs3/text.h]]''
  
Line 111: Line 111:
 In many cases, ''Q'' or Ctrl-C (abort) may also be an acceptable answer to the question, but this will never be the default answer. In many cases, ''Q'' or Ctrl-C (abort) may also be an acceptable answer to the question, but this will never be the default answer.
  
 +===== Using Defaults =====
 +
 +The default values of all the ''text.dat'' strings are stored in the Synchronet Terminal Server library (''sbbs.dll'', ''libsbbs.so'').
 +
 +To use all default text strings you can either:
 +
 +  * Download the ''[[http://cvs.synchro.net/cgi-bin/viewcvs.cgi/ctrl/text.dat|text.dat]]'' revision from CVS which correlates with the executables you're using and overwrite your local file, or
 +  * Replace (overwrite) your ''text.dat'' file with a 0-length file (each 'missing' string is replaced with the default string).
  
 ===== See Also ===== ===== See Also =====
Line 117: Line 125:
   * [[:config:|Customization]]   * [[:config:|Customization]]
  
-{{tag>}}+{{tag>text.dat customization ansi}}