Re: GNUnet 0.21.0 released

2024-03-08 Thread Martin Schanzenbach
bastianschm...@danwin1210.de writes: Maybe you want to consider using pandoc and not actually parse any jinja/html yourself. In fact, $ pandoc -f html template/news/2024-03-0.21.0.html.j2 -o 0.21.0-news.txt works quite well. But some pre and post processing is necessary: 1. We need to convert

Re: GNUnet 0.21.0 released

2024-03-08 Thread bastianschmidt
Thank you for the clarification. To everybody: Don't even think of writing that said script that parses the .j2 file into a plain text that can be sent via email…, because I'm coding it right now ;). But bare with me: That coding stuff? It's a tone of fun, but entirely new to me. So, it will be fu