[geany/www.geany.org] 3ba2f6: Merge pull request #29 from eht16/add_association_imprint

Frank Lanitz git-noreply at xxxxx
Sun Mar 21 22:46:49 UTC 2021


Branch:      refs/heads/master
Author:      Frank Lanitz <frank at frank.uvena.de>
Committer:   GitHub <noreply at github.com>
Date:        Sun, 21 Mar 2021 22:46:49 UTC
Commit:      3ba2f6fc9f7b6144a9cc57ae133d359c50ff33dc
             https://github.com/geany/www.geany.org/commit/3ba2f6fc9f7b6144a9cc57ae133d359c50ff33dc

Log Message:
-----------
Merge pull request #29 from eht16/add_association_imprint

Add imprint on Geany e.V. association page


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.
@@ -77,13 +81,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