Hype configurability in the docs
authorKarl O. Pinc <kop@meme.com>
Sat, 17 Nov 2018 10:05:47 +0000 (04:05 -0600)
committerKarl O. Pinc <kop@meme.com>
Sat, 17 Nov 2018 10:05:47 +0000 (04:05 -0600)
README.rst

index d243c57e3578dd236df071298307bf4528dbbce1..3bf5f0f69beb128fd35223455425e99cfc507480 100644 (file)
@@ -34,12 +34,23 @@ package suite.
 
 The PGWUI package suite is a Python framework for creating
 `PostgreSQL`_ web user interfaces, and a collection of user interfaces
-built using the framework..  The focus is on interfaces supporting
+built using the framework.  The focus is on interfaces supporting
 bulk data upload or download, on execution of batches of arbitrary
 SQL, and on transactions.  A distinguishing feature is an emphasis on
 discovering and reporting as many errors as is possible per bulk
 interaction with the database.
 
+The official PGWUI components based on PGWUI_Common are highly
+configurable.  The web page templates used to generate HTML files, the
+CSS files, the static HTML files, and the location of the web pages
+within the "URL space" can all be altered without programming.
+
+It is relatively easy to create alternate "skins" for the user
+interface.  Naturally some exposure to HTML, CSS, and URL concepts are
+helpful.  Extensive alterations to error presentation may require some
+experience with the Mako HTML templating system and/or the Python
+programming language.
+
 
 Usage
 -----