Changes between Version 8 and Version 9 of MovedToGitHub/EditConfigFiles
- Timestamp:
- Dec 14, 2008, 1:19:04 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MovedToGitHub/EditConfigFiles
v8 v9 24 24 }}} 25 25 26 == GTK / Daemon ==26 == GTK / Daemon / CLI == 27 27 === Overview === 28 28 29 GTK and Daemon (both on a Mac and Linux) use a [http://www.json.org/ JSON] formatted file. Mainly because of it's human readability. [[BR]]29 GTK, CLI and Daemon (both on a Mac and Linux) use a [http://www.json.org/ JSON] formatted file. Mainly because of it's human readability. [[BR]] 30 30 (Consult the [http://www.json.org/ JSON] for detailed information) 31 31 … … 83 83 * '''proxy-username:''' String 84 84 * '''proxy-authentication:''' String 85 86 === Note ===87 The daemon only supports a subset of these options, however there is a ticket #1559 that will unify these settings much better.