3
0
Fork 0

docs: clarify glossary for app name

This commit is contained in:
Lance Edgar 2024-12-07 22:18:05 -06:00
parent efb78a6635
commit 6a471b87c2

View file

@ -43,16 +43,19 @@ Glossary
models<data model>` used by the :term:`app`. models<data model>` used by the :term:`app`.
app name app name
Code-friendly name for the underlying app/config system This refers to the canonical name for the underlying app/config
(e.g. ``wutta_poser``). system. It does not refer to the overall app; contrast with
:term:`app title`.
This must usually be specified as part of the call to In most cases (i.e. by default) this will simply be ``wutta``.
:func:`~wuttjamaican.conf.make_config()` and is then available on This value affects the naming conventions for config files as
the :term:`config object` well as setting names etc.
:attr:`~wuttjamaican.conf.WuttaConfig.appname` and the :term:`app
handler` :attr:`~wuttjamaican.app.AppHandler.appname`.
See also the human-friendly :term:`app title`. The primary reason for this abstraction is so that the Rattail
Project could leverage the Wutta config logic without having to
rewrite all config files in the wild.
See also :attr:`~wuttjamaican.conf.WuttaConfig.appname`.
app provider app provider
A :term:`provider` which pertains to the :term:`app handler`. A :term:`provider` which pertains to the :term:`app handler`.
@ -61,7 +64,8 @@ Glossary
app title app title
Human-friendly name for the :term:`app` (e.g. "Wutta Poser"). Human-friendly name for the :term:`app` (e.g. "Wutta Poser").
See also the code-friendly :term:`app name`. See also the :term:`app name` which serves a very different
purpose.
auth handler auth handler
A :term:`handler` responsible for user authentication and A :term:`handler` responsible for user authentication and