[geany/www.geany.org] b846da: Add imprint on Geany e.V. association page
Enrico Tröger
git-noreply at xxxxx
Sun Mar 21 14:15:16 UTC 2021
Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger at uvena.de>
Committer: Enrico Tröger <enrico.troeger at uvena.de>
Date: Sun, 21 Mar 2021 14:15:16 UTC
Commit: b846da6bbdb30506ee47abe4f5ea6803595e813d
https://github.com/geany/www.geany.org/commit/b846da6bbdb30506ee47abe4f5ea6803595e813d
Log Message:
-----------
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.
Modified Paths:
--------------
geany/settings.py
page_content/association.md
page_content/support/mailing-lists.md
Modified: geany/settings.py
5 lines changed, 4 insertions(+), 1 deletions(-)
===================================================================
@@ -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'),
)
#########################
Modified: page_content/association.md
33 lines changed, 28 insertions(+), 5 deletions(-)
===================================================================
@@ -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.
Modified: page_content/support/mailing-lists.md
2 lines changed, 2 insertions(+), 0 deletions(-)
===================================================================
@@ -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_
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list