summaryrefslogtreecommitdiff
path: root/project/templates/contributions.xhtml
blob: 1a81a1d1e607d39e88d7ea2017757e35b704acc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

{%- extends "base_plain.xhtml" -%}



{%- block title -%}Contributions to Other Projects{%- endblock -%}



{%- block footer -%}{{ plain_footer ("contributions.xhtml") }}{%- endblock -%}



{%- block content %}
<h4>Contributions to Other Projects</h4>

<p>This is a record of times I've made an improvement to someone else's project and had that
contribution accepted. Mostly to encourage myself to do such things more often.</p>


<h5>17/6/2022</h5>

<p>One of the dependencies of the <a href="/deckconv.xhtml">flashcard deck converter</a> program is
<a href="https://unzip-ada.sourceforge.io/" class="external">Zip-Ada</a> by Gautier de Montmollin.
At the time, Zip-Ada didn't have any project file to build itself as a standalone library. This
<a href="https://github.com/zertovitch/zip-ada/commit/0299b9c23cc5b21d0654b9d928f2538543dec52f" class="external">commit</a>
is thus nothing more than such a project file and associated documentation tweaks, but hey, we all
have to start somewhere.</p>
{% endblock -%}