diff --git a/doc/plinth.xml b/doc/plinth.xml index 191ffaa6c..ee22c7757 100644 --- a/doc/plinth.xml +++ b/doc/plinth.xml @@ -71,17 +71,10 @@ - This the URL fragment under which Plinth will provide its - services. By default the value from - plinth.config is used. Plinth is - shipped with a value of /plinth in - /etc/plinth/plinth.config. This - means that Plinth will be available as - http://localhost:8000/plinth by default. - When /etc/plinth/plinth.config is not - available, plinth.config from the current - working directory is used. - + This the URL fragment under which Plinth will provide its services. + Plinth is shipped with a default value of + /plinth. This means that Plinth will be + available as http://localhost:8000/plinth by default. @@ -89,9 +82,9 @@ - Enable development mode. Use plinth.config and the actions_dir - of the current working directory. Enables extra debug messages, - enable Django debug mode for detailed error pages and and turn off + Enable development mode. Use develop.config and action scripts + from the current working directory. Enables extra debug messages, + enable Django debug mode for detailed error pages and turn off Django security features. Monitor source files for changes and restart Plinth on modifications. Die if there is an error during module initialization. @@ -165,12 +158,15 @@ Configuration - Plinth reads various configuration options from the file - /etc/plinth/plinth.config. If this file is - not present, then it reads configuration file - ./plinth.config from the current directory. - This is mainly meant to make Plinth work with configuration from - source code directory for debugging purposes. + Plinth reads various configuration options from the files + /usr/share/freedombox/freedombox.config, + /usr/share/freedombox/freedombox.config.d/*.config, + /etc/plinth/plinth.config, + /etc/plinth/plinth.config.d/*.config, + /etc/freedombox/freedombox.config and + /etc/freedombox/freedombox.config.d/*.config in that + order. Options in a file read later override options specified earlier. + /etc/plinth/ locations are deprecated.