From b846da6bbdb30506ee47abe4f5ea6803595e813d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20Tr=C3=B6ger?= Date: Sun, 21 Mar 2021 14:34:59 +0100 Subject: [PATCH] Add imprint on Geany e.V. association page We probably need this for German law and so add it to be safe. It doesn't expose that much new information except for an already present address. --- geany/settings.py | 5 +++- page_content/association.md | 33 +++++++++++++++++++++++---- page_content/support/mailing-lists.md | 2 ++ 3 files changed, 34 insertions(+), 6 deletions(-) diff --git a/geany/settings.py b/geany/settings.py index 97e2157..41e38f7 100644 --- a/geany/settings.py +++ b/geany/settings.py @@ -19,6 +19,7 @@ import warnings from django.utils.translation import ugettext_lazy as _ +from markdown.extensions.toc import TocExtension ###################### @@ -382,7 +383,9 @@ # markdown extensions 'nl2br', 'tables', - 'toc', + # create TOC entries only for heading level 2 to 4 + # level 1 usually is the page header, we don't need levels deeper than 4 + TocExtension(toc_depth='2-4'), ) ######################### diff --git a/page_content/association.md b/page_content/association.md index b4b3d0a..b3bfa0b 100644 --- a/page_content/association.md +++ b/page_content/association.md @@ -1,6 +1,10 @@ Geany e.V. - the registered association for the Geany project ================================================= +**Contents** + +[TOC] + ## About The association "Geany e.V." is registered in Stendal, Germany and is intended to represent the Geany project. The main goal is to provide a legal entity for the Geany project and to handle donated money. @@ -75,13 +79,32 @@ The rules of order (Geschäftsordnung) are available at: [go.pdf](/media/uploads Unfortunately, currently the charter and rules of order documents are available only in German. -## Contact +## Imprint & Contact + +##### Represented by + +Geany e.V. +c/o Enrico Tröger +Vogelsanger Str. 169 +50823 Cologne +Germany + +Email: association-board [at] geany [dot] org + +##### Board + +Enrico Tröger - chairman +Frank Lanitz - treasurer +Silvio Knizek - minutes secretary + +##### Association register entry + +Registering court: Amtsgericht Stendal (Germany) +Registration number: 2477/16 -For any questions or requests, feel free to contact any or all of the board members. +##### Contact -Enrico Tröger - enrico [dot] troeger [at] uvena.de -Frank Lanitz - frank [at] lanitz [dot] info -Silvio Knizek - silvio [dot] knizek [at] gmx [dot] de +For any questions or requests, feel free to contact the board members at association-board [at] geany [dot] org. For members communication, there is a mailing list at https://lists.geany.org/cgi-bin/mailman/listinfo/association-members. diff --git a/page_content/support/mailing-lists.md b/page_content/support/mailing-lists.md index 236134f..62c8f6f 100644 --- a/page_content/support/mailing-lists.md +++ b/page_content/support/mailing-lists.md @@ -3,6 +3,8 @@ Mailing Lists For announcements, general discussing, coordinating development and more, we use mailing lists (read about at [Wikipedia][1]). +Available mailing lists: + [TOC] * _Note: You must subscribe to a list before you can send mail to it_