add projects

This commit is contained in:
rick 2024-05-16 20:28:59 +02:00
commit e5bc1bdd80
Signed by: Rick
GPG key ID: A2E7B6CA577C8F07
3 changed files with 114 additions and 24 deletions

View file

@ -3,7 +3,7 @@ rel="stylesheet" href="/css/projets.css"
%endlink%
<div id="main">
<p>You can fin all my personnal side projects on <a href="https://git.gnous.eu/Rick">the Gnous's git</a> or only those I find most interesting on <a href="https://git.gyiwr.tf">my own git</a>. However, a lot of code has french comments.</p>
<p>You can fin all my personnal side projects on <a href="https://git.gnous.eu/Rick">the Gnous's git</a> or only those I find most interesting on <a href="https://git.gyiwr.tf">my own git</a>. However, a lot of code has french comments. Further down, you can find a list of my <a href="#projects">projects</a>, as their status.</p>
<h2>Thanks to</h2>
@ -150,15 +150,50 @@ rel="stylesheet" href="/css/projets.css"
</tbody>
</table>
<h2>Notes</h2>
<h3>Gentoo</h3>
<p>I've only, for now, contribute to the xdotool package. I'll list all my patches if I submit more here.</p>
<h3>source-integration</h3>
<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>
<h3>CDS</h3>
<p>The Discord server "Chasseurs De Succès" (Achievements Hunters) uses two (2) bots to check new achievements and set up appointments to play. I manage the infrastructure, with Docker containers deployments and data base. You can find more informations on <a href="https://blogue.gyiwr.tf/category/chasseurs-de-succes.html">my blog</a> (in French).</p>
<h3>Redacted projects</h3>
<p>Some lines of this table are censored. They contain some projects on which I've contributed with a secondary account, used for work or class projects. As you can find my identity with it, I prefer to avoid informations about them.</p>
</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>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>
<h4>CDS</h4>
<p>The Discord server "Chasseurs De Succès" (Achievements Hunters) uses two (2) bots to check new achievements and set up appointments to play. I manage the infrastructure, with Docker containers deployments and data base. You can find more informations on <a href="https://blogue.gyiwr.tf/category/chasseurs-de-succes.html">my blog</a> (in French).</p>
<h4>Redacted projects</h4>
<p>Some lines of this table are censored. They contain some projects on which I've contributed with a secondary account, used for work or class projects. As you can find my identity with it, I prefer to avoid informations about them.</p>
<h2 id="projects">Projects</h2>
<p><span class="working">WORKING</span> means that I'm working on it.</p>
<p><span class="finished">FINISHED</span> means that the project is considered finished and will not receive any big update (unless I've a big idea).</p>
<p><span class="hiatus">HIATUS</span> means that I've paused the development (waiting to read some documentation, motivation...).</p>
<p><span class="archived">ARCHIVED</span> means that the project is archived and will not be updated at all. You can considered it as abandoned or a polished one.</p>
<ul>
<li>
<p><a href="https://git.gnous.eu/Rick/definitely-not-NVGs">definitely-not-NVGs</a> [<span class="working">WORKING</span>]</p>
</li>
<li>
<p><a href="https://git.gnous.eu/Rick/juniper-config-to-set">juniper-config-to-set</a> [<span class="finished">FINISHED</span>]</p>
</li>
<li>
<p><a href="https://git.gnous.eu/Rick/mastodon-icone">mastodon-icone</a> [<span class="archived">ARCHIVED</span>]</p>
</li>
<li>
<p><a href="https://git.gnous.eu/Rick/partage-notes">partage-notes</a> [<span class="archived">ARCHIVED</span>]</p>
<p>A simple web server with a generation script for Org files. However, a generation script and a simple copy in a folder servec by Nginx is enought.</p>
</li>
<!--
<li>
<p><a href=""></a> [<span class=""> </span>]</p>
<p></p>
</li>
-->
</ul>
</div>