From 98681c0df96220866143d4ce47ce04b2e1da935a Mon Sep 17 00:00:00 2001 From: Falko Trojahn Date: Sun, 24 Dec 2023 13:32:42 +0100 Subject: [PATCH] Update overview/index.rst fix typos --- source/overview/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/overview/index.rst b/source/overview/index.rst index 1e6f63b..8853e92 100644 --- a/source/overview/index.rst +++ b/source/overview/index.rst @@ -33,7 +33,7 @@ This will start the setup server on port 2316. Configuration ~~~~~~~~~~~~~ -GeneWeb can be configured by defining a `.gwb` file. An example is +GeneWeb can be configured by defining a `.gwf` file. An example is available in the :code:`etc` directory. Architecture of GeneWeb @@ -149,7 +149,7 @@ Web-server and plug-ins The :code:`gwd` web server is customizable with plug-ins; code replacing the original behaviour of the web server handling requests. They are dynamically loaded by :code:`gwd` at its start and each base can be activated -through the :code:`.gwb` file (:code:`plugins=*` for activating all plug-ins, +through the :code:`.gwf` file (:code:`plugins=*` for activating all plug-ins, otherwise :code:`plugins=p1,p2,...`). A plug-in is composed of its code, a :code:`dune` file for building and a