add patches
This commit is contained in:
parent
ca0817ae99
commit
f7cd31b357
7 changed files with 121 additions and 1 deletions
|
@ -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>
|
|
@ -6,6 +6,7 @@ le site de rick
|
|||
ou.html : où me retrouver
|
||||
copaings.html : copains & co
|
||||
projets.html : projets
|
||||
patches.html : patches
|
||||
#a/ : annuaire
|
||||
rss.html : mes flux rss
|
||||
autres.html : autres
|
||||
|
|
35
lang/fr/patches.html
Normal file
35
lang/fr/patches.html
Normal file
|
@ -0,0 +1,35 @@
|
|||
%link%
|
||||
rel="stylesheet" href="/css/projets.css"
|
||||
%endlink%
|
||||
|
||||
<div id="main">
|
||||
<p>Vous pouvez retrouver ici une liste de patches que j'ai pu faire sur différents logiciels. Ils sont minimes ou ne règlent un problème qui ne concerne que moi. S'ils sont intégrés dans le logiciel ou deviennent inutiles, ils seront supprimés de cette page.</p>
|
||||
|
||||
<div class="tableau">
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Logiciel</th>
|
||||
<th>Description du patch</th>
|
||||
<th>Patch</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a href="https://github.com/lxc/distrobuilder">distrobuilder</a></td>
|
||||
<td>Utilisation de <code>mkisofs</code> au lieu de <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