X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=doc%2Fsource%2Fdata_model.rst;h=807c78828b1e99cf85e09fdc3b85ba2b9d6cff25;hp=13b44aec7bf65a9fd65997df15359798f601c95d;hb=b64bdabe02e5d30113df5052050cfb9b62683a74;hpb=23c7262d6f302e91941bc9f502ed0d60bfdf4331 diff --git a/doc/source/data_model.rst b/doc/source/data_model.rst index 13b44ae..807c788 100644 --- a/doc/source/data_model.rst +++ b/doc/source/data_model.rst @@ -2,10 +2,9 @@ data model ============ -.. Copyright (c) 2004-2018 Jeremy Stanley . - Permission to use, copy, modify, and distribute this software is - granted under terms provided in the LICENSE file distributed with - this software. +.. Copyright (c) 2004-2019 mudpy authors. Permission to use, copy, + modify, and distribute this software is granted under terms + provided in the LICENSE file distributed with this software. One of the primary goals for mudpy is to apply a consistent data model for all information, from configuration and preferences to @@ -128,6 +127,11 @@ kept by default. Timing-specific settings and scheduling for the main loop. +.mudpy.user +~~~~~~~~~~~ + +User-focused settings such as access controls. + storage -------