Short Documentation
-------------------
-${component} stands for `PostgreSQL`_ Web User Interface .
+<%
+ pgname = summary[0:11]
+ if pgname == 'PostgreSQL ':
+ pgname = '`PostgreSQL`_ '
+ shortdoc = f'{component} stands for {pgname}{summary[11:]}.'
+%>${shortdoc}
Usage
-----------------
The default URL for ${component} looks like
-*https://www.example.com/upload*.
+*https://www.example.com/${short_name}*.
See the PGWUI_Server documentation for how to configure a different
URL.