From: Karl O. Pinc Date: Wed, 14 Nov 2018 03:08:18 +0000 (-0600) Subject: Mention that routes can be full URLs X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=5dfbfd0adce7048da0e07b41bf939dfc1ed558aa;p=pgwui_server Mention that routes can be full URLs --- diff --git a/README.rst b/README.rst index cad7754..42288c8 100644 --- a/README.rst +++ b/README.rst @@ -142,10 +142,14 @@ trivial overhead involved in autoconfiguration.) Configuring Routing ^^^^^^^^^^^^^^^^^^^ -Configuring routing means changing the part of the URL which comes -after the domain, the part after the *https://www.example.com* part. -PGWUI_Server comes with sensible defaults. Configuring routing is -optional. +Configuring routing means changing the URL used to access a page. +Usually this is the part of the URL which comes after the domain, the +part after the *https://www.example.com* part. Alternatively, a full +URL may be supplied for a route. This can be used to direct the user +to an external website. + +PGWUI_Server comes with sensible defaults. Configuring routing +is optional. A prefix can be put in front of every route, so that instead of the default route of *logout* in the URL *https://www.example.com/logout*