<li> Apply your desired changes in the directory <em>/web</em> which
you retrieved via GIT. The file <em>README</em> in the top
directory will provide you some helpful hints.
<li> Create local version:<br>
<em>make</em><br>
and open file index.html in your browser.
<li> Before commiting the changes you should check them:<br>
<pre>git diff | less</pre>
<li> If your changes are complete, commit them as usual. For example
you can simply do:<br>
<pre>git commit -a</pre>
<li>Then prepare a patch to be send to the mailing list Gpg4win-devel
(A prior "Hello" on one of the Gpg4win <a href="https://www.gpg4win.de/community.html">mailing lists</a> and your expression of interest to join the team is of course a good idea.):<br>