#menu ul a, #menu ul a:hover, #menu .mwhatsnew a, #menu .mwhatsnew a:hover, #menu .mwhatsnew a, #menu .mwhatsnew a:hover, #menu ul a, #menu ul a:hover{
<li> Gewünschte Änderungen in dem per git geholten Verzeichnis
- <code>/web</code> durchführen.
- Zum besseren Verständnis ggf. die Datei <code>README</code> vorher
+ <em>/web</em> durchführen.
+ Zum besseren Verständnis ggf. die Datei <em>README</em> vorher
durchlesen.
<li> Lokale Version zum Anschauen herstellen:<br>
- <code>make</code><br>
+ <pre>make</pre>
und im Browser anschauen.
<li> Sind die Änderungen in Ordnung, sollte man sie noch mal prüfen:<br>
- <code>git diff | less</code><br>
+ <pre>git diff | less</pre>
<li> Dann werden die Änderungen mit möglichst sinnvollen Kommentaren committet:<br>
- <code>git commit -a </code>
+ <pre>git commit -a </pre>
<li> Mit folgendem Befehl wird ein Patch erstellt, der daraufhin an die Mailingliste
Gpg4win-devel gesendet werden muss (Ein vorheriges "Hallo" auf einer der <a href="https://www.gpg4win.de/community-de.html">Gpg4win-Mailinglisten</a> und der Wunsch, dass man gerne mitmachen möchte, ist natürlich immer sinnvoll.):<br>
<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>
- <code>git diff | less</code><br>
+ <pre>git diff | less</pre>
<li> If your changes are complete, commit them as usual. For example
you can simply do:<br>
- <code>git commit -a</code><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>