From 61af4b97fb636c5e19b23f7f51785d86512c2f70 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Sat, 18 Jun 2022 01:53:51 +1200 Subject: Contributions article added --- project/templates/contributions.xhtml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 project/templates/contributions.xhtml (limited to 'project/templates') diff --git a/project/templates/contributions.xhtml b/project/templates/contributions.xhtml new file mode 100644 index 0000000..1a81a1d --- /dev/null +++ b/project/templates/contributions.xhtml @@ -0,0 +1,31 @@ + +{%- extends "base_plain.xhtml" -%} + + + +{%- block title -%}Contributions to Other Projects{%- endblock -%} + + + +{%- block footer -%}{{ plain_footer ("contributions.xhtml") }}{%- endblock -%} + + + +{%- block content %} +

Contributions to Other Projects

+ +

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.

+ + +
17/6/2022
+ +

One of the dependencies of the flashcard deck converter program is +Zip-Ada by Gautier de Montmollin. +At the time, Zip-Ada didn't have any project file to build itself as a standalone library. This +commit +is thus nothing more than such a project file and associated documentation tweaks, but hey, we all +have to start somewhere.

+{% endblock -%} + + -- cgit