diff --git a/Dockerfile b/Dockerfile index 72ee86a..c6080a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,4 +2,13 @@ FROM nginx:1.26.0-alpine COPY . /usr/share/nginx/html +ADD 'https://cloud.newpipe-ev.de/remote.php/dav/public-files/TSIDImDtSsyqjOD/member%20fee%20regulation%20en.pdf' /usr/share/nginx/html/assets/documents/ +ADD 'https://cloud.newpipe-ev.de/remote.php/dav/public-files/TSIDImDtSsyqjOD/privacy%20policy%20en.pdf' /usr/share/nginx/html/assets/documents/ +ADD 'https://cloud.newpipe-ev.de/remote.php/dav/public-files/TSIDImDtSsyqjOD/statute%20de.pdf' /usr/share/nginx/html/assets/documents/ +ADD 'https://cloud.newpipe-ev.de/remote.php/dav/public-files/TSIDImDtSsyqjOD/statute%20en.pdf' /usr/share/nginx/html/assets/documents/ +ADD 'https://cloud.newpipe-ev.de/remote.php/dav/public-files/TSIDImDtSsyqjOD/sepaMandateWithoutReference.pdf' /usr/share/nginx/html/assets/documents/ +ADD 'https://cloud.newpipe-ev.de/remote.php/dav/public-files/TSIDImDtSsyqjOD/evform.pdf' /usr/share/nginx/html/assets/documents/ +ADD 'https://cloud.newpipe-ev.de/remote.php/dav/public-files/TSIDImDtSsyqjOD/2023-07-13_board_protocol.pdf' /usr/share/nginx/html/assets/documents/ +ADD 'https://cloud.newpipe-ev.de/remote.php/dav/public-files/TSIDImDtSsyqjOD/2023-12-16_plenum_protocol.pdf' /usr/share/nginx/html/assets/documents/ +ADD 'https://cloud.newpipe-ev.de/remote.php/dav/public-files/TSIDImDtSsyqjOD/2023-12-16_board_protocol.pdf' /usr/share/nginx/html/assets/documents/ diff --git a/README.txt b/README.txt index 4e098f5..8b51703 100644 --- a/README.txt +++ b/README.txt @@ -1,3 +1,5 @@ This is the temporary website of the association. It is fully static, so pointing a webserver at index.html is enough to "run" it. + +The documents in ./assets/documents are updated by the dockerfile. diff --git a/about.html b/about.html index 752e13b..8414dc8 100644 --- a/about.html +++ b/about.html @@ -58,6 +58,9 @@
  • * engage in public relations activities and provide advertising materials for projects
  • +

    + These goals and everything required legally to run an association for these goals is written down in our statue, which we link to on this page. We also provide a best effort English translation of it, but legally binding is the German one. +

    The organization is governed by these three board members. They make day to day decisions and represent the organization. Every half year they have a meeting which every member can attend.

    @@ -72,11 +75,10 @@

    Important links

    diff --git a/assets/documents/2023-07-13_board_protocol.pdf b/assets/documents/2023-07-13_board_protocol.pdf new file mode 100644 index 0000000..35693f5 Binary files /dev/null and b/assets/documents/2023-07-13_board_protocol.pdf differ diff --git a/assets/documents/2023-12-16_board_protocol.pdf b/assets/documents/2023-12-16_board_protocol.pdf new file mode 100644 index 0000000..43ddf1a Binary files /dev/null and b/assets/documents/2023-12-16_board_protocol.pdf differ diff --git a/assets/documents/2023-12-16_plenum_protocol.pdf b/assets/documents/2023-12-16_plenum_protocol.pdf new file mode 100644 index 0000000..12e646a Binary files /dev/null and b/assets/documents/2023-12-16_plenum_protocol.pdf differ diff --git a/assets/documents/evform.pdf b/assets/documents/evform.pdf new file mode 100644 index 0000000..0e1c164 Binary files /dev/null and b/assets/documents/evform.pdf differ diff --git a/assets/documents/member fee regulation en.pdf b/assets/documents/member fee regulation en.pdf new file mode 100644 index 0000000..239bf6b Binary files /dev/null and b/assets/documents/member fee regulation en.pdf differ diff --git a/assets/documents/privacy policy en.pdf b/assets/documents/privacy policy en.pdf new file mode 100644 index 0000000..0c2f2fe Binary files /dev/null and b/assets/documents/privacy policy en.pdf differ diff --git a/assets/documents/sepaMandateWithoutReference.pdf b/assets/documents/sepaMandateWithoutReference.pdf new file mode 100644 index 0000000..2787802 Binary files /dev/null and b/assets/documents/sepaMandateWithoutReference.pdf differ diff --git a/assets/documents/statute de.pdf b/assets/documents/statute de.pdf new file mode 100644 index 0000000..3e797fc Binary files /dev/null and b/assets/documents/statute de.pdf differ diff --git a/assets/documents/statute en.pdf b/assets/documents/statute en.pdf new file mode 100644 index 0000000..038bf5f Binary files /dev/null and b/assets/documents/statute en.pdf differ diff --git a/join.html b/join.html index ea3469b..0e3b6b1 100644 --- a/join.html +++ b/join.html @@ -61,7 +61,7 @@ Every other entity can become a supporting member. Supporting members pay a yearly fee of 120 EUR, do not get active or passive suffrage, and have to appoint a natural person to act on their behalf.

    - To join the association, please fill out this signup form. If you choose the SEPA mandate, fill that out as well, and then mail these forms to the board. We hope to hear from you! + To join the association, please fill out this signup form. If you choose the SEPA mandate, fill that out as well, and then mail these forms to the board. We hope to hear from you!

    diff --git a/posts/2023-07-13_1st_board_meeting.html b/posts/2023-07-13_1st_board_meeting.html index 782a3f0..c6caed1 100644 --- a/posts/2023-07-13_1st_board_meeting.html +++ b/posts/2023-07-13_1st_board_meeting.html @@ -67,7 +67,7 @@

    13.07.2023

    - Today we had our first board meeting. The full protocol can be found here. + Today we had our first board meeting. The full protocol can be found here.

    This meeting was mostly a recap of what got done. The bank account was created at the GLS, a medium-sized server was bought and the newpipe-ev.de domain. Also a backup space at hetzner. Also a mailbox email was created to get infrastructure relevant e-mail to a second mail provider. diff --git a/posts/2023-12-19_1st_plenum_2nd_board_meeting.html b/posts/2023-12-19_1st_plenum_2nd_board_meeting.html index e083867..a2d3415 100644 --- a/posts/2023-12-19_1st_plenum_2nd_board_meeting.html +++ b/posts/2023-12-19_1st_plenum_2nd_board_meeting.html @@ -67,7 +67,7 @@

    19.12.2023

    - Today we had our second board and the first plenum meeting. The full protocol can be found here and here. + Today we had our second board and the first plenum meeting. The full protocol can be found here and here.

    In the board meeting, the conversion from donation currency was discussed. This was changed from allowing all currencies supported by liberapay to just EUR to make fees more transparent. Also it was decided to setup a temporary e-mail as well as website. The decision about pseudonyms was ratified. This also meant a change in privacy policy which needs to be acknowledged by the plenum.