Compare commits

...

3 Commits

Author SHA1 Message Date
Stypox 8087941397
Add article for 3rd board meeting
Build and publish Docker image / build (push) Successful in 1m36s Details
Build and publish Docker image / build (pull_request) Successful in 18s Details
2024-07-12 14:31:17 +02:00
Stypox e57d7c1279
Format blog.html 2024-07-12 14:17:05 +02:00
Stypox ec33f1ee3c
Format intex.html 2024-07-12 14:09:37 +02:00
11 changed files with 451 additions and 283 deletions

View File

@ -12,4 +12,5 @@ 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_plenum_protocol.pdf' /usr/share/nginx/html/assets/documents/ ADD --chmod=0755 'https://cloud.newpipe-ev.de/remote.php/dav/public-files/TSIDImDtSsyqjOD/2023-12-16_plenum_protocol.pdf' /usr/share/nginx/html/assets/documents/
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/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-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/

Binary file not shown.

259
blog.html
View File

@ -5,135 +5,154 @@
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
--> -->
<html lang="en"> <html lang="en">
<head>
<title>NewPipe&nbsp;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 --> <head>
<section id="header"> <title>NewPipe&nbsp;e.V.</title>
<div class="container"> <meta charset="utf-8" />
<div class="row"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<div class="col-12"> <link rel="stylesheet" href="assets/css/main.css" />
</head>
<!-- Logo --> <body class="subpage">
<h1><a href="index.html" id="logo">NewPipe&nbsp;e.V.</a></h1> <div id="page-wrapper">
<!-- Nav --> <!-- Header -->
<nav id="nav"> <section id="header">
<a href="about.html">About</a> <div class="container">
<a href="join.html">Join us</a> <div class="row">
<a href="blog.html">Blog</a> <div class="col-12">
<a href="donate.html" class="button-large">Donate</a>
</nav> <!-- Logo -->
<h1><a href="index.html" id="logo">NewPipe&nbsp;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-12">
<!-- Main Content -->
<section>
<header>
<h2>Blog posts</h2>
</header>
</section>
<section>
<a href="./posts/2024-04-22_weblate_donation.html" class="hidden-blog">
<h2>Donation to weblate</h2>
<h3>22.04.2024</h3>
<p class="last-child">
We donated 600 € to weblate and intend to do this yearly, read here why.
</p>
</a>
</section>
<section>
<a href="./posts/2024-02-10_2nd_plenum.html" class="hidden-blog">
<h2>2nd plenum</h2>
<h3>10.02.2024</h3>
<p class="last-child">
On the 10th we had a plenum. Read this post to find the main points and the protocol.
</p>
</a>
</section>
<section>
<a href="./posts/2023-12-19_1st_plenum_2nd_board_meeting.html" class="hidden-blog">
<h2>1st plenum, 2nd board meeting</h2>
<h3>19.12.2023</h3>
<p class="last-child">
On the 16th we had two association wide meetings. Read this post to find the main points and the protocols.
</p>
</a>
</section>
<section>
<a href="./posts/2023-12-18_pseudonyms.html" class="hidden-blog">
<h2>Pseudonyms</h2>
<h3>18.12.2023</h3>
<p class="last-child">
We now officially support pseudonyms. Read here how and why.
</p>
</a>
</section>
<section>
<a href="./posts/2023-07-13_1st_board_meeting.html" class="hidden-blog">
<h2>1st board meeting</h2>
<h3>13.07.2023</h3>
<p class="last-child">
On the 13th we had our first board meeting. Read this post to find the main points and the protocol.
</p>
</a>
</section>
<section>
<a href="./posts/2022-11-05_founded.html" class="hidden-blog">
<h2>We are founded!</h2>
<h3>05.11.2022</h3>
<p class="last-child">
We are now officially an association. Read this post for a small hello letter.
</p>
</a>
</section>
</div>
</div>
</div> </div>
</section> </div>
</div>
</section>
<!-- Footer --> <!-- Content -->
<section id="footer"> <section id="content">
<div class="container"> <div class="container">
<div class="row aln-center"> <div class="row">
<div class="col-12"> <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 --> <!-- Main Content -->
<div id="copyright"> <section>
Copyright &copy; NewPipe&nbsp;e.V., all rights reserved. | Design: <a href="https://html5up.net">HTML5 UP</a> <header>
</div> <h2>Blog posts</h2>
</header>
</section>
<section>
<a href="./posts/2024-06-23_3rd_board_meeting.html" class="hidden-blog">
<h2>3rd board meeting</h2>
<h3>23.06.2024</h3>
<p class="last-child">
On the 23rd we had a board meeting. Read this post to find the main points and the
protocol.
</p>
</a>
</section>
<section>
<a href="./posts/2024-04-22_weblate_donation.html" class="hidden-blog">
<h2>Donation to weblate</h2>
<h3>22.04.2024</h3>
<p class="last-child">
We donated 600 € to weblate and intend to do this yearly, read here why.
</p>
</a>
</section>
<section>
<a href="./posts/2024-02-10_2nd_plenum.html" class="hidden-blog">
<h2>2nd plenum</h2>
<h3>10.02.2024</h3>
<p class="last-child">
On the 10th we had a plenum. Read this post to find the main points and the
protocol.
</p>
</a>
</section>
<section>
<a href="./posts/2023-12-19_1st_plenum_2nd_board_meeting.html" class="hidden-blog">
<h2>1st plenum, 2nd board meeting</h2>
<h3>19.12.2023</h3>
<p class="last-child">
On the 16th we had two association wide meetings. Read this post to find the main
points and the protocols.
</p>
</a>
</section>
<section>
<a href="./posts/2023-12-18_pseudonyms.html" class="hidden-blog">
<h2>Pseudonyms</h2>
<h3>18.12.2023</h3>
<p class="last-child">
We now officially support pseudonyms. Read here how and why.
</p>
</a>
</section>
<section>
<a href="./posts/2023-07-13_1st_board_meeting.html" class="hidden-blog">
<h2>1st board meeting</h2>
<h3>13.07.2023</h3>
<p class="last-child">
On the 13th we had our first board meeting. Read this post to find the main points
and the protocol.
</p>
</a>
</section>
<section>
<a href="./posts/2022-11-05_founded.html" class="hidden-blog">
<h2>We are founded!</h2>
<h3>05.11.2022</h3>
<p class="last-child">
We are now officially an association. Read this post for a small hello letter.
</p>
</a>
</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 &copy; NewPipe&nbsp;e.V., all rights reserved. | Design: <a href="https://html5up.net">HTML5
UP</a>
</div> </div>
<!-- Scripts --> </div>
<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> <!-- Scripts -->
</html> <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>

