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
-----