Correct API docs
authorKarl O. Pinc <kop@karlpinc.com>
Tue, 8 Dec 2020 19:25:54 +0000 (13:25 -0600)
committerKarl O. Pinc <kop@karlpinc.com>
Tue, 8 Dec 2020 19:29:52 +0000 (13:29 -0600)
README.rst

index d06e4dc25ed918a272449da47e9abfd5d278e20f..1ec565ecc994d14a9e2dfa5177ec92437067dca3 100644 (file)
@@ -46,15 +46,17 @@ PGWUI_Common provides:
     database and credentials.  These forms are rendered using
     `Pyramid`_ views.
 
-  * Code used to establish `routes`_, called by PGWUI_Server
-    or whatever else is used to configure `Pyramid`_.
+  * API used to establish `routes`_.  Called during configuration
+    after all components are configured.  Called by PGWUI_Server or
+    whatever else is used to configure `Pyramid`_.
 
-  * Code used to override `assets`_, called by PGWUI_Server
-    or whatever else is used to configure `Pyramid`_.
+  * API used to override `assets`_.  Called during configuration after
+    all compomponents are configured.  Called by PGWUI_Server or
+    whatever else is used to configure `Pyramid`_.
 
-  * Functionality which validates all installed PGWUI component
-    settings.  Validation happens when the PGWUI_Common component
-    is configured.
+  * API which validates all core PGWUI settings.  Called after
+    configuration parsing.  Called by PGWUI_Server or whatever else is
+    used to configure `Pyramid`_.
 
 The official PGWUI components based on PGWUI_Common are highly
 configurable.  The web page templates used to generate HTML files, the