Index: docs/src/_build/html/running.html
===================================================================
--- docs/src/_build/html/running.html	(revision 16)
+++ docs/src/_build/html/running.html	(revision 27)
@@ -53,10 +53,326 @@
             
   <div class="section" id="running-mailjam">
-<h1><a class="toc-backref" href="#id1">Running Mailjam</a><a class="headerlink" href="#running-mailjam" title="Permalink to this headline">¶</a></h1>
+<h1><a class="toc-backref" href="#id10">Running Mailjam</a><a class="headerlink" href="#running-mailjam" title="Permalink to this headline">¶</a></h1>
+<p>In order to run Mailjam, you have to run the different components, depending on
+what you want to do. Basically, you will need to run a server
+(<a class="reference internal" href="overview.html#overview-mailjam-daemon"><em>Mailjam daemon</em></a>) all the time, then you will need one
+<a class="reference internal" href="overview.html#overview-mailjam-mta-client"><em>MTA client</em></a> per mailing list.</p>
+<p>Ocasionally, you will need to add or delete a mailing list, or edit its
+information, members list, etc. To do that, you will have to run a Mailjam
+client (either the <a class="reference internal" href="overview.html#overview-mailjam-cli-client"><em>CLI client</em></a> or the
+<a class="reference internal" href="overview.html#overview-mailjam-web-client"><em>Web client</em></a>).</p>
+<p>Keep reading if you want to learn more about the way you can start each
+component, the different arguments/parameters you can provide on startup, etc.</p>
+<div class="admonition warning">
+<p class="first admonition-title">Warning</p>
+<p class="last">Remember that, before being able to run any component, you have to
+<a class="reference internal" href="install.html#install-setting-up-mailjam"><em>set up proper configuration files</em></a>. You
+can learn more about Mailjam configuration files in the
+<a class="reference internal" href="configuration.html"><em>configuration files documentation</em></a>.</p>
+</div>
 <div class="contents topic" id="contents">
 <p class="topic-title first">Contents</p>
 <ul class="simple">