View File

@ -5,182 +5,198 @@
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
--> -->
<html lang="en"> <html lang="en">
<head>
<title>NewPipe&nbsp;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>
<div id="page-wrapper">
<!-- Header --> <head>
<section id="header"> <title>NewPipe&nbsp;e.V.</title>
<div class="container"> <meta charset="utf-8" />
<div class="row"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<div class="col-12"> <link rel="stylesheet" href="assets/css/main.css" />
</head>
<!-- Logo --> <body>
<h1><a href="index.html" id="logo">NewPipe&nbsp;e.V.</a></h1> <div id="page-wrapper">
<!-- Nav --> <!-- Header -->
<nav id="nav"> <section id="header">
<a href="about.html">About</a> <div class="container">
<a href="join.html">Join us</a> <div class="row">
<a href="blog.html">Blog</a> <div class="col-12">
<a href="donate.html" class="button-large">Donate</a>
</nav> <!-- Logo -->
<h1><a href="index.html" id="logo">NewPipe&nbsp;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>
<!-- Features -->
<section id="features">
<div class="container">
<div class="row">
<div class="col-4 col-12-medium">
<!-- Box #1 -->
<section>
<header>
<h2>Who We Are</h2>
</header>
<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 assembly is held where the board presents the work that took place since the last assembly, and decisions for future work are voted upon.</p>
</section>
</div>
<div class="col-4 col-6-medium col-12-small">
<!-- Box #2 -->
<section>
<header>
<h2>What We Do</h2>
</header>
<ul class="check-list">
<li>Organize public informational events or congresses</li>
<li>Provide financial support to projects which develop digital media technology</li>
<li>Facilitate code contributions in accordance with our goals</li>
<li>Provide digital infrastructure for projects</li>
<li>Coordinate and help groups of volunteers which have the same goals</li>
</ul>
</section>
</div>
<div class="col-4 col-6-medium col-12-small">
<!-- Box #3 -->
<section>
<header style="margin-bottom: 20px;">
<h2>We currently support these projects</h2>
</header>
<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>
</div>
</div> </div>
</section> </div>
</div>
</section>
<!-- Content --> <!-- Features -->
<section id="content"> <section id="features">
<div class="container"> <div class="container">
<div class="row aln-center"> <div class="row">
<div class="col-3 col-6-medium col-12-small">
<a href="./posts/2024-04-22_weblate_donation.html" class="hidden"> <div class="col-4 col-12-medium">
<!-- Feature #1 -->
<section> <!-- Box #1 -->
<div href="#" class="bordered-feature-image"><img src="images/weblate_donation.jpg" alt="" /></div> <section>
<h2>Donation to Weblate</h2> <header>
<h4>22.04.2024</h4> <h2>Who We Are</h2>
<p class="hide-a" > </header>
We donated 600 € to Weblate and intend to do this yearly, read here why. <a href="#" class="feature-image"><img src="images/pic05.jpg" alt="" /></a>
</p> <p>A non-profit association founded in Germany in 2022, mostly by TeamNewPipe members.
</section> Almost anyone can join us. Find out how <a href="join.html">here</a>. <br />
</a> The association is governed directly by the members. At least once a year, a full
</div> assembly is held where the board presents the work that took place since the last
<div class="col-3 col-6-medium col-12-small"> assembly, and decisions for future work are voted upon.</p>
<a href="./posts/2024-02-10_2nd_plenum.html" class="hidden"> </section>
<!-- Feature #2 -->
<section> </div>
<div href="#" class="bordered-feature-image"><img src="images/meeting.jpg" alt="" /></div> <div class="col-4 col-6-medium col-12-small">
<h2>2nd plenum</h2>
<h4>10.02.2024</h4> <!-- Box #2 -->
<p class="hide-a" > <section>
On the 10th of February 2024 we had a plenum. Read this post to find the main points and the meeting protocol. <header>
</p> <h2>What We Do</h2>
</section> </header>
</a> <ul class="check-list">
</div> <li>Organize public informational events or congresses</li>
<div class="col-3 col-6-medium col-12-small"> <li>Provide financial support to projects which develop digital media technology</li>
<li>Facilitate code contributions in accordance with our goals</li>
<li>Provide digital infrastructure for projects</li>
<li>Coordinate and help groups of volunteers which have the same goals</li>
</ul>
</section>
</div>
<div class="col-4 col-6-medium col-12-small">
<!-- Box #3 -->
<section>
<header style="margin-bottom: 20px;">
<h2>We currently support these projects</h2>
</header>
<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>
</div>
</div>
</section>
<!-- Content -->
<section id="content">
<div class="container">
<div class="row aln-center">
<div class="col-3 col-6-medium col-12-small">
<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>3rd board meeting</h2>
<h4>23.06.2024</h4>
<p class="hide-a">
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-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>2nd plenum</h2>
<h4>10.02.2024</h4>
<p class="hide-a">
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"> <a href="./posts/2023-12-19_1st_plenum_2nd_board_meeting.html" class="hidden">
<!-- Feature #3 --> <!-- Feature #3 -->
<section> <section>
<div href="#" class="bordered-feature-image"><img src="images/meeting.jpg" alt="" /></div> <div href="#" class="bordered-feature-image"><img src="images/meeting.jpg" alt="" />
<h2>1st plenum, 2nd board meeting</h2> </div>
<h4>19.12.2023</h4> <h2>1st plenum, 2nd board meeting</h2>
<p class="hide-a" > <h4>19.12.2023</h4>
On the 16th of December 2023, we had two association-wide meetings. Read this post to find the minutes and the meeting protocols. <p class="hide-a">
</p> On the 16th of December 2023, we had two association-wide meetings. Read this post
</section> to find the minutes and the meeting protocols.
</p>
</a> </section>
</div>
<div class="col-3 col-6-medium col-12-small">
<a href="./posts/2023-12-18_pseudonyms.html" class="hidden">
<!-- Feature #4 -->
<section>
<div href="#" class="bordered-feature-image"><img src="images/nametag.jpg" alt="" /></div>
<h2>Pseudonyms</h2>
<h4>18.12.2023</h4>
<p class="hide-a" >
We now officially support pseudonyms. Read here to find out why and how.
</p>
</section>
</a> </a>
</div>
</div> </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>
</section> </div>
</div>
<!-- Footer --> </section>
<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 &copy; NewPipe&nbsp;e.V., all rights reserved. | Design: <a href="https://html5up.net">HTML5 UP</a>
</div>
<!-- Copyright -->
<div id="copyright">
Copyright &copy; NewPipe&nbsp;e.V., all rights reserved. | Design: <a href="https://html5up.net">HTML5
UP</a>
</div> </div>
<!-- Scripts --> </div>
<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> <!-- Scripts -->
</html> <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>

