Compare commits
No commits in common. "main" and "main" have entirely different histories.
25 changed files with 106 additions and 772 deletions
|
@ -18,7 +18,7 @@ jobs:
|
|||
contents: read
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Generate suitable tag for kaniko
|
||||
id: meta
|
||||
|
@ -51,4 +51,4 @@ jobs:
|
|||
UPDATE_URL: ${{ secrets.UPDATE_URL }}
|
||||
UPDATE_TOKEN: ${{ secrets.UPDATE_TOKEN }}
|
||||
run: |
|
||||
curl --fail-with-body "$UPDATE_URL" -H "Authorization: Bearer ${UPDATE_TOKEN}"
|
||||
curl "$UPDATE_URL" -H "Authorization: Bearer ${UPDATE_TOKEN}"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM nginx:1.27.3-alpine
|
||||
FROM nginx:1.27.0-alpine
|
||||
|
||||
COPY . /usr/share/nginx/html
|
||||
|
||||
|
@ -13,6 +13,4 @@ ADD --chmod=0755 'https://cloud.newpipe-ev.de/remote.php/dav/public-files/TSIDIm
|
|||
ADD --chmod=0755 'https://cloud.newpipe-ev.de/remote.php/dav/public-files/TSIDImDtSsyqjOD/2023-12-16_board_protocol.pdf' /usr/share/nginx/html/assets/documents/
|
||||
ADD --chmod=0755 'https://cloud.newpipe-ev.de/remote.php/dav/public-files/TSIDImDtSsyqjOD/2024-02-10_plenum_protocol.pdf' /usr/share/nginx/html/assets/documents/
|
||||
ADD --chmod=0755 'https://cloud.newpipe-ev.de/remote.php/dav/public-files/TSIDImDtSsyqjOD/2024-06-23_board_protocol.pdf' /usr/share/nginx/html/assets/documents/
|
||||
ADD --chmod=0755 'https://cloud.newpipe-ev.de/remote.php/dav/public-files/TSIDImDtSsyqjOD/2024-08-20_plenum_protocol.pdf' /usr/share/nginx/html/assets/documents/
|
||||
ADD --chmod=0755 'https://cloud.newpipe-ev.de/remote.php/dav/public-files/TSIDImDtSsyqjOD/2024-12-01_board_protocol.pdf' /usr/share/nginx/html/assets/documents/
|
||||
ADD --chmod=0755 'https://cloud.newpipe-ev.de/remote.php/dav/public-files/TSIDImDtSsyqjOD/2025-01-04_plenum_protocol.pdf' /usr/share/nginx/html/assets/documents/
|
||||
|
||||
|
|
54
about.html
54
about.html
|
@ -48,7 +48,7 @@
|
|||
<h2>About us</h2>
|
||||
</header>
|
||||
<p>
|
||||
NewPipe e.V. is a non-profit organization. It was founded in late 2022 as a transparent, member-governed legal entity to receive donations in the name of the app <a href="https://newpipe.net">NewPipe</a>. 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.
|
||||
NewPipe 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:
|
||||
|
@ -59,13 +59,10 @@
|
|||
</ul>
|
||||
</div>
|
||||
<p>
|
||||
Check our <a href="./blog.html">blog</a> to know what we have been up to lately in more detail!
|
||||
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>
|
||||
These goals and all other legal regulations concerning the association are written down in our statute, which we link to on this page. We also provide it in the form of a best-effort English translation, but since we are an entity unter German law, only the German version is legally binding.
|
||||
</p>
|
||||
<p>
|
||||
The organization is governed by the following three board members, elected by members of the association. They make day to day decisions and represent the organization. Every half year, they have a meeting which every member can attend. The meeting protocols are also published in our <a href="./blog.html">blog</a>.
|
||||
The organization is governed by these two 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>
|
||||
</section>
|
||||
</div>
|
||||
|
@ -79,39 +76,35 @@
|
|||
</header>
|
||||
<ul class="link-list">
|
||||
<li><a href="./assets/documents/statute de.pdf">Statute (German)</a></li>
|
||||
<li><a href="./assets/documents/statute en.pdf">Statute (English)</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>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="row row-equal-column">
|
||||
<div class="col-4 col-6-medium col-12-small">
|
||||
<div class="col-4 col-6-medium">
|
||||
|
||||
<section>
|
||||
<header>
|
||||
<h2>Stypox</h2>
|
||||
</header>
|
||||
<p>Stypox</p>
|
||||
<a class="feature-image"><img src="images/stypox.png" alt=""></a>
|
||||
<ul class="standard-list">
|
||||
<li>Occupation: studying computer science at ETH Zürich, interested in competitive programming, cybersecurity, Android development and Rust</li>
|
||||
<li>Age: 21 years</li>
|
||||
<li>Occupation: studying software engineering, interested in competitive programming, cybersecurity, Android development and Rust</li>
|
||||
<li>Open source work: Maintainer of <a href="https://newpipe.net">NewPipe</a> and <a href="https://github.com/Stypox/dicio-android">Dicio assistant</a>, talked at SFSCon.</li>
|
||||
<li>Board member since 2022</li>
|
||||
<li><a href="https://stypox.org">Webpage</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
<div class="col-4 col-6-medium col-12-small">
|
||||
<div class="col-4 col-6-medium">
|
||||
|
||||
<section>
|
||||
<header>
|
||||
<h2>Poolitzer</h2>
|
||||
</header>
|
||||
<a class="feature-image"><img src="images/poolitzer.png" alt=""></a>
|
||||
|
||||
<p>Poolitzer</p>
|
||||
<a class="feature-image"><img src="images/poolitzer.jpg" alt=""></a>
|
||||
<ul class="standard-list">
|
||||
<li>Age: 23 years</li>
|
||||
<li>Occupation: electrician for automation technology, studying electrical engineering and information technology</li>
|
||||
<li>Open source work: Maintainer of <a href="https://python-telegram-bot.org">python-telegram-bot</a>, writing blogposts for <a href="https://newpipe.net/blog/">NewPipe</a>.</li>
|
||||
<li>Board member since 2022</li>
|
||||
|
@ -120,27 +113,10 @@
|
|||
</section>
|
||||
|
||||
</div>
|
||||
<div class="col-4 col-6-medium col-12-small">
|
||||
|
||||
<section>
|
||||
<header>
|
||||
<h2>Fynn · he/him</h2>
|
||||
</header>
|
||||
<a class="feature-image"><img src="images/fynn.png" alt="A smiling, white-skinned male-read person is facing the camera in front of a whiteboard filled with mathmatical symbols. They are wearing a scarf and shirt."></a>
|
||||
<ul class="standard-list">
|
||||
<li>Occupation: studying computer science at University of Würzburg, with a passion for complexity theory</li>
|
||||
<li>Open source work: Author of <a href="https://codeberg.org/fynngodau/dawdle/">dawdle</a> and other Android software, former maintainer of <a href="https://bubu1.eu/cctg/goodbye/">CCTG</a>
|
||||
<li>Board member since 2025 (previously cash auditor)</li>
|
||||
<li><a href="http://9gewinnt.de">Website about tickets</a> (in German)</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-12-medium">
|
||||
<div class="col-9 col-12-medium">
|
||||
<section>
|
||||
<p>
|
||||
They are supported in their work by Schabi, in the role as a cash auditor.
|
||||
They are supported in their work by Fynn, in the role of the cash auditor.
|
||||
</p>
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
@ -48,11 +48,6 @@ table {
|
|||
border-spacing: 0;
|
||||
}
|
||||
|
||||
table tr td {
|
||||
padding-left: 0.25cm;
|
||||
padding-right: 0.25cm;
|
||||
}
|
||||
|
||||
body {
|
||||
-webkit-text-size-adjust: none;
|
||||
}
|
||||
|
@ -82,23 +77,6 @@ pre {
|
|||
font-family: monospace;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.my-0 {
|
||||
margin-top: 0 !important;
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
.my-1 {
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.row-equal-column {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.text-center {
|
||||
text-align: center;
|
||||
}
|
||||
/* Basic */
|
||||
|
||||
html {
|
||||
|
@ -1669,10 +1647,6 @@ pre {
|
|||
margin: 0 0 25px 0;
|
||||
}
|
||||
|
||||
#content .row-equal-column section {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#content h2 {
|
||||
font-size: 1.8em;
|
||||
color: #acb4b7;
|
||||
|
@ -1689,11 +1663,7 @@ pre {
|
|||
}
|
||||
|
||||
#content a {
|
||||
color: #f9715c;
|
||||
}
|
||||
|
||||
#content .button-large {
|
||||
color: #fff;
|
||||
color: #A22F1D;
|
||||
}
|
||||
|
||||
#content header {
|
||||
|
@ -1716,7 +1686,7 @@ pre {
|
|||
|
||||
#footer {
|
||||
padding: 45px 0 45px 0;
|
||||
color: #ad0a0a;
|
||||
color: #822121;
|
||||
text-align: center;
|
||||
background: #929ba1;
|
||||
}
|
||||
|
@ -1728,7 +1698,7 @@ pre {
|
|||
}
|
||||
|
||||
#footer a {
|
||||
color: #ad0a0a;
|
||||
color: #822121;
|
||||
}
|
||||
|
||||
#footer .quote-list li {
|
||||
|
@ -1752,13 +1722,13 @@ pre {
|
|||
border-top: solid 1px #616771;
|
||||
text-align: center;
|
||||
padding: 45px 0 80px 0;
|
||||
color: #ad0a0a;
|
||||
color: #822121;
|
||||
font-size: smaller;
|
||||
background: #929ba1;
|
||||
}
|
||||
|
||||
#copyright a {
|
||||
color: #ad0a0a;
|
||||
color: #822121;
|
||||
}
|
||||
|
||||
/* Large */
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
41
blog.html
41
blog.html
|
@ -52,45 +52,6 @@
|
|||
</header>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<a href="./posts/2025-01-04_4th_plenum.html" class="hidden-blog">
|
||||
<h2>4th plenum</h2>
|
||||
<h3>04.01.2025</h3>
|
||||
<p class="last-child">
|
||||
On the 4th we had a plenum. Read this post to find the main points and the
|
||||
protocol.
|
||||
</p>
|
||||
</a>
|
||||
</section>
|
||||
<section>
|
||||
<a href="./posts/2024-12-03_hiring_contributor.html" class="hidden-blog">
|
||||
<h2>NewPipe e.V. hires contributor Profpatsch for NewPipe development</h2>
|
||||
<h3>03.12.2024</h3>
|
||||
<p class="last-child">
|
||||
Putting funds to good use: e.V. hires TeamNewPipe member Profpatsch for at least three months. Read more here.
|
||||
</p>
|
||||
</a>
|
||||
</section>
|
||||
<section>
|
||||
<a href="./posts/2024-12-01_4th_board_meeting.html" class="hidden-blog">
|
||||
<h2>4th board meeting</h2>
|
||||
<h3>01.12.2024</h3>
|
||||
<p class="last-child">
|
||||
On the 1st we had a board meeting. Read this post to find the main points and the
|
||||
protocol.
|
||||
</p>
|
||||
</a>
|
||||
</section>
|
||||
<section>
|
||||
<a href="./posts/2024-08-20_3rd_plenum.html" class="hidden-blog">
|
||||
<h2>3rd plenum</h2>
|
||||
<h3>20.08.2024</h3>
|
||||
<p class="last-child">
|
||||
On the 20th we had a plenum. Read this post to find the main points and the
|
||||
protocol.
|
||||
</p>
|
||||
</a>
|
||||
</section>
|
||||
<section>
|
||||
<a href="./posts/2024-06-23_3rd_board_meeting.html" class="hidden-blog">
|
||||
<h2>3rd board meeting</h2>
|
||||
|
@ -194,4 +155,4 @@
|
|||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
85
donate.html
85
donate.html
|
@ -44,63 +44,42 @@
|
|||
<div class="col-12">
|
||||
|
||||
<!-- Main Content -->
|
||||
<section>
|
||||
<header>
|
||||
<h2>Donate</h2>
|
||||
</header>
|
||||
<p>
|
||||
You want to donate to our association in order to help further its goals? Thank you!
|
||||
</p>
|
||||
<h3>Current goal</h3>
|
||||
<p>
|
||||
Your funding helps us to finance paid development time for NewPipe and further support for TeamNewPipe like infrastrucutre, event travel cost, and hardware expenses. We are currently <a href="posts/2024-12-03_hiring_contributor.html">paying Profpatsch</a> to work on NewPipe and hope to keep him going for a long time!
|
||||
</p>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row row-equal-column my-0">
|
||||
<div class="col-6 col-12-medium">
|
||||
<section>
|
||||
<h3>Wire transfer</h3>
|
||||
<div>
|
||||
<p>Transferring money to our bank account directly has the fewest additional charges, so we get the most from your donation!</p>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr><td>Account holder: </td><td>NewPipe e.V.</td></tr>
|
||||
<tr><td>IBAN: </td><td><pre>DE94 4306 0967 1308 7563 00</pre></td></tr>
|
||||
<tr><td>Bank: </td><td>GLS Gemeinschaftsbank eG</td></tr>
|
||||
<tr><td>BIC: </td><td><pre>GENODEM1GLS</pre></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<div class="col-6 col-12-medium">
|
||||
<section>
|
||||
<h3>Liberapay</h3>
|
||||
<div>
|
||||
<p>We also accept recurring donations through PayPal, credit card and direct debit through Liberapay.</p>
|
||||
<div class="text-center">
|
||||
<a class="button-large my-1" href="https://liberapay.com/NewPipe_e.V./">Liberapay</a>
|
||||
<section>
|
||||
<header>
|
||||
<h2>Donate</h2>
|
||||
</header>
|
||||
<p>
|
||||
You want to donate to our association in order to help further its goals? Thank you!
|
||||
</p>
|
||||
<h3>Current goal</h3>
|
||||
<p>
|
||||
We wish to offer to pay for a developer of TeamNewPipe to start rewriting bigger parts of the app. We are currently investigating how much we need to achieve this goal.
|
||||
</p>
|
||||
<h3>Donate</h3>
|
||||
<div>
|
||||
We use the following means to receive donations:
|
||||
<ul class="standard-list">
|
||||
<li>
|
||||
Via direct debit towards our bank account. This way has the fewest additional charges, so we get the most from your donation!
|
||||
<br />
|
||||
Account holder: NewPipe e.V.
|
||||
<br />
|
||||
IBAN: <pre>DE94 4306 0967 1308 7563 00</pre>
|
||||
</li>
|
||||
<li>Via Liberapay, <a href="https://liberapay.com/NewPipe_e.V./">https://liberapay.com/NewPipe_e.V./</a>.</li>
|
||||
<!-- <li>Via OpenCollective, <a href="https://opencollective.com/lemmy">https://opencollective.com/lemmy</a>. (Potentially tax deductable here?)</li>-->
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row my-0">
|
||||
<div class="col-12">
|
||||
<section>
|
||||
<h3>Since you're a non-profit, can I get a donation receipt?</h3>
|
||||
<p>
|
||||
<h3>
|
||||
Since you're a non-profit, can I get a donation receipt?
|
||||
</h3>
|
||||
<p>
|
||||
Due to our unique focus, we were not able to register the association as "beneficial to the public", which is a different concept from "non-profit" in Germany. Sadly, we do not get the same tax benefits as an association that "benefits the public" would.<br />
|
||||
Our legal status still prevents profits from being made through this association, though. We have to spend all the money we get towards its goals (and cannot, for example, pay ourselves a salary, sneakily buy stocks to make more money, or, heaven forbid, invest in cryptocurrencies).
|
||||
</p>
|
||||
</p>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
BIN
images/fynn.png
BIN
images/fynn.png
Binary file not shown.
Before Width: | Height: | Size: 395 KiB |
BIN
images/poolitzer.jpg
Normal file
BIN
images/poolitzer.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 MiB |
Binary file not shown.
Before Width: | Height: | Size: 290 KiB |
Binary file not shown.
Before Width: | Height: | Size: 264 KiB After Width: | Height: | Size: 3.7 MiB |
99
index.html
99
index.html
|
@ -51,7 +51,7 @@
|
|||
<header>
|
||||
<h2>Who We Are</h2>
|
||||
</header>
|
||||
<!-- <a href="#" class="feature-image"><img src="images/pic05.jpg" alt="" /></a> -->
|
||||
<a href="#" class="feature-image"><img src="images/pic05.jpg" alt="" /></a>
|
||||
<p>A non-profit association founded in Germany in 2022, mostly by TeamNewPipe members.
|
||||
Almost anyone can join us. Find out how <a href="join.html">here</a>. <br />
|
||||
The association is governed directly by the members. At least once a year, a full
|
||||
|
@ -67,7 +67,6 @@
|
|||
<header>
|
||||
<h2>What We Do</h2>
|
||||
</header>
|
||||
<p> Per our statute, our organization has the following purposes: </p>
|
||||
<ul class="check-list">
|
||||
<li>Organize public informational events or congresses</li>
|
||||
<li>Provide financial support to projects which develop digital media technology</li>
|
||||
|
@ -83,22 +82,16 @@
|
|||
<!-- Box #3 -->
|
||||
<section>
|
||||
<header style="margin-bottom: 20px;">
|
||||
<h2>Our support</h2>
|
||||
<h2>We currently support these projects</h2>
|
||||
</header>
|
||||
<p> We are currently supporting these projects: </p>
|
||||
<div style="background:#cd201fff;padding:1em">
|
||||
<p style="font-weight:600"><img style="vertical-align:middle" src="images/TNPlogo.svg" alt="" height=70 /> NewPipe</p>
|
||||
<ul class="standard-list">
|
||||
<li>Hired part-time contractor</li>
|
||||
<li>Communication and website infrastructure</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<p style="margin-top:1em">We also contributed financially to <strong>Weblate</strong>,
|
||||
<strong>Liberapay</strong>, <strong>FSFE</strong> and <strong>CiviCRM</strong>.</p>
|
||||
<h3 style="font-style: italic">Your cause matches our goals and needs funding? <a style="text-decoration: none;color: #FCFBF8;"
|
||||
href="contact.html">Get in touch.</a></h3>
|
||||
<ul class="quote-list">
|
||||
<li>
|
||||
<img src="images/TNPlogo.svg" alt="" height=70 />
|
||||
<p>Hosting the website infrastructure and repository of TeamNewPipe.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 style="font-style: italic"><a style="text-decoration: none;color: #FCFBF8;"
|
||||
href="contact.html">Maybe yours could be next?</a></h3>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
@ -112,59 +105,65 @@
|
|||
<div class="container">
|
||||
<div class="row aln-center">
|
||||
<div class="col-3 col-6-medium col-12-small">
|
||||
<a href="./posts/2025-01-04_4th_plenum.html" class="hidden">
|
||||
<!-- Feature #2 -->
|
||||
<section>
|
||||
<div href="#" class="bordered-feature-image"><img src="images/meeting.jpg" alt="" />
|
||||
</div>
|
||||
<h2>4th plenum</h2>
|
||||
<h4>04.01.2025</h4>
|
||||
<p class="hide-a">
|
||||
On the 4th of January 2025 we had a plenum. Read this post to find the main points
|
||||
and the meeting protocol.
|
||||
</p>
|
||||
</section>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-3 col-6-medium col-12-small">
|
||||
<a href="./posts/2024-12-03_hiring_contributor.html" class="hidden">
|
||||
<section>
|
||||
<h2>NewPipe e.V. hires contributor</h2>
|
||||
<h4>03.12.2024</h4>
|
||||
<p class="hide-a">Putting funds to good use: e.V. hires Profpatsch for at least three months. Read more here.</p>
|
||||
</section>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-3 col-6-medium col-12-small">
|
||||
<a href="./posts/2024-12-01_4th_board_meeting.html" class="hidden">
|
||||
<a href="./posts/2024-06-23_3rd_board_meeting.html" class="hidden">
|
||||
<!-- Feature #1 -->
|
||||
<section>
|
||||
<div href="#" class="bordered-feature-image"><img src="images/meeting.jpg"
|
||||
alt="" /></div>
|
||||
<h2>4th board meeting</h2>
|
||||
<h4>01.12.2024</h4>
|
||||
<h2>3rd board meeting</h2>
|
||||
<h4>23.06.2024</h4>
|
||||
<p class="hide-a">
|
||||
On the 1st of December 2024 we had a board meeting. Read this post to find the main points
|
||||
On the 23rd of June 2024 we had a board meeting. Read this post to find the main points
|
||||
and the meeting protocol.
|
||||
</p>
|
||||
</section>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-3 col-6-medium col-12-small">
|
||||
<a href="./posts/2024-08-20_3rd_plenum.html" class="hidden">
|
||||
<a href="./posts/2024-04-22_weblate_donation.html" class="hidden">
|
||||
<!-- Feature #1 -->
|
||||
<section>
|
||||
<div href="#" class="bordered-feature-image"><img src="images/weblate_donation.jpg"
|
||||
alt="" /></div>
|
||||
<h2>Donation to Weblate</h2>
|
||||
<h4>22.04.2024</h4>
|
||||
<p class="hide-a">
|
||||
We donated 600 € to Weblate and intend to do this yearly, read here why.
|
||||
</p>
|
||||
</section>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-3 col-6-medium col-12-small">
|
||||
<a href="./posts/2024-02-10_2nd_plenum.html" class="hidden">
|
||||
<!-- Feature #2 -->
|
||||
<section>
|
||||
<div href="#" class="bordered-feature-image"><img src="images/meeting.jpg" alt="" />
|
||||
</div>
|
||||
<h2>3rd plenum</h2>
|
||||
<h4>20.08.2024</h4>
|
||||
<h2>2nd plenum</h2>
|
||||
<h4>10.02.2024</h4>
|
||||
<p class="hide-a">
|
||||
On the 20th of August 2024 we had a plenum. Read this post to find the main points
|
||||
On the 10th of February 2024 we had a plenum. Read this post to find the main points
|
||||
and the meeting protocol.
|
||||
</p>
|
||||
</section>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-3 col-6-medium col-12-small">
|
||||
<a href="./posts/2023-12-19_1st_plenum_2nd_board_meeting.html" class="hidden">
|
||||
<!-- Feature #3 -->
|
||||
<section>
|
||||
<div href="#" class="bordered-feature-image"><img src="images/meeting.jpg" alt="" />
|
||||
</div>
|
||||
<h2>1st plenum, 2nd board meeting</h2>
|
||||
<h4>19.12.2023</h4>
|
||||
<p class="hide-a">
|
||||
On the 16th of December 2023, we had two association-wide meetings. Read this post
|
||||
to find the minutes and the meeting protocols.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
@ -200,4 +199,4 @@
|
|||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
|
@ -49,10 +49,6 @@
|
|||
<h2>Blog posts</h2>
|
||||
</header>
|
||||
<ul class="link-list">
|
||||
<li><a href="./2025-01-04_4th_plenum.html">4th plenum</a></li>
|
||||
<li><a href="./2024-12-03_hiring_contributor.html">NewPipe e.V. hires contributor</a></li>
|
||||
<li><a href="./2024-12-01_4th_board_meeting.html">4th board meeting</a></li>
|
||||
<li><a href="./2024-08-20_3rd_plenum.html">3rd plenum</a></li>
|
||||
<li><a href="./2024-06-23_3rd_board_meeting.html">3rd board meeting</a></li>
|
||||
<li><a href="./2024-04-22_weblate_donation.html">Donation to Weblate</a></li>
|
||||
<li><a href="./2024-02-10_2nd_plenum.html">2nd plenum</a></li>
|
||||
|
|
|
@ -49,10 +49,6 @@
|
|||
<h2>Blog posts</h2>
|
||||
</header>
|
||||
<ul class="link-list">
|
||||
<li><a href="./2025-01-04_4th_plenum.html">4th plenum</a></li>
|
||||
<li><a href="./2024-12-03_hiring_contributor.html">NewPipe e.V. hires contributor</a></li>
|
||||
<li><a href="./2024-12-01_4th_board_meeting.html">4th board meeting</a></li>
|
||||
<li><a href="./2024-08-20_3rd_plenum.html">3rd plenum</a></li>
|
||||
<li><a href="./2024-06-23_3rd_board_meeting.html">3rd board meeting</a></li>
|
||||
<li><a href="./2024-04-22_weblate_donation.html">Donation to Weblate</a></li>
|
||||
<li><a href="./2024-02-10_2nd_plenum.html">2nd plenum</a></li>
|
||||
|
|
|
@ -49,10 +49,6 @@
|
|||
<h2>Blog posts</h2>
|
||||
</header>
|
||||
<ul class="link-list">
|
||||
<li><a href="./2025-01-04_4th_plenum.html">4th plenum</a></li>
|
||||
<li><a href="./2024-12-03_hiring_contributor.html">NewPipe e.V. hires contributor</a></li>
|
||||
<li><a href="./2024-12-01_4th_board_meeting.html">4th board meeting</a></li>
|
||||
<li><a href="./2024-08-20_3rd_plenum.html">3rd plenum</a></li>
|
||||
<li><a href="./2024-06-23_3rd_board_meeting.html">3rd board meeting</a></li>
|
||||
<li><a href="./2024-04-22_weblate_donation.html">Donation to Weblate</a></li>
|
||||
<li><a href="./2024-02-10_2nd_plenum.html">2nd plenum</a></li>
|
||||
|
|
|
@ -49,10 +49,6 @@
|
|||
<h2>Blog posts</h2>
|
||||
</header>
|
||||
<ul class="link-list">
|
||||
<li><a href="./2025-01-04_4th_plenum.html">4th plenum</a></li>
|
||||
<li><a href="./2024-12-03_hiring_contributor.html">NewPipe e.V. hires contributor</a></li>
|
||||
<li><a href="./2024-12-01_4th_board_meeting.html">4th board meeting</a></li>
|
||||
<li><a href="./2024-08-20_3rd_plenum.html">3rd plenum</a></li>
|
||||
<li><a href="./2024-06-23_3rd_board_meeting.html">3rd board meeting</a></li>
|
||||
<li><a href="./2024-04-22_weblate_donation.html">Donation to Weblate</a></li>
|
||||
<li><a href="./2024-02-10_2nd_plenum.html">2nd plenum</a></li>
|
||||
|
|
|
@ -49,10 +49,6 @@
|
|||
<h2>Blog posts</h2>
|
||||
</header>
|
||||
<ul class="link-list">
|
||||
<li><a href="./2025-01-04_4th_plenum.html">4th plenum</a></li>
|
||||
<li><a href="./2024-12-03_hiring_contributor.html">NewPipe e.V. hires contributor</a></li>
|
||||
<li><a href="./2024-12-01_4th_board_meeting.html">4th board meeting</a></li>
|
||||
<li><a href="./2024-08-20_3rd_plenum.html">3rd plenum</a></li>
|
||||
<li><a href="./2024-06-23_3rd_board_meeting.html">3rd board meeting</a></li>
|
||||
<li><a href="./2024-04-22_weblate_donation.html">Donation to Weblate</a></li>
|
||||
<li><strong><a href="./2024-02-10_2nd_plenum.html">2nd plenum</a></strong></li>
|
||||
|
|
|
@ -49,10 +49,6 @@
|
|||
<h2>Blog posts</h2>
|
||||
</header>
|
||||
<ul class="link-list">
|
||||
<li><a href="./2025-01-04_4th_plenum.html">4th plenum</a></li>
|
||||
<li><a href="./2024-12-03_hiring_contributor.html">NewPipe e.V. hires contributor</a></li>
|
||||
<li><a href="./2024-12-01_4th_board_meeting.html">4th board meeting</a></li>
|
||||
<li><a href="./2024-08-20_3rd_plenum.html">3rd plenum</a></li>
|
||||
<li><a href="./2024-06-23_3rd_board_meeting.html">3rd board meeting</a></li>
|
||||
<li><strong><a href="./2024-04-22_weblate_donation.html">Donation to Weblate</a></strong></li>
|
||||
<li><a href="./2024-02-10_2nd_plenum.html">2nd plenum</a></li>
|
||||
|
|
|
@ -49,10 +49,6 @@
|
|||
<h2>Blog posts</h2>
|
||||
</header>
|
||||
<ul class="link-list">
|
||||
<li><a href="./2025-01-04_4th_plenum.html">4th plenum</a></li>
|
||||
<li><a href="./2024-12-03_hiring_contributor.html">NewPipe e.V. hires contributor</a></li>
|
||||
<li><a href="./2024-12-01_4th_board_meeting.html">4th board meeting</a></li>
|
||||
<li><a href="./2024-08-20_3rd_plenum.html">3rd plenum</a></li>
|
||||
<li><strong><a href="./2024-06-23_3rd_board_meeting.html">3rd board meeting</a></strong></li>
|
||||
<li><a href="./2024-04-22_weblate_donation.html">Donation to Weblate</a></li>
|
||||
<li><a href="./2024-02-10_2nd_plenum.html">2nd plenum</a></li>
|
||||
|
|
|
@ -1,128 +0,0 @@
|
|||
<!DOCTYPE HTML>
|
||||
<!--
|
||||
Halcyonic by HTML5 UP
|
||||
html5up.net | @ajlkn
|
||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||
-->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>NewPipe e.V.</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<link rel="stylesheet" href="../assets/css/main.css" />
|
||||
</head>
|
||||
<body class="subpage">
|
||||
<div id="page-wrapper">
|
||||
|
||||
<!-- Header -->
|
||||
<section id="header">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
|
||||
<!-- Logo -->
|
||||
<h1><a href="../index.html" id="logo">NewPipe e.V.</a></h1>
|
||||
|
||||
<!-- Nav -->
|
||||
<nav id="nav">
|
||||
<a href="../about.html">About</a>
|
||||
<a href="../join.html">Join us</a>
|
||||
<a href="../blog.html">Blog</a>
|
||||
<a href="../donate.html" class="button-large">Donate</a>
|
||||
</nav>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Content -->
|
||||
<section id="content">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-3 col-12-medium">
|
||||
|
||||
<!-- Sidebar -->
|
||||
<section>
|
||||
<header>
|
||||
<h2>Blog posts</h2>
|
||||
</header>
|
||||
<ul class="link-list">
|
||||
<li><a href="./2025-01-04_4th_plenum.html">4th plenum</a></li>
|
||||
<li><a href="./2024-12-03_hiring_contributor.html">NewPipe e.V. hires contributor</a></li>
|
||||
<li><a href="./2024-12-01_4th_board_meeting.html">4th board meeting</a></li>
|
||||
<li><strong><a href="./2024-08-20_3rd_plenum.html">3rd plenum</a></strong></li>
|
||||
<li><a href="./2024-06-23_3rd_board_meeting.html">3rd board meeting</a></li>
|
||||
<li><a href="./2024-04-22_weblate_donation.html">Donation to Weblate</a></li>
|
||||
<li><a href="./2024-02-10_2nd_plenum.html">2nd plenum</a></li>
|
||||
<li><a href="./2023-12-19_1st_plenum_2nd_board_meeting.html">1st plenum, 2nd board meeting</a></li>
|
||||
<li><a href="./2023-12-18_pseudonyms.html">Pseudonyms</a></li>
|
||||
<li><a href="./2023-07-13_1st_board_meeting.html">1st board meeting</a></li>
|
||||
<li><a href="./2022-11-05_founded.html">We are founded!</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
<div class="col-9 col-12-medium imp-medium">
|
||||
|
||||
<!-- Main Content -->
|
||||
<section>
|
||||
<header>
|
||||
<h2>3rd plenum</h2>
|
||||
<h3>20.08.2024</h3>
|
||||
</header>
|
||||
<p>
|
||||
Today we had our third plenum meeting. The full protocol can be found <a href="../assets/documents/2024-08-20_plenum_protocol.pdf">here</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
This meeting was held primarily to devise a budget plan for the last four months of 2024, and to
|
||||
discuss whether to register a trademark for NewPipe.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The agreed-upon budget plan includes paying someone to work on NewPipe (possibly extending Schabi's contract),
|
||||
improving the IT infrastructure with better hardware and possibly by hiring someone, allowing e.V. members to
|
||||
participate to conferences (e.g. FOSDEM), buying some merch (stickers and T-Shirts) for e.V. members and
|
||||
NewPipe contributors, lending hardware to NewPipe contributors, and donating 300€/year to LiberaPay.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The assembly also agreed to register a trademark for the "NewPipe" name.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Footer -->
|
||||
<section id="footer">
|
||||
<div class="container">
|
||||
<div class="row aln-center">
|
||||
<div class="col-12">
|
||||
<a href="https://git.newpipe-ev.de/NewPipe-eV/website">Website repository</a> |
|
||||
<a href="../contact.html">Contact</a> | <a href="../license.html">Licensing</a> | <a href="../privacy.html">Privacy Policy</a> | <a href="../credits.html">Credits</a> | <a href="../imprint.html">Imprint</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Copyright -->
|
||||
<div id="copyright">
|
||||
Copyright © NewPipe e.V., all rights reserved. | Design: <a href="https://html5up.net">HTML5 UP</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Scripts -->
|
||||
<script src="../assets/js/jquery.min.js"></script>
|
||||
<script src="../assets/js/browser.min.js"></script>
|
||||
<script src="../assets/js/breakpoints.min.js"></script>
|
||||
<script src="../assets/js/util.js"></script>
|
||||
<script src="../assets/js/main.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,120 +0,0 @@
|
|||
<!DOCTYPE HTML>
|
||||
<!--
|
||||
Halcyonic by HTML5 UP
|
||||
html5up.net | @ajlkn
|
||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||
-->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>NewPipe e.V.</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<link rel="stylesheet" href="../assets/css/main.css" />
|
||||
</head>
|
||||
<body class="subpage">
|
||||
<div id="page-wrapper">
|
||||
|
||||
<!-- Header -->
|
||||
<section id="header">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
|
||||
<!-- Logo -->
|
||||
<h1><a href="../index.html" id="logo">NewPipe e.V.</a></h1>
|
||||
|
||||
<!-- Nav -->
|
||||
<nav id="nav">
|
||||
<a href="../about.html">About</a>
|
||||
<a href="../join.html">Join us</a>
|
||||
<a href="../blog.html">Blog</a>
|
||||
<a href="../donate.html" class="button-large">Donate</a>
|
||||
</nav>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Content -->
|
||||
<section id="content">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-3 col-12-medium">
|
||||
|
||||
<!-- Sidebar -->
|
||||
<section>
|
||||
<header>
|
||||
<h2>Blog posts</h2>
|
||||
</header>
|
||||
<ul class="link-list">
|
||||
<li><a href="./2025-01-04_4th_plenum.html">4th plenum</a></li>
|
||||
<li><a href="./2024-12-03_hiring_contributor.html">NewPipe e.V. hires contributor</a></li>
|
||||
<li><strong><a href="./2024-12-01_4th_board_meeting.html">4th board meeting</a></strong></li>
|
||||
<li><a href="./2024-08-20_3rd_plenum.html">3rd plenum</a></li>
|
||||
<li><a href="./2024-06-23_3rd_board_meeting.html">3rd board meeting</a></li>
|
||||
<li><a href="./2024-04-22_weblate_donation.html">Donation to Weblate</a></li>
|
||||
<li><a href="./2024-02-10_2nd_plenum.html">2nd plenum</a></li>
|
||||
<li><a href="./2023-12-19_1st_plenum_2nd_board_meeting.html">1st plenum, 2nd board meeting</a></li>
|
||||
<li><a href="./2023-12-18_pseudonyms.html">Pseudonyms</a></li>
|
||||
<li><a href="./2023-07-13_1st_board_meeting.html">1st board meeting</a></li>
|
||||
<li><a href="./2022-11-05_founded.html">We are founded!</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
<div class="col-9 col-12-medium imp-medium">
|
||||
|
||||
<!-- Main Content -->
|
||||
<section>
|
||||
<header>
|
||||
<h2>4th board meeting</h2>
|
||||
<h3>01.12.2024</h3>
|
||||
</header>
|
||||
<p>
|
||||
Today we had our fourth board meeting. The full protocol can be found <a href="../assets/documents/2024-12-01_board_protocol.pdf">here</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
This meeting was held to update the association members on the progress of the budget plan agreed upon in the previous plenum meeting. The people present also discussed about travelling and accomodation for FOSDEM, about designs for merch, and about ways to upgrade the current infrastructure.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The board agreed to make a donation of 300€ to CiviCRM, an association management system, to support their ongoing efforts on the <a href="https://docs.civicrm.org/installation/en/latest/standalone/">Standalone</a> installation. As an organization with international members, we hope to make use of CiviCRM for our own association's management needs including membership, newsletters, donations and fundraising.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Footer -->
|
||||
<section id="footer">
|
||||
<div class="container">
|
||||
<div class="row aln-center">
|
||||
<div class="col-12">
|
||||
<a href="https://git.newpipe-ev.de/NewPipe-eV/website">Website repository</a> |
|
||||
<a href="../contact.html">Contact</a> | <a href="../license.html">Licensing</a> | <a href="../privacy.html">Privacy Policy</a> | <a href="../credits.html">Credits</a> | <a href="../imprint.html">Imprint</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Copyright -->
|
||||
<div id="copyright">
|
||||
Copyright © NewPipe e.V., all rights reserved. | Design: <a href="https://html5up.net">HTML5 UP</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Scripts -->
|
||||
<script src="../assets/js/jquery.min.js"></script>
|
||||
<script src="../assets/js/browser.min.js"></script>
|
||||
<script src="../assets/js/breakpoints.min.js"></script>
|
||||
<script src="../assets/js/util.js"></script>
|
||||
<script src="../assets/js/main.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,149 +0,0 @@
|
|||
<!DOCTYPE HTML>
|
||||
<!--
|
||||
Halcyonic by HTML5 UP
|
||||
html5up.net | @ajlkn
|
||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||
-->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>NewPipe e.V.</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<link rel="stylesheet" href="../assets/css/main.css" />
|
||||
</head>
|
||||
<body class="subpage">
|
||||
<div id="page-wrapper">
|
||||
|
||||
<!-- Header -->
|
||||
<section id="header">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
|
||||
<!-- Logo -->
|
||||
<h1><a href="../index.html" id="logo">NewPipe e.V.</a></h1>
|
||||
|
||||
<!-- Nav -->
|
||||
<nav id="nav">
|
||||
<a href="../about.html">About</a>
|
||||
<a href="../join.html">Join us</a>
|
||||
<a href="../blog.html">Blog</a>
|
||||
<a href="../donate.html" class="button-large">Donate</a>
|
||||
</nav>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Content -->
|
||||
<section id="content">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-3 col-12-medium">
|
||||
|
||||
<!-- Sidebar -->
|
||||
<section>
|
||||
<header>
|
||||
<h2>Blog posts</h2>
|
||||
</header>
|
||||
<ul class="link-list">
|
||||
<li><a href="./2025-01-04_4th_plenum.html">4th plenum</a></li>
|
||||
<li><strong><a href="./2024-12-03_hiring_contributor.html">NewPipe e.V. hires contributor</a></strong></li>
|
||||
<li><a href="./2024-12-01_4th_board_meeting.html">4th board meeting</a></li>
|
||||
<li><a href="./2024-08-20_3rd_plenum.html">3rd plenum</a></li>
|
||||
<li><a href="./2024-06-23_3rd_board_meeting.html">3rd board meeting</a></li>
|
||||
<li><a href="./2024-04-22_weblate_donation.html">Donation to Weblate</a></li>
|
||||
<li><a href="./2024-02-10_2nd_plenum.html">2nd plenum</a></li>
|
||||
<li><a href="./2023-12-19_1st_plenum_2nd_board_meeting.html">1st plenum, 2nd board meeting</a></li>
|
||||
<li><a href="./2023-12-18_pseudonyms.html">Pseudonyms</a></li>
|
||||
<li><a href="./2023-07-13_1st_board_meeting.html">1st board meeting</a></li>
|
||||
<li><a href="./2022-11-05_founded.html">We are founded!</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
<div class="col-9 col-12-medium imp-medium">
|
||||
|
||||
<!-- Main Content -->
|
||||
<section>
|
||||
<header>
|
||||
<h2>NewPipe e.V. hires contributor Profpatsch for NewPipe development</h2>
|
||||
<h3>03.12.2024</h3>
|
||||
</header>
|
||||
<p>
|
||||
We have an exciting announcement to share, made possible by your amazing financial support!
|
||||
</p>
|
||||
<p>
|
||||
Proudly, NewPipe e.V. is investing your donations into
|
||||
what is most meaningful to the NewPipe project: paid development time.
|
||||
After we temporarily hired Schabi this summer from July through September
|
||||
(as reported on
|
||||
<a href="https://newpipe.net/blog/pinned/announcement/schabi-contract/">the NewPipe website</a>)
|
||||
and extended his contract
|
||||
until October, Schabi can no longer offer us his services due to taking on a full-time
|
||||
job. He already made some impressive progress on rewriting and improving the core player component
|
||||
of the app, dubbed
|
||||
<a href="https://github.com/TeamNewPipe/NewPlayer">NewPlayer</a>; now, to ensure his
|
||||
work not to become stale, somebody
|
||||
needed to take over where he left off.
|
||||
</p>
|
||||
<p>
|
||||
Thus, the e.V. reached out to members of NewPipe's contributor community
|
||||
in search of new independent contractors that would take our offer of a flexible opportunity to
|
||||
work on NewPipe.
|
||||
With a gap of less than a month, the e.V. was now able
|
||||
to hire Profpatsch, TeamNewPipe member and independent software developer, who says,
|
||||
"I'm happy to
|
||||
continue Schabi's work on NewPlayer,
|
||||
helping out with reviewing and the refactor."</p>
|
||||
|
||||
<p>
|
||||
We hope you are as glad about this news as we are.
|
||||
NewPipe e.V. has committed to working with Profpatsch for the timespan of three months,
|
||||
with the perspective of a longer-term arrangement.
|
||||
For this, we continue to rely on your donations to help drive NewPipe forward; please consider
|
||||
a <a href="../donate.html">donation</a>
|
||||
such that we can keep funding this and further contracts for the benefit of the project.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Yours Sincerely,<br/>
|
||||
the NewPipe e.V. board.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Footer -->
|
||||
<section id="footer">
|
||||
<div class="container">
|
||||
<div class="row aln-center">
|
||||
<div class="col-12">
|
||||
<a href="https://git.newpipe-ev.de/NewPipe-eV/website">Website repository</a> |
|
||||
<a href="../contact.html">Contact</a> | <a href="../license.html">Licensing</a> | <a href="../privacy.html">Privacy Policy</a> | <a href="../credits.html">Credits</a> | <a href="../imprint.html">Imprint</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Copyright -->
|
||||
<div id="copyright">
|
||||
Copyright © NewPipe e.V., all rights reserved. | Design: <a href="https://html5up.net">HTML5 UP</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Scripts -->
|
||||
<script src="../assets/js/jquery.min.js"></script>
|
||||
<script src="../assets/js/browser.min.js"></script>
|
||||
<script src="../assets/js/breakpoints.min.js"></script>
|
||||
<script src="../assets/js/util.js"></script>
|
||||
<script src="../assets/js/main.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,124 +0,0 @@
|
|||
<!DOCTYPE HTML>
|
||||
<!--
|
||||
Halcyonic by HTML5 UP
|
||||
html5up.net | @ajlkn
|
||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||
-->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>NewPipe e.V.</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<link rel="stylesheet" href="../assets/css/main.css" />
|
||||
</head>
|
||||
<body class="subpage">
|
||||
<div id="page-wrapper">
|
||||
|
||||
<!-- Header -->
|
||||
<section id="header">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
|
||||
<!-- Logo -->
|
||||
<h1><a href="../index.html" id="logo">NewPipe e.V.</a></h1>
|
||||
|
||||
<!-- Nav -->
|
||||
<nav id="nav">
|
||||
<a href="../about.html">About</a>
|
||||
<a href="../join.html">Join us</a>
|
||||
<a href="../blog.html">Blog</a>
|
||||
<a href="../donate.html" class="button-large">Donate</a>
|
||||
</nav>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Content -->
|
||||
<section id="content">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-3 col-12-medium">
|
||||
|
||||
<!-- Sidebar -->
|
||||
<section>
|
||||
<header>
|
||||
<h2>Blog posts</h2>
|
||||
</header>
|
||||
<ul class="link-list">
|
||||
<li><strong><a href="./2025-01-04_4th_plenum.html">4th plenum</a></strong></li>
|
||||
<li><a href="./2024-12-03_hiring_contributor.html">NewPipe e.V. hires contributor</a></li>
|
||||
<li><a href="./2024-12-01_4th_board_meeting.html">4th board meeting</a></li>
|
||||
<li><a href="./2024-08-20_3rd_plenum.html">3rd plenum</a></li>
|
||||
<li><a href="./2024-06-23_3rd_board_meeting.html">3rd board meeting</a></li>
|
||||
<li><a href="./2024-04-22_weblate_donation.html">Donation to Weblate</a></li>
|
||||
<li><a href="./2024-02-10_2nd_plenum.html">2nd plenum</a></li>
|
||||
<li><a href="./2023-12-19_1st_plenum_2nd_board_meeting.html">1st plenum, 2nd board meeting</a></li>
|
||||
<li><a href="./2023-12-18_pseudonyms.html">Pseudonyms</a></li>
|
||||
<li><a href="./2023-07-13_1st_board_meeting.html">1st board meeting</a></li>
|
||||
<li><a href="./2022-11-05_founded.html">We are founded!</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
<div class="col-9 col-12-medium imp-medium">
|
||||
|
||||
<!-- Main Content -->
|
||||
<section>
|
||||
<header>
|
||||
<h2>4th plenum</h2>
|
||||
<h3>04.01.2025</h3>
|
||||
</header>
|
||||
<p>
|
||||
Today we had our fourth plenum meeting. The full protocol, together with the yearly report, the cash audit reports and the trademark policy draft, can be found <a href="../assets/documents/2025-01-04_plenum_protocol.pdf">here</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
During the meeting the yearly report and the cash audit report were presented to the assembly, and the assembly voted to discharge the board, as recommended by the cash auditor.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The assembly elected a new board for 2025, composed of Fynn, Poolitzer and Stypox. The elected cash auditor is Schabi.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Other minor points were discussed, including choosing some guidelines for public chats, sponsoring competitive programming competitions, which conferences to attend in 2025, and choosing a policy for the "NewPipe" trademark that is being registered.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Footer -->
|
||||
<section id="footer">
|
||||
<div class="container">
|
||||
<div class="row aln-center">
|
||||
<div class="col-12">
|
||||
<a href="https://git.newpipe-ev.de/NewPipe-eV/website">Website repository</a> |
|
||||
<a href="../contact.html">Contact</a> | <a href="../license.html">Licensing</a> | <a href="../privacy.html">Privacy Policy</a> | <a href="../credits.html">Credits</a> | <a href="../imprint.html">Imprint</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Copyright -->
|
||||
<div id="copyright">
|
||||
Copyright © NewPipe e.V., all rights reserved. | Design: <a href="https://html5up.net">HTML5 UP</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Scripts -->
|
||||
<script src="../assets/js/jquery.min.js"></script>
|
||||
<script src="../assets/js/browser.min.js"></script>
|
||||
<script src="../assets/js/breakpoints.min.js"></script>
|
||||
<script src="../assets/js/util.js"></script>
|
||||
<script src="../assets/js/main.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue