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
config:ini_files [2025/05/01 14:59] – [Value Termination] Clarify key:value is string literal syntax 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 "