General preferences
General preferences are represented by an XML element of the form:
".html_text("
On the client, the global prefs are stored in global_prefs.xml (present only if they've been obtained from a server).
A scheduler RPC request includes global_prefs.xml if it's present. If the request includes global prefs, the scheduler installs them in the DB if the DB copy is missing or older. If the DB copy is newer, it includes it in the reply. If the request has no prefs and they're present in the DB, they're included in the reply.
When handling a scheduler RPC reply that includes global prefs, the client writes them to global_prefs.xml, prepending the project and scheduler URLs is absent.
A scheduler RPC reply always includes project prefs.
When handling a scheduler RPC reply, the client writes them to the account_X.xml file, prepending the master URL and authenticator. "; page_tail(); ?>