From 0d50423123ca7a03046c1ed4bff9c1cb1723c689 Mon Sep 17 00:00:00 2001 From: idk <hankhill19580@gmail.com> Date: Tue, 21 Dec 2021 10:05:40 -0500 Subject: [PATCH] Fix link to proxy.pac article, add Advent Calendar article --- i2p2www/pages/site/about/media.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/i2p2www/pages/site/about/media.html b/i2p2www/pages/site/about/media.html index ea7b7ed5a..99b06faee 100644 --- a/i2p2www/pages/site/about/media.html +++ b/i2p2www/pages/site/about/media.html @@ -283,13 +283,18 @@ Robert Lei, December 31, 2018 <li>{% trans mhatta='https://medium.com/@mhatta' -%} <a href="{{ mhatta }}">Articles by I2P contributor Masayuki Hatta on Medium.com</a> 2019 -{% endtrans %} +{% endtrans %}</li>> -<li>{% trans ctrl='https://medium.com/@mhatta' -%} +<li>{% trans ctrl='https://www.ctrl.blog/entry/proxy-pac-i2p-onion.html' -%} <a href="{{ ctrl }}">Enabling both .onion and .i2p routing with Proxy Auto-Configuration</a> Daniel Aleksandersen, February 7 2019 {%- endtrans %}</li> +<li>{% trans advent='https://www.heise.de/news/Open-Source-Adventskalender-Die-Darknets-Freenet-und-I2P-6302109.html' -%} +<a href="{{ advent }}">Open-Source-Adventskalender: Die Darknets Freenet und I2P</a> +Stefan Mey, December 21, 2021 +{%- endtrans %}</li> + </ul> <h2>{{ _('Other') }}</h2> -- GitLab