add patches
This commit is contained in:
parent
ca0817ae99
commit
f7cd31b357
7 changed files with 121 additions and 1 deletions
lang/en
|
@ -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
35
lang/en/patches.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue