Synchronet v3.20d-Win32 (install) has been released (Mar-2025).

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
config:ini_files [2024/12/19 13:26] – [Secondary Configuration Files] update path to rss.ssjs digital manconfig:ini_files [2025/05/01 15:00] (current) – [String Literals] Clarify that quotes are strictly required for trailing white-space digital man
Line 125: Line 125:
  
 === Quotes === === Quotes ===
-If the first non-white-space character following the colon key/value separate is a double-quote (''"'') character, then the string will be terminated at the last (right-most) double-quote character. This allows a string value to be specified with trailing white-space:+If the first non-white-space character following the colon key/value separate is a double-quote (''"'') character, then the string will be terminated at the last (right-most) double-quote character. This allows a string value to be specified with trailing white-space without risk that a text editor might remove it:
   mystring: "a string with trailing white-space "   mystring: "a string with trailing white-space "
  
Line 176: Line 176:
 String values are terminated by a new-line sequence or the end of file. String values are terminated by a new-line sequence or the end of file.
  
-Trailing white-space is normally removed from the string value, unless the ''key:value'' syntax is used (instead of ''key=value'').+Trailing white-space is normally removed from string values, unless the ''key:value'' (string literal) syntax is used instead of ''key=value''.
  
 ==== Boolean Values ==== ==== Boolean Values ====