Feat: Move document access from cloud to website #10

Merged
Poolitzer merged 2 commits from move_cloud_links into main 2024-05-23 13:35:10 +02:00
15 changed files with 22 additions and 9 deletions

View File

@ -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/

View File

@ -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.

View File

@ -48,7 +48,7 @@
<h2>About us</h2>
</header>
<p>
NewPipe&nbsp;e.V. is a non-profit organization which supports technology that enables using digital media or improves access to it, especially if it is free and open source.
NewPipe&nbsp;e.V. is a non-profit organization. It got founded at the end of 2022 in order to use the donations the app <a href="https://newpipe.net">NewPipe</a> was receiving with a transparent legal entity goverened by its members. The goal of this association is to support technology that enables using digital media or improves access to it, especially if it is free and open source.
</p>
<div>
We want to realize this goal through the following means:
@ -58,6 +58,9 @@
<li>* engage in public relations activities and provide advertising materials for projects</li>
</ul>
</div>
<p>
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.
</p>
<p>
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.
</p>
@ -72,11 +75,10 @@
<h2>Important links</h2>
</header>
<ul class="link-list">
<li><a href="https://cloud.newpipe-ev.de/s/WzQOdYLRlZnuZxP">All files in one folder</a></li>
<li><a href="https://cloud.newpipe-ev.de/s/DfdgGxhCzcydduY">Statute (German)</a></li>
<li><a href="#">Statue (English)</a></li>
<li><a href="https://cloud.newpipe-ev.de/s/IyrwfEmjEnSUzZA">Privacy policy (English)</a></li>
<li><a href="https://cloud.newpipe-ev.de/s/IWVDvSNmbHJwlAk">Member fee regulation (English)</a></li>
<li><a href="./assets/documents/statute de.pdf">Statute (German)</a></li>
<li><a href="./assets/documents/statute en.pdf">Statue (English)</a></li>
<li><a href="./assets/documents/privacy policy en.pdf">Privacy policy (English)</a></li>
<li><a href="./assets/documents/member fee regulation en.pdf">Member fee regulation (English)</a></li>
</ul>
</section>

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
assets/documents/evform.pdf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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.
</p>
<p>
To join the association, please fill out this <a href="https://cloud.newpipe-ev.de/s/PYLcQfOAubZYcku">signup form</a>. If you choose the SEPA mandate, fill <a href="https://cloud.newpipe-ev.de/s/PYLcQfOAubZYcku">that out</a> as well, and then mail these forms to <a href="mailto:newpipe-ev@mailbox.org?subject=New membership application">the board</a>. We hope to hear from you!
To join the association, please fill out this <a href="./assets/documents/evform.pdf">signup form</a>. If you choose the SEPA mandate, fill <a href="./assets/documents/sepaMandateWithoutReference.pdf">that out</a> as well, and then mail these forms to <a href="mailto:newpipe-ev@mailbox.org?subject=New membership application">the board</a>. We hope to hear from you!
</p>
</section>

View File

@ -67,7 +67,7 @@
<h3>13.07.2023</h3>
</header>
<p>
Today we had our first board meeting. The full protocol can be found <a href="https://cloud.newpipe-ev.de/s/KxSxfdbbdvfaJav">here</a>.
Today we had our first board meeting. The full protocol can be found <a href="../assets/documents/2023-07-13_board_protocol.pdf">here</a>.
</p>
<p>
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.

View File

@ -67,7 +67,7 @@
<h3>19.12.2023</h3>
</header>
<p>
Today we had our second board and the first plenum meeting. The full protocol can be found <a href="https://cloud.newpipe-ev.de/s/bKfLnHGzkUFpxXu">here</a> and <a href="https://cloud.newpipe-ev.de/s/DFLoDCZKBiXdJnx">here</a>.
Today we had our second board and the first plenum meeting. The full protocol can be found <a href="../assets/documents/2023-12-16_plenum_protocol.pdf">here</a> and <a href="../assets/documents/2023-12-16_board_protocol.pdf">here</a>.
</p>
<p>
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.