View File

@ -49,6 +49,7 @@
<h2>Blog posts</h2> <h2>Blog posts</h2>
</header> </header>
<ul class="link-list"> <ul class="link-list">
<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-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="./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-19_1st_plenum_2nd_board_meeting.html">1st plenum, 2nd board meeting</a></li>

View File

@ -49,6 +49,7 @@
<h2>Blog posts</h2> <h2>Blog posts</h2>
</header> </header>
<ul class="link-list"> <ul class="link-list">
<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-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="./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-19_1st_plenum_2nd_board_meeting.html">1st plenum, 2nd board meeting</a></li>

View File

@ -49,6 +49,7 @@
<h2>Blog posts</h2> <h2>Blog posts</h2>
</header> </header>
<ul class="link-list"> <ul class="link-list">
<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-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="./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-19_1st_plenum_2nd_board_meeting.html">1st plenum, 2nd board meeting</a></li>

View File

@ -49,6 +49,7 @@
<h2>Blog posts</h2> <h2>Blog posts</h2>
</header> </header>
<ul class="link-list"> <ul class="link-list">
<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-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="./2024-02-10_2nd_plenum.html">2nd plenum</a></li>
<li><strong><a href="./2023-12-19_1st_plenum_2nd_board_meeting.html">1st plenum, 2nd board meeting</a></strong></li> <li><strong><a href="./2023-12-19_1st_plenum_2nd_board_meeting.html">1st plenum, 2nd board meeting</a></strong></li>

