Changes between Version 4 and Version 5 of MovedToGitHub/EnvironmentVariables
- Timestamp:
- Jan 16, 2009, 4:26:44 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MovedToGitHub/EnvironmentVariables
v4 v5 7 7 * If '''TRANSMISSION_HOME''' is set, Transmission will look there for its settings instead of in the [ConfigFiles#Locations default location]. 8 8 9 * If '''TRANSMISSION_WEB_HOME''' is set, Transmission will look there for the Web Interacefiles, such as the javascript, html, and graphics files.9 * If '''TRANSMISSION_WEB_HOME''' is set, Transmission will look there for the [WebInterface Web Interace] files, such as the javascript, html, and graphics files. 10 10 11 11 * If '''TR_CURL_VERBOSE''' is set, debugging information for libcurl will be enabled. More information about libcurl's debugging mode [http://curl.haxx.se/libcurl/c/curl_easy_setopt.html#CURLOPTVERBOSE is available here]. … … 19 19 == Standard Variables Used By Transmission == 20 20 21 * If {{{TRANSMISSION_WEB_HOME}}} is ''not'' set, non-Mac platforms will look for the Web Interfacefiles in '''XDG_DATA_HOME''' and in '''XDG_DATA_DIRS''' as described in [http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html#variables the XDG Base Directory Specification]. {{{XDG_DATA_HOME}}} has a default value of {{{$HOME/.local/share/}}}.21 * If {{{TRANSMISSION_WEB_HOME}}} is ''not'' set, non-Mac platforms will look for the [WebInterface Web Interface] files in '''XDG_DATA_HOME''' and in '''XDG_DATA_DIRS''' as described in [http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html#variables the XDG Base Directory Specification]. {{{XDG_DATA_HOME}}} has a default value of {{{$HOME/.local/share/}}}. 22 22 23 23 * If {{{TRANSMISSION_HOME}}} is ''not'' set, Unix-based versions of Transmission will look for their settings in $'''XDG_CONFIG_HOME'''/transmission/. XDG_CONFIG_HOME has a default value of {{{$HOME/.config/}}}.