add patches

This commit is contained in:
rick 2023-10-25 16:36:53 +02:00
commit f7cd31b357
Signed by: Rick
GPG key ID: 5CBE8779CD27BCBA
7 changed files with 121 additions and 1 deletions

View file

@ -6,6 +6,7 @@ rick's website
where.html : where to find me
friends.html : friends & co
projects.html : projects
patches.html : patches
#a/ : annuaire
rss.html : my rss feeds
others.html : others

35
lang/en/patches.html Normal file
View file

@ -0,0 +1,35 @@
%link%
rel="stylesheet" href="/css/projets.css"
%endlink%
<div id="main">
<p>You can find here a list of patches which I've written on some softwares. They are small and/or only fix some issues for me. If they are integrated or become useless (because of an update), they will be removed from this page.</p>
<div class="tableau">
<table>
<thead>
<tr>
<th>Software</th>
<th>Patch description</th>
<th>Patch</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://github.com/lxc/distrobuilder">distrobuilder</a></td>
<td>Use <code>mkisofs</code> instead of <code>genisoimage</code>.</td>
<td><a href="/patches/distrobuilder-mkisofs.patch"><code>distrobuilder-mkisofs.patch</code></a></td>
</tr>
<!--
<tr>
<td><a href=""></a></td>
<td></td>
<td><a href="/patches/"></a></td>
</tr>
-->
</tbody>
</table>
</div>
</div>