View File

@ -49,6 +49,7 @@
<h2>Blog posts</h2> <h2>Blog posts</h2>
</header> </header>
<ul class="link-list"> <ul class="link-list">
<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-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> <li><strong><a href="./2024-02-10_2nd_plenum.html">2nd plenum</a></strong></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-19_1st_plenum_2nd_board_meeting.html">1st plenum, 2nd board meeting</a></li>

View File

@ -49,6 +49,7 @@
<h2>Blog posts</h2> <h2>Blog posts</h2>
</header> </header>
<ul class="link-list"> <ul class="link-list">
<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><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> <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-19_1st_plenum_2nd_board_meeting.html">1st plenum, 2nd board meeting</a></li>

View File

@ -0,0 +1,126 @@
<!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&nbsp;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&nbsp;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="./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>
<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 board meeting</h2>
<h3>23.06.2024</h3>
</header>
<p>
Today we had our third board meeting. The full protocol can be found <a href="../assets/documents/2024-06-23_board_protocol.pdf">here</a>.
</p>
<p>
This meeting was held primarily to arrange a contract for Schabi to work on the NewPipe project during the summer.
He will mainly work on the NewPipe refactor, and in particular on rewriting the player. He will also review and merge pull requests and do other maintenance tasks. The e.V. members and the Team NewPipe members have created a Matrix room to coordinate Schabi's work and make sure he always has an assigned task at any time.
</p>
<p>
On a separate note, the board agreed to donate 500€ to FSFE to support <a href="https://fsfe.org/activities/ada-
zangemann/spark-childrens-interest-in-coding.html">their movie about "Ada & Zangemann"</a>, a tale that promotes free software among children.
</p>
<p>
The board was made aware of the status of the e.V. infrastructure, which is currently limited by server resources, and agreed to seek sponsorsips from hosting providers, possibly involving a bare-metal machine, to avoid needing to upgrade servers continuously.
</p>
<p>
The assembly agreed to come up with a budget plan for how to spend the e.V. money during a plenum meeting around August (probably the second week).
</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 &copy; NewPipe&nbsp;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>