From 2c7f24733f872fa922e79abb2174e5b25b8b5067 Mon Sep 17 00:00:00 2001 From: rick <rick@gnous.eu> Date: Sat, 26 Oct 2024 21:50:23 +0200 Subject: [PATCH 1/2] add distrobuilder in projects --- lang/en/projects.html | 8 ++++++++ lang/fr/projets.html | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/lang/en/projects.html b/lang/en/projects.html index 5652884..6489274 100644 --- a/lang/en/projects.html +++ b/lang/en/projects.html @@ -54,6 +54,14 @@ rel="stylesheet" href="/css/projets.css" <td></td> <td></td> </tr> + <tr> + <td><a href="https://github.com/lxc/distrobuilder">Distrobuilder</a></td> + <td>Tool to build container image for LXC</td> + <td>Go</td> + <td>LXC community</td> + <td><a href="https://github.com/lxc/distrobuilder/commit/e9c6e0fe46fe19f52dc5d910ae7b75d218d2ead1">e9c6e0</a></td> + <td><a href="https://github.com/lxc/distrobuilder/blob/64c04995b31c6ff593f0a1f317faa9b47967c8c2/COPYING">Apache 2.0</a></td> + </tr> <tr> <td><a href="https://gitweb.gentoo.org/repo/gentoo.git/">Gentoo (paquet)</a></td> <td>Packages for Gentoo</td> diff --git a/lang/fr/projets.html b/lang/fr/projets.html index 57c8b4e..928699e 100644 --- a/lang/fr/projets.html +++ b/lang/fr/projets.html @@ -54,6 +54,14 @@ rel="stylesheet" href="/css/projets.css" <td></td> <td></td> </tr> + <tr> + <td><a href="https://github.com/lxc/distrobuilder">Distrobuilder</a></td> + <td>Logiciel pour créer des images de conteneurs pour LXC</td> + <td>Go</td> + <td>Communauté LXC</td> + <td><a href="https://github.com/lxc/distrobuilder/commit/e9c6e0fe46fe19f52dc5d910ae7b75d218d2ead1">e9c6e0</a></td> + <td><a href="https://github.com/lxc/distrobuilder/blob/64c04995b31c6ff593f0a1f317faa9b47967c8c2/COPYING">Apache 2.0</a></td> + </tr> <tr> <td><a href="https://gitweb.gentoo.org/repo/gentoo.git/">Gentoo (paquet)</a></td> <td>Paquets pour la distribution Gentoo</td> From 3225cb1eb2ba2691386ce0b97bff0adc8733e8d3 Mon Sep 17 00:00:00 2001 From: rick <rick@gnous.eu> Date: Sun, 27 Oct 2024 16:00:35 +0100 Subject: [PATCH 2/2] add pentoo packages --- lang/en/projects.html | 30 ++++++++++++++++++++++++++---- lang/fr/projets.html | 28 +++++++++++++++++++++++++--- 2 files changed, 51 insertions(+), 7 deletions(-) diff --git a/lang/en/projects.html b/lang/en/projects.html index 6489274..a019ae5 100644 --- a/lang/en/projects.html +++ b/lang/en/projects.html @@ -62,8 +62,8 @@ rel="stylesheet" href="/css/projets.css" <td><a href="https://github.com/lxc/distrobuilder/commit/e9c6e0fe46fe19f52dc5d910ae7b75d218d2ead1">e9c6e0</a></td> <td><a href="https://github.com/lxc/distrobuilder/blob/64c04995b31c6ff593f0a1f317faa9b47967c8c2/COPYING">Apache 2.0</a></td> </tr> - <tr> - <td><a href="https://gitweb.gentoo.org/repo/gentoo.git/">Gentoo (paquet)</a></td> + <tr id="gentoo"> + <td><a href="https://gitweb.gentoo.org/repo/gentoo.git/">Gentoo (package)</a></td> <td>Packages for Gentoo</td> <td>ebuild file</td> <td>Marek Szuba (for xdotool) and Gentoo community</td> @@ -110,6 +110,14 @@ rel="stylesheet" href="/css/projets.css" <td><a href="https://github.com/patternfly-yew/patternfly-yew-quickstart/commit/0e9db7141a792ad96d1e1de2d0bd94a50da6dc70">0e9db71</a></td> <td><a href="https://github.com/patternfly-yew/patternfly-yew-quickstart/blob/main/LICENSE">Apache 2.0</a></td> </tr> + <tr id="pentoo"> + <td><a href="https://github.com/pentoo/pentoo-overlay">Pentoo (package)</a></td> + <td>Packages for Pentoo</td> + <td>ebuild file</td> + <td>Pentoo community</td> + <td><a href="https://github.com/pentoo/pentoo-overlay/commit/eeb881ae4d115adb80b1b80e9d5b1d9488b3cd74">liblnk</a></td> + <td>GNU GPL v2</td> + </tr> <tr> <td><a href="https://github.com/mantisbt-plugins/source-integration">source-integration</a></td> <td>MantisBT plugin to add commits coming from Git servers.</td> @@ -169,8 +177,22 @@ rel="stylesheet" href="/css/projets.css" </div> <h3>Notes</h3> - <h4>Gentoo</h4> - <p>I've only, for now, contribute to the xdotool package. I'll list all my patches if I submit more here.</p> + <h4>Gentoo, Pentoo</h4> + <p>I've contributed on two overlays Gentoo: official and Pentoo. Here a list of the packages which I've contributed.</p> + + <ul> + <li><a href="#gentoo">Gentoo</a></li> + <ul> + <li>xdotool</li> + </ul> + <li><a href="#pentoo">Pentoo</a></li> + <ul> + <li>liblnk</li> + <li>libfole</li> + <li>libfwps</li> + <li>libfwsi</li> + </ul> + </ul> <h4>source-integration</h4> <p>The next commit is mine too, but dregad seems to make small modifications on the REGEX. I prefer to put only the commits who have been authored by me.</p> diff --git a/lang/fr/projets.html b/lang/fr/projets.html index 928699e..d94f6ce 100644 --- a/lang/fr/projets.html +++ b/lang/fr/projets.html @@ -62,7 +62,7 @@ rel="stylesheet" href="/css/projets.css" <td><a href="https://github.com/lxc/distrobuilder/commit/e9c6e0fe46fe19f52dc5d910ae7b75d218d2ead1">e9c6e0</a></td> <td><a href="https://github.com/lxc/distrobuilder/blob/64c04995b31c6ff593f0a1f317faa9b47967c8c2/COPYING">Apache 2.0</a></td> </tr> - <tr> + <tr id="gentoo"> <td><a href="https://gitweb.gentoo.org/repo/gentoo.git/">Gentoo (paquet)</a></td> <td>Paquets pour la distribution Gentoo</td> <td>Fichier ebuild</td> @@ -110,6 +110,14 @@ rel="stylesheet" href="/css/projets.css" <td><a href="https://github.com/patternfly-yew/patternfly-yew-quickstart/commit/41c4b87643975271a110d57d9b4f55eddcce4270">41c4b87</a></td> <td><a href="https://github.com/patternfly-yew/patternfly-yew-quickstart/blob/main/LICENSE">Apache 2.0</a></td> </tr> + <tr id="pentoo"> + <td><a href="https://github.com/pentoo/pentoo-overlay">Pentoo (paquet)</a></td> + <td>Paquets pour la distribution Pentoo</td> + <td>Fichier ebuild</td> + <td>Communauté Pentoo</td> + <td><a href="https://github.com/pentoo/pentoo-overlay/commit/eeb881ae4d115adb80b1b80e9d5b1d9488b3cd74">liblnk</a></td> + <td>GNU GPL v2</td> + </tr> <tr> <td><a href="https://github.com/mantisbt-plugins/source-integration">source-integration</a></td> <td>Plugin MantisBT pour ajouter les commits venant de serveurs Git</td> @@ -169,8 +177,22 @@ rel="stylesheet" href="/css/projets.css" </div> <h3>Notes</h3> - <h4>Gentoo</h4> - <p>Je n'ai, pour l'instant, contribué qu'au paquet xdotool. Si je soumets d'autres patchs, je ferais une liste de tous les paquets ici.</p> + <h4>Gentoo, Pentoo</h4> + <p>J'ai contribué à deux overlays Gentoo: l'officiel et Pentoo. Je fais la liste ci-dessous des paquets auxquels j'ai pu contribuer.</p> + + <ul> + <li><a href="#gentoo">Gentoo</a></li> + <ul> + <li>xdotool</li> + </ul> + <li><a href="#pentoo">Pentoo</a></li> + <ul> + <li>liblnk</li> + <li>libfole</li> + <li>libfwps</li> + <li>libfwsi</li> + </ul> + </ul> <h4>source-integration</h4> <p>Le commit suivant est aussi de mon ressort mais dregad semble avoir remodifié en plus la REGEX. Je préfère mettre du coup uniquement les commits que j'ai écrit.</p>