# HG changeset patch # User Paul Boddie # Date 1485875200 -3600 # Node ID 3bc482b5f33e8dd2d304a15f61164abcbe9d7c85 # Parent 14aa9761d56b72a04c7fd72d7d6379ee49f59153 Updated config.py references to config.txt. diff -r 14aa9761d56b -r 3bc482b5f33e docs/wiki/CalendaringSupport --- a/docs/wiki/CalendaringSupport Tue Jan 31 15:59:06 2017 +0100 +++ b/docs/wiki/CalendaringSupport Tue Jan 31 16:06:40 2017 +0100 @@ -54,7 +54,7 @@ Support is provided in the [[../Configuration|configuration]] of imip-agent for interpreting `REQUEST` messages that should really be `COUNTER` messages, generated by some mail programs. See the `IMIP_COUNTER_AS_REQUEST` setting in -`config.py`. +`config.txt`. == iMIP == diff -r 14aa9761d56b -r 3bc482b5f33e docs/wiki/Configuration --- a/docs/wiki/Configuration Tue Jan 31 15:59:06 2017 +0100 +++ b/docs/wiki/Configuration Tue Jan 31 16:06:40 2017 +0100 @@ -87,7 +87,7 @@ There are three levels of configuration in imip-agent: * `config.sh` provides system-level and tool configuration - * `config.py` provides the configuration of the software itself + * `config.txt` provides the configuration of the software itself * User preferences reside as files in separate user-specific directories These files are by default installed into the `/etc/imip-agent` directory @@ -128,19 +128,19 @@ === Software Configuration === Any changes to filesystem locations may need to be incorporated into the -`config.py` file, which is found in the `imiptools/config.py` location of +`config.txt` file, which is found in the `imiptools/config.txt` location of the distribution. There is, however, no urgency in changing this file before installation, and it can be edited in its installed location to achieve the same effects. The agent system configuration dictates how the software behaves, and the -`config.py` file provides system-level settings (filesystem locations +`config.txt` file provides system-level settings (filesystem locations and file permissions), service-level settings (e-mail address and Web site choices), and default policies for users of the software. === User Preferences === -Although the software configuration in `config.py` provides default policies, +Although the software configuration in `config.txt` provides default policies, users can choose to override these defaults by editing their own preferences. The most convenient way of doing this is to use the profile page provided by the [[../CalendarManager|management interface]]. diff -r 14aa9761d56b -r 3bc482b5f33e docs/wiki/DataStore --- a/docs/wiki/DataStore Tue Jan 31 15:59:06 2017 +0100 +++ b/docs/wiki/DataStore Tue Jan 31 16:06:40 2017 +0100 @@ -12,6 +12,6 @@ but the database store is provided as an alternative where different operating characteristics are desired. -The [[../Configuration|configuration]] files (`config.sh` and `config.py`) need +The [[../Configuration|configuration]] files (`config.sh` and `config.txt`) need updating to reflect the choice of data store, with the directory parameters set to appropriate values for the chosen store type. diff -r 14aa9761d56b -r 3bc482b5f33e docs/wiki/DatabaseStore --- a/docs/wiki/DatabaseStore Tue Jan 31 15:59:06 2017 +0100 +++ b/docs/wiki/DatabaseStore Tue Jan 31 16:06:40 2017 +0100 @@ -16,7 +16,7 @@ == Configuration Settings == -The [[../Configuration|configuration]] files (`config.sh` and `config.py`) need to be +The [[../Configuration|configuration]] files (`config.sh` and `config.txt`) need to be updated when choosing a database store. {{{#!table @@ -28,9 +28,9 @@ || Selects a specific database store type; currently, only `postgresql` .. is supported == -`config.py` +`config.txt` == - `config.py` + `config.txt` || `STORE_DIR` || `dbname=imip_agent` || Indicates a connection string for the store database diff -r 14aa9761d56b -r 3bc482b5f33e docs/wiki/FileStore --- a/docs/wiki/FileStore Tue Jan 31 15:59:06 2017 +0100 +++ b/docs/wiki/FileStore Tue Jan 31 16:06:40 2017 +0100 @@ -16,7 +16,7 @@ == Configuration Settings == -The [[../Configuration|configuration]] files (`config.sh` and `config.py`) need to be +The [[../Configuration|configuration]] files (`config.sh` and `config.txt`) need to be updated when choosing a file store. {{{#!table @@ -27,9 +27,9 @@ || `file` || Selects the default file storage type == -`config.py` +`config.txt` == - `config.py` + `config.txt` || `STORE_DIR` || `/var/lib/imip-agent/store` || Indicates the filesystem location of the data store diff -r 14aa9761d56b -r 3bc482b5f33e docs/wiki/MailIntegration --- a/docs/wiki/MailIntegration Tue Jan 31 15:59:06 2017 +0100 +++ b/docs/wiki/MailIntegration Tue Jan 31 16:06:40 2017 +0100 @@ -113,7 +113,7 @@ }}} More suitable routing can be defined as desired. See the `MESSAGE_SENDER` -setting defined in the `config.py` file described in the +setting defined in the `config.txt` file described in the [[../Configuration|configuration guide]]. == Invoking the Agent Programs == diff -r 14aa9761d56b -r 3bc482b5f33e docs/wiki/Preferences --- a/docs/wiki/Preferences Tue Jan 31 15:59:06 2017 +0100 +++ b/docs/wiki/Preferences Tue Jan 31 16:06:40 2017 +0100 @@ -1,7 +1,7 @@ = Preferences = The correspondence between user preferences (stored in user preference -directories) and the default settings (stored in `config.py`) is described +directories) and the default settings (stored in `config.txt`) is described below. || '''Preference''' || '''Default Setting''' || @@ -18,7 +18,7 @@ || `participating` || `PARTICIPATING_DEFAULT` || See the [[../Configuration|configuration guide]] for more information about -the `config.py` file. +the `config.txt` file. {{{#!wiki tip === Text Encoding === diff -r 14aa9761d56b -r 3bc482b5f33e docs/wiki/WebServerIntegration --- a/docs/wiki/WebServerIntegration Tue Jan 31 15:59:06 2017 +0100 +++ b/docs/wiki/WebServerIntegration Tue Jan 31 16:06:40 2017 +0100 @@ -50,7 +50,7 @@ === Configuring the Management Interface === -The `config.py` file described in the [[../Configuration|configuration guide]] +The `config.txt` file described in the [[../Configuration|configuration guide]] provides some settings that can be adjusted to configure the management interface.