-<li><a class="reference internal" href="#running-mailjam" id="id1">Running Mailjam</a></li>
-</ul>
+<li><a class="reference internal" href="#running-mailjam" id="id10">Running Mailjam</a><ul>
+<li><a class="reference internal" href="#the-daemon" id="id11">The daemon</a><ul>
+<li><a class="reference internal" href="#additional-parameters" id="id12">Additional parameters</a><ul>
+<li><a class="reference internal" href="#help" id="id13">&#8211;help</a></li>
+<li><a class="reference internal" href="#config" id="id14">&#8211;config</a></li>
+<li><a class="reference internal" href="#version" id="id15">&#8211;version</a></li>
+</ul>
+</li>
+</ul>
+</li>
+<li><a class="reference internal" href="#the-cli-client" id="id16">The CLI client</a></li>
+<li><a class="reference internal" href="#the-mta-client" id="id17">The MTA client</a><ul>
+<li><a class="reference internal" href="#quick-configuration-you-are-a-mail-servers-master" id="id18">Quick configuration (you are a mail-servers-master)</a></li>
+<li><a class="reference internal" href="#explained-configuration-you-really-want-to-know-what-s-happening-here" id="id19">Explained configuration (you really want to know what&#8217;s happening here)</a></li>
+<li><a class="reference internal" href="#running-mta-client-parameters" id="id20">Additional parameters</a><ul>
+<li><a class="reference internal" href="#running-mta-client-help" id="id21">&#8211;help</a></li>
+<li><a class="reference internal" href="#running-mta-client-config" id="id22">&#8211;config</a></li>
+<li><a class="reference internal" href="#running-mta-client-version" id="id23">&#8211;version</a></li>
+<li><a class="reference internal" href="#address-required" id="id24">&#8211;address (required)</a></li>
+<li><a class="reference internal" href="#input" id="id25">&#8211;input</a></li>
+</ul>
+</li>
+</ul>
+</li>
+<li><a class="reference internal" href="#the-web-client" id="id26">The Web client</a></li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="section" id="the-daemon">
+<span id="running-daemon"></span><h2><a class="toc-backref" href="#id11">The daemon</a><a class="headerlink" href="#the-daemon" title="Permalink to this headline">¶</a></h2>
+<p>First component you should start is the <a class="reference internal" href="overview.html#overview-mailjam-daemon"><em>Mailjam daemon</em></a>. It is
+quite easy, just run this command from a shell/console:</p>
+<div class="highlight-python"><div class="highlight"><pre><span class="n">mailjam</span><span class="o">-</span><span class="n">server</span>
+</pre></div>
+</div>
+<p>The server process will read the <a class="reference internal" href="configuration.html#configuration-daemon"><em>mailjam.conf</em></a>
+configuration file, will prepare everything and will start listening for XMLRPC
+requests on <em>localhost:9876</em></p>
+<div class="admonition warning">
+<p class="first admonition-title">Warning</p>
+<p class="last"><em>localhost:9876</em> is the default value provided by the default configuration
+files. If you have modified that, it will be a different <em>address:port</em>
+combination.</p>
+</div>
+<div class="admonition warning">
+<p class="first admonition-title">Warning</p>
+<p class="last">If you didn&#8217;t add a valid configuration file to one of the
+<a class="reference internal" href="install.html#install-setting-up-mailjam"><em>default paths</em></a>, the server will refuse to
+start, giving you an error message.</p>
+</div>
+<div class="admonition warning">
+<p class="first admonition-title">Warning</p>
+<p class="last">As of the current version of Mailjam, there are no pre-made init scripts that
+can handle the start/stop/restart of the daemon, but those will be added in
+one of the future releases.</p>
+</div>
+<div class="section" id="additional-parameters">
+<span id="running-daemon-parameters"></span><h3><a class="toc-backref" href="#id12">Additional parameters</a><a class="headerlink" href="#additional-parameters" title="Permalink to this headline">¶</a></h3>
+<p>You can pass some parameters to <em>mailjam-server</em> to modify the behaviour of
+the daemon or get more information.</p>
+<div class="admonition note">
+<p class="first admonition-title">Note</p>
+<p class="last">Remember that the proper way to modify the behaviour of the daemon is
+editing its configuration file, <a class="reference internal" href="configuration.html#configuration-daemon"><em>mailjam.conf</em></a></p>
+</div>
+<div class="section" id="help">
+<span id="running-daemon-help"></span><h4><a class="toc-backref" href="#id13">&#8211;help</a><a class="headerlink" href="#help" title="Permalink to this headline">¶</a></h4>
+<p>You can get some help by passing the <em>-h</em> or <em>&#8211;help</em> parameters:</p>
+<div class="highlight-python"><div class="highlight"><pre><span class="n">mailjam</span><span class="o">-</span><span class="n">server</span> <span class="o">-</span><span class="n">h</span>
+</pre></div>
+</div>
+<div class="highlight-python"><div class="highlight"><pre><span class="n">mailjam</span><span class="o">-</span><span class="n">server</span> <span class="o">--</span><span class="n">help</span>
+</pre></div>
+</div>
+</div>
+<div class="section" id="config">
+<span id="running-daemon-config"></span><h4><a class="toc-backref" href="#id14">&#8211;config</a><a class="headerlink" href="#config" title="Permalink to this headline">¶</a></h4>
+<p>You can set the path to the config file the server will load on startup,
+passing the <em>-c</em> or <em>&#8211;config</em> parameters:</p>
+<div class="highlight-python"><div class="highlight"><pre><span class="n">mailjam</span><span class="o">-</span><span class="n">server</span> <span class="o">-</span><span class="n">c</span> <span class="o">/</span><span class="n">home</span><span class="o">/</span><span class="n">mailjam</span><span class="o">/</span><span class="n">mailjam</span><span class="o">.</span><span class="n">conf</span>
+</pre></div>
+</div>
+<div class="highlight-python"><div class="highlight"><pre><span class="n">mailjam</span><span class="o">-</span><span class="n">server</span> <span class="o">--</span><span class="n">config</span> <span class="o">/</span><span class="n">home</span><span class="o">/</span><span class="n">mailjam</span><span class="o">/</span><span class="n">mailjam</span><span class="o">.</span><span class="n">conf</span>
+</pre></div>
+</div>
+<div class="admonition warning">
+<p class="first admonition-title">Warning</p>
+<p class="last">If the file does not exist, or if it is not a valid configuration file,
+an error will be shown and the daemon will refuse to start.</p>
+</div>
+</div>
+<div class="section" id="version">
+<span id="running-daemon-version"></span><h4><a class="toc-backref" href="#id15">&#8211;version</a><a class="headerlink" href="#version" title="Permalink to this headline">¶</a></h4>
+<p>You can check the version of the mailjam server you are trying to run by
+passing the <em>-v</em> or <em>&#8211;version</em> parameters:</p>
+<div class="highlight-python"><div class="highlight"><pre><span class="n">mailjam</span><span class="o">-</span><span class="n">server</span> <span class="o">-</span><span class="n">v</span>
+</pre></div>
+</div>
+<div class="highlight-python"><div class="highlight"><pre><span class="n">mailjam</span><span class="o">-</span><span class="n">server</span> <span class="o">--</span><span class="n">version</span>
+</pre></div>
+</div>
+</div>
+</div>
+</div>
+<div class="section" id="the-cli-client">
+<span id="running-cli-client"></span><h2><a class="toc-backref" href="#id16">The CLI client</a><a class="headerlink" href="#the-cli-client" title="Permalink to this headline">¶</a></h2>
+</div>
+<div class="section" id="the-mta-client">
+<span id="running-mta-client"></span><h2><a class="toc-backref" href="#id17">The MTA client</a><a class="headerlink" href="#the-mta-client" title="Permalink to this headline">¶</a></h2>
+<p>Once you have your <a class="reference internal" href="#running-daemon"><em>daemon running</em></a>, you have to add
+as many <a class="reference internal" href="overview.html#overview-mailjam-mta-client"><em>MTA clients</em></a> as mailing lists you
+want to manage to your mail server.</p>
+<div class="section" id="quick-configuration-you-are-a-mail-servers-master">
+<span id="running-mta-client-quick"></span><h3><a class="toc-backref" href="#id18">Quick configuration (you are a mail-servers-master)</a><a class="headerlink" href="#quick-configuration-you-are-a-mail-servers-master" title="Permalink to this headline">¶</a></h3>
+<p>Edit your mail server aliases file <a class="footnote-reference" href="#id8" id="id1">[1]</a> (probably <em>/etc/aliases</em> or
+<em>/etc/mail/aliases</em>) and add an entry like:</p>
+<div class="highlight-python"><pre>list@mydomain.com: "|/usr/local/bin/mailjam-mta -a list@mydomain.com -i -"</pre>
+</div>
+<div class="admonition warning">
+<p class="first admonition-title">Warning</p>
+<p class="last">replace <em>list&#64;mydomain.com</em> with the real address of your mailing list</p>
+</div>
+<div class="admonition warning">
+<p class="first admonition-title">Warning</p>
+<p class="last">replace <em>/usr/local/bin/mailjam-mta</em> with the real path to your mailjam-mta
+installation</p>
+</div>
+<p>Rebuild your <em>aliases</em> database:</p>
+<div class="highlight-python"><div class="highlight"><pre><span class="n">newaliases</span>
+</pre></div>
+</div>
+<div class="admonition warning">
+<p class="first admonition-title">Warning</p>
+<p class="last">Refer to your OS documentation to see how you can rebuild <em>aliases</em>. In most
+unix-like systems it is done by the newaliases <a class="footnote-reference" href="#id9" id="id2">[2]</a> command.</p>
+</div>
+</div>
+<div class="section" id="explained-configuration-you-really-want-to-know-what-s-happening-here">
+<span id="running-mta-client-explained"></span><h3><a class="toc-backref" href="#id19">Explained configuration (you really want to know what&#8217;s happening here)</a><a class="headerlink" href="#explained-configuration-you-really-want-to-know-what-s-happening-here" title="Permalink to this headline">¶</a></h3>
+<p>When new messages arrive at your mail server for your mailing list address
+(let&#8217;s use the example address <em>list&#64;mydomain.com</em>) one of the steps in the
+process that checks the message, it&#8217;s origin, destination, contents, etc is
+the step where the mail server checks its internal <em>aliases</em> database, that is,
+a list of <em>special</em> addresses that, instead of being <em>real</em> addresses, they are
+related to some other addresses in some way.</p>
+<p>Most MTAs out there support one very <em>convenient</em> feature that is to <em>pipe</em> the
+contents of the message (headers and body) to a given shell command. That means
+that the all the received data will be sent to an external command for it to
+process such data.</p>
+<p><strong>Here is where mailjam-mta comes in</strong>.</p>
+<p>What you have to do is just tell your mail server that all messages with
+destination <em>list&#64;mydomain.com</em> (to keep using the same example address) will be
+<em>piped</em> to mailman-mta. The Mailjam MTA client will then know what to do with
+the message, performing some checks and re-sending it to the proper destinations
+(the members/suscriptors of the given mailing list).</p>
+<p>So, first thing you have to find out is <strong>where is your aliases file?</strong>.</p>
+<p>In unix-like systems, like the different Linux distributions or the different
+BSD flavours, that file is <em>/etc/mail/aliases</em> or <em>/etc/aliases</em> (usually one is
+a simbolic link to the other).</p>
+<div class="admonition note">
+<p class="first admonition-title">Note</p>
+<p>Usually the aliases file contains some lines like:</p>
+<div class="last highlight-python"><pre>MAILER-DAEMON: postmaster
+postmaster: root</pre>
+</div>
+</div>
+<p>Once you&#8217;ve found out where the file is, edit it and add this line to the bottom
+of the file:</p>
+<div class="highlight-python"><pre>list@mydomain.com: "|/usr/local/bin/mailjam-mta -a list@mydomain.com -i -"</pre>
+</div>
+<div class="admonition warning">
+<p class="first admonition-title">Warning</p>
+<p class="last">replace <em>list&#64;mydomain.com</em> with the real address of your mailing list</p>
+</div>
+<div class="admonition warning">
+<p class="first admonition-title">Warning</p>
+<p class="last">replace <em>/usr/local/bin/mailjam-mta</em> with the real path to your mailjam-mta
+installation</p>
+</div>
+<p>There you are telling your mail server that any message coming <strong>to</strong>
+<em>list&#64;mydomain.com</em> will be passed to the mailjam-mta command, passing some
+parameters to it:</p>
+<ul class="simple">
+<li><strong>-a list&#64;mydomain.com</strong> tells mailjam-mta that the message is actually for
+that mailing list. The MTA client will then use that value to check (against
+the mailjam daemon) if it is a valid mailing list.</li>
+<li><strong>-i -</strong> tells mailjam-mta that the message will be <em>piped</em> directly. This is
+important, as mailjam-mta can read the messages from files, but in this case
+the mail server will <em>pipe</em> the data directly to mailjam-mta.</li>
+</ul>
+<p>Once you&#8217;ve added that line to your <em>aliases</em> file, you have to rebuild your
+<em>aliases</em> database:</p>
+<div class="highlight-python"><div class="highlight"><pre><span class="n">newaliases</span>
+</pre></div>
+</div>
+<div class="admonition warning">
+<p class="first admonition-title">Warning</p>
+<p class="last">Refer to your OS documentation to see how you can rebuild <em>aliases</em>. In most
+unix-like systems it is done by the newaliases <a class="footnote-reference" href="#id9" id="id3">[2]</a> command.</p>
+</div>
+<p>And you are done. Everything is ready now.</p>
+</div>
+<div class="section" id="running-mta-client-parameters">
+<span id="id4"></span><h3><a class="toc-backref" href="#id20">Additional parameters</a><a class="headerlink" href="#running-mta-client-parameters" title="Permalink to this headline">¶</a></h3>
+<p>You can pass some parameters to <em>mailjam-mta</em> to modify the behaviour of
+the client or get more information.</p>
+<div class="admonition note">
+<p class="first admonition-title">Note</p>
+<p class="last">Remember that the proper way to modify the behaviour of the client is
+editing its configuration file,
+<a class="reference internal" href="configuration.html#configuration-mta-client"><em>mailjam-mta.conf</em></a></p>
+</div>
+<div class="section" id="running-mta-client-help">
+<span id="id5"></span><h4><a class="toc-backref" href="#id21">&#8211;help</a><a class="headerlink" href="#running-mta-client-help" title="Permalink to this headline">¶</a></h4>
+<p>You can get some help by passing the <em>-h</em> or <em>&#8211;help</em> parameters:</p>
+<div class="highlight-python"><div class="highlight"><pre><span class="n">mailjam</span><span class="o">-</span><span class="n">mta</span> <span class="o">-</span><span class="n">h</span>
+</pre></div>
+</div>
+<div class="highlight-python"><div class="highlight"><pre><span class="n">mailjam</span><span class="o">-</span><span class="n">mta</span> <span class="o">--</span><span class="n">help</span>
+</pre></div>
+</div>
+</div>
+<div class="section" id="running-mta-client-config">
+<span id="id6"></span><h4><a class="toc-backref" href="#id22">&#8211;config</a><a class="headerlink" href="#running-mta-client-config" title="Permalink to this headline">¶</a></h4>
+<p>You can set the path to the config file the client will load on startup,
+passing the <em>-c</em> or <em>&#8211;config</em> parameters:</p>
+<div class="highlight-python"><div class="highlight"><pre><span class="n">mailjam</span><span class="o">-</span><span class="n">mta</span> <span class="o">-</span><span class="n">c</span> <span class="o">/</span><span class="n">home</span><span class="o">/</span><span class="n">mailjam</span><span class="o">/</span><span class="n">mailjam</span><span class="o">-</span><span class="n">mta</span><span class="o">.</span><span class="n">conf</span>
+</pre></div>
+</div>
+<div class="highlight-python"><div class="highlight"><pre><span class="n">mailjam</span><span class="o">-</span><span class="n">mta</span> <span class="o">--</span><span class="n">config</span> <span class="o">/</span><span class="n">home</span><span class="o">/</span><span class="n">mailjam</span><span class="o">/</span><span class="n">mailjam</span><span class="o">-</span><span class="n">mta</span><span class="o">.</span><span class="n">conf</span>
+</pre></div>
+</div>
+<div class="admonition warning">
+<p class="first admonition-title">Warning</p>
+<p class="last">If the file does not exist, or if it is not a valid configuration file,
+an error will be shown and the client will refuse to start.</p>
+</div>
+</div>
+<div class="section" id="running-mta-client-version">
+<span id="id7"></span><h4><a class="toc-backref" href="#id23">&#8211;version</a><a class="headerlink" href="#running-mta-client-version" title="Permalink to this headline">¶</a></h4>
+<p>You can check the version of the mailjam client you are trying to run by
+passing the <em>-v</em> or <em>&#8211;version</em> parameters:</p>
+<div class="highlight-python"><div class="highlight"><pre><span class="n">mailjam</span><span class="o">-</span><span class="n">mta</span> <span class="o">-</span><span class="n">v</span>
+</pre></div>
+</div>
+<div class="highlight-python"><div class="highlight"><pre><span class="n">mailjam</span><span class="o">-</span><span class="n">mta</span> <span class="o">--</span><span class="n">version</span>
+</pre></div>
+</div>
+</div>
+<div class="section" id="address-required">
+<span id="running-mta-client-address"></span><h4><a class="toc-backref" href="#id24">&#8211;address (required)</a><a class="headerlink" href="#address-required" title="Permalink to this headline">¶</a></h4>
+<p>This parameter is required (you have to provide it with a value in order to
+run the mailjam-mta). It sets the address of the mailing list managed by this
+MTA client instance.</p>
+<p>The MTA client will use the provided value to do some checks on the daemon,
+retrieving all the needed data to perform its tasks.</p>
+<p>You can pass a valid address using both the <em>-a</em> and <em>&#8211;address</em> parameters:</p>
+<div class="highlight-python"><pre>mailjam-mta -a list@mydomain.com</pre>
+</div>
+<div class="highlight-python"><pre>mailjam-mta --address list@mydomain.com</pre>
+</div>
+</div>
+<div class="section" id="input">
+<span id="running-mta-client-input"></span><h4><a class="toc-backref" href="#id25">&#8211;input</a><a class="headerlink" href="#input" title="Permalink to this headline">¶</a></h4>
+<p>This parameter tells mailjam-mta from where it has to read the message sent
+to the mailing list. That could be a local file (to be readed from disk) or
+a stream of data coming directly from the standard input (<em>stdin</em>).</p>
+<p>For a regular configuration/setup, the second option is preferred, as the mail
+server will send the stream of data directly to mailjam-mta (as
+<a class="reference internal" href="#running-mta-client-explained"><em>explained before</em></a>):</p>
+<div class="highlight-python"><pre>mailjam-mta -i -</pre>
+</div>
+<div class="highlight-python"><pre>mailjam-mta --input -</pre>
+</div>
+<p>But perhaps some time you would like to send (again) a message you have on disk,
+that could be done easily, passing the path to the file containing that message
+to mailjam-mta:</p>
+<div class="highlight-python"><div class="highlight"><pre><span class="n">mailjam</span><span class="o">-</span><span class="n">mta</span> <span class="o">-</span><span class="n">i</span> <span class="o">/</span><span class="n">home</span><span class="o">/</span><span class="n">backups</span><span class="o">/</span><span class="n">mail</span><span class="o">/</span><span class="n">that</span><span class="o">-</span><span class="n">important</span><span class="o">-</span><span class="n">mail</span><span class="o">.</span><span class="n">txt</span>
+</pre></div>
+</div>
+<div class="highlight-python"><div class="highlight"><pre><span class="n">mailjam</span><span class="o">-</span><span class="n">mta</span> <span class="o">-</span><span class="nb">input</span> <span class="o">/</span><span class="n">home</span><span class="o">/</span><span class="n">backups</span><span class="o">/</span><span class="n">mail</span><span class="o">/</span><span class="n">that</span><span class="o">-</span><span class="n">important</span><span class="o">-</span><span class="n">mail</span><span class="o">.</span><span class="n">txt</span>
+</pre></div>
+</div>
+</div>
+</div>
+</div>
+<div class="section" id="the-web-client">
+<span id="running-web-client"></span><h2><a class="toc-backref" href="#id26">The Web client</a><a class="headerlink" href="#the-web-client" title="Permalink to this headline">¶</a></h2>
+<table class="docutils footnote" frame="void" id="id8" rules="none">
+<colgroup><col class="label" /><col /></colgroup>
+<tbody valign="top">
+<tr><td class="label"><a class="fn-backref" href="#id1">[1]</a></td><td><a class="reference external" href="http://en.wikipedia.org/wiki/Email_alias">http://en.wikipedia.org/wiki/Email_alias</a></td></tr>
+</tbody>
+</table>
+<table class="docutils footnote" frame="void" id="id9" rules="none">
+<colgroup><col class="label" /><col /></colgroup>
+<tbody valign="top">
+<tr><td class="label">[2]</td><td><em>(<a class="fn-backref" href="#id2">1</a>, <a class="fn-backref" href="#id3">2</a>)</em> <a class="reference external" href="http://www.freebsd.org/cgi/man.cgi?query=newaliases">http://www.freebsd.org/cgi/man.cgi?query=newaliases</a></td></tr>
+</tbody>
+</table>
 </div>
 </div>
@@ -68,4 +384,35 @@
       <div class="sphinxsidebar">
         <div class="sphinxsidebarwrapper">
+  <h3><a href="index.html">Table Of Contents</a></h3>
+  <ul>
+<li><a class="reference internal" href="#">Running Mailjam</a><ul>
+<li><a class="reference internal" href="#the-daemon">The daemon</a><ul>
+<li><a class="reference internal" href="#additional-parameters">Additional parameters</a><ul>
+<li><a class="reference internal" href="#help">&#8211;help</a></li>
+<li><a class="reference internal" href="#config">&#8211;config</a></li>
+<li><a class="reference internal" href="#version">&#8211;version</a></li>
+</ul>
+</li>
+</ul>
+</li>
+<li><a class="reference internal" href="#the-cli-client">The CLI client</a></li>
+<li><a class="reference internal" href="#the-mta-client">The MTA client</a><ul>
+<li><a class="reference internal" href="#quick-configuration-you-are-a-mail-servers-master">Quick configuration (you are a mail-servers-master)</a></li>
+<li><a class="reference internal" href="#explained-configuration-you-really-want-to-know-what-s-happening-here">Explained configuration (you really want to know what&#8217;s happening here)</a></li>
+<li><a class="reference internal" href="#running-mta-client-parameters">Additional parameters</a><ul>
+<li><a class="reference internal" href="#running-mta-client-help">&#8211;help</a></li>
+<li><a class="reference internal" href="#running-mta-client-config">&#8211;config</a></li>
+<li><a class="reference internal" href="#running-mta-client-version">&#8211;version</a></li>
+<li><a class="reference internal" href="#address-required">&#8211;address (required)</a></li>
+<li><a class="reference internal" href="#input">&#8211;input</a></li>
+</ul>
+</li>
+</ul>
+</li>
+<li><a class="reference internal" href="#the-web-client">The Web client</a></li>
+</ul>
+</li>
+</ul>
+
   <h4>Previous topic</h4>
   <p class="topless"><a href="configuration.html"
