1
0
mirror of https://github.com/TeamNewPipe/website synced 2025-10-05 16:13:13 +02:00

Merge pull request #413 from TeamNewPipe/fix-npev-links

Fix links to newpipe-ev.de
This commit is contained in:
Tobi
2025-10-01 23:46:31 -07:00
committed by GitHub
7 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
<div class="alert alert-warning download-license-warning" role="alert">
<span class="glyphicon glyphicon-alert" aria-hidden="true"></span>
<span>With downloading a media file from this website you agree with using it in terms of the given license. <br/>
Also note that there is a word trade mark for NewPipe with a <a href="https://newpipe-ev.de/policy/trademark.html">usage policy</a>.</span>
Also note that there is a word trade mark for NewPipe with a <a href="https://newpipe-ev.de/policy/trademark/">usage policy</a>.</span>
</div>

View File

@@ -17,7 +17,7 @@ For those of you who do not know, Schabi ([@theScrabi](https://github.com/theScr
As you might know, we founded the e.V. primarily to be able to transparently handle the stream of donations coming from NewPipe (thanks a lot!). Moreover, the association also has the legal means to pay someone to work on the NewPipe project. Well, actually, the association's purpose is more general, and includes promoting and helping out any project related to free and open media streaming clients and platforms, not just NewPipe, but this is a story for another time.
Ever since the e.V. was founded, we have been looking for ways to spend the money from donations in a way that would be beneficial for the NewPipe application, for free streaming projects, or for the community. For example, [we donate 600€/year to Weblate](https://newpipe-ev.de/posts/2024-04-22_weblate_donation.html), the free software service that hosts NewPipe translations.
Ever since the e.V. was founded, we have been looking for ways to spend the money from donations in a way that would be beneficial for the NewPipe application, for free streaming projects, or for the community. For example, [we donate 600€/year to Weblate](https://newpipe-ev.de/blog/2024-04-22-weblate-donation/), the free software service that hosts NewPipe translations.
However, we have not been able to find anyone who would do paid work on the app, since all of the current members of the team are too busy in their offline lives. This is also why the app has received very few updates in recent memory, and is one of the reasons why we want to pay someone in the first place: to have some consistent contributions.

View File

@@ -53,7 +53,7 @@ As explained above, in mid 2024 we finally started working on the awaited refact
<figcaption class="text-center">A showcase of the NewPlayer test app</figcaption>
</figure>
As explained in [this previous blogpost]({{ site.baseurl }}/blog/pinned/announcement/schabi-contract/), NewPipe's current player is **buggy and mis-structured**. [Schabi was contracted]({{ site.baseurl }}/blog/pinned/announcement/schabi-contract/) to rewrite it from scratch [by the NewPipe e.V.](https://newpipe-ev.de/posts/2024-06-23_3rd_board_meeting.html), and he delivered a great implementation in October 2024. The new player (or rather, *NewPlayer*) uses [media3](https://developer.android.com/media/media3?hl=en) for playback (a successor of ExoPlayer), and was built in a separate repository to ensure separation of concerns and so that other apps can possibly use it too. You can **read Schabi's announcement** [here](https://github.com/TeamNewPipe/NewPipe/issues/11603), find the source code [here](https://github.com/TeamNewPipe/NewPlayer) and download a test APK from [here](https://github.com/TeamNewPipe/NewPlayer/releases/). Now [the e.V. signed a contract](https://newpipe-ev.de/posts/2024-12-03_hiring_contributor.html) with [Profpatsch](https://github.com/Profpatsch), who picked up Schabi's work and is integrating NewPlayer into NewPipe. Let's wish them and us a lot of success with their work!
As explained in [this previous blogpost]({{ site.baseurl }}/blog/pinned/announcement/schabi-contract/), NewPipe's current player is **buggy and mis-structured**. [Schabi was contracted]({{ site.baseurl }}/blog/pinned/announcement/schabi-contract/) to rewrite it from scratch [by the NewPipe e.V.](https://newpipe-ev.de/blog/2024-06-23-3rd-board-meeting/), and he delivered a great implementation in October 2024. The new player (or rather, *NewPlayer*) uses [media3](https://developer.android.com/media/media3?hl=en) for playback (a successor of ExoPlayer), and was built in a separate repository to ensure separation of concerns and so that other apps can possibly use it too. You can **read Schabi's announcement** [here](https://github.com/TeamNewPipe/NewPipe/issues/11603), find the source code [here](https://github.com/TeamNewPipe/NewPlayer) and download a test APK from [here](https://github.com/TeamNewPipe/NewPlayer/releases/). Now [the e.V. signed a contract](https://newpipe-ev.de/posts/2024-12-03_hiring_contributor.html) with [Profpatsch](https://github.com/Profpatsch), who picked up Schabi's work and is integrating NewPlayer into NewPipe. Let's wish them and us a lot of success with their work!
*If you have experience with media3, ExoPlayer or media apps on Android, we'd love to get some feedback from you on the architecture and lifecycle* 😌

View File

@@ -135,7 +135,7 @@ Onto less visible changes, [@Profpatsch](https://github.com/Profpatsch) made it
## Meet us at FrOSCon!
The [NewPipe e.V.](https://newpipe-ev.de/) is paying for the attendance of some TeamNewPipe members to [FrOSCon](https://froscon.org/), a free software conference happening on the 16th and 17th of August in Sankt Augustin, Germany. Come and visit us at [our booth](https://newpipe-ev.de/posts/2025-06-06_5th_board_meeting.html), and get some stickers and flyers!
The [NewPipe e.V.](https://newpipe-ev.de/) is paying for the attendance of some TeamNewPipe members to [FrOSCon](https://froscon.org/), a free software conference happening on the 16th and 17th of August in Sankt Augustin, Germany. Come and visit us at [our booth](https://newpipe-ev.de/blog/2025-06-06-5th-board-meeting/), and get some stickers and flyers!
## Wanna Contribute?

View File

@@ -38,7 +38,7 @@ After arriving in the *Bonn-Rhein-Sieg University of Applied Sciences*, we set u
After having breakfast at a local bakery, we delved into the first day of the conference. A lot of NewPipe users came by to express gratitude: thanks for the wholesomeness to everyone who did that! Some other visitors instead did not have NewPipe on their phones (oh no!), but they could try it out on our cool demo devices, which usually convinced them to give NewPipe a shot (except for, well, iPhone owners). We were also able to show off the progress on the refactor and on [NewPlayer](https://github.com/TeamNewPipe/NewPlayer) to the keenest users.
The merch we had on our tables was: flyers, stickers, and NewPipe-styled Bierdeckels (i.e. coasters), which we offered to unsuspecting people passing by. Additionally, we had the [NewPipe e.V. statute](https://newpipe-ev.de/assets/documents/statute%20en.pdf) available for reading plus some signup forms in case somebody wanted to [become a member](https://newpipe-ev.de/join.html).
The merch we had on our tables was: flyers, stickers, and NewPipe-styled Bierdeckels (i.e. coasters), which we offered to unsuspecting people passing by. Additionally, we had the [NewPipe e.V. statute](https://newpipe-ev.de/documents/statute%20en.pdf) available for reading plus some signup forms in case somebody wanted to [become a member](https://newpipe-ev.de/join/).
As you might know, we recently released 0.28.0 with support for Android Auto ([blogpost](https://newpipe.net/blog/pinned/announcement/newpipe-0.28.0-released/)), and wanted to show it to our users. Unfortunately the building did not have a big enough entrance to fit the rented car (just joking!), so we had to use [Desktop Head Unit](https://developer.android.com/training/cars/testing/dhu) to emulate Android Auto on a laptop as a demo.
@@ -68,6 +68,6 @@ Overall, we all enjoyed participating to the conference, showing off NewPipe, ma
## We are looking for freelancers
After setting up two successful contracts in the past (see [here](https://newpipe-ev.de/posts/2024-06-23_3rd_board_meeting.html) and [here](https://newpipe-ev.de/posts/2024-12-03_hiring_contributor.html)), the last of which is still ongoing, NewPipe e.V. has two more open freelance positions. One is for an Android developer that could bring forward NewPipe's refactor, and the other is for a sysadmin that could maintain the servers. Read all details and apply on [NewPipe e.V.'s website](https://newpipe-ev.de/opportunities.html)!
After setting up two successful contracts in the past (see [here](https://newpipe-ev.de/blog/2024-06-23-3rd-board-meeting/) and [here](https://newpipe-ev.de/blog/2024-12-03-hiring-contributor/)), the last of which is still ongoing, NewPipe e.V. has two more open freelance positions. One is for an Android developer that could bring forward NewPipe's refactor, and the other is for a sysadmin that could maintain the servers. Read all details and apply on [NewPipe e.V.'s website](https://newpipe-ev.de/opportunities/)!
Paying contributors would not be possible without [your donations](https://newpipe.net/donate/), for which we are very grateful!

View File

@@ -18,7 +18,7 @@ footerBuffer: "True"
</div>
<div class="col-sm-10 col-sm-push-1 col-md-6 col-md-push-0">
<p class="red donate-section-title"><strong><img src="../img/people-red.svg" class="people-large">&nbsp;&nbsp;We put donations to good use</strong></p>
<p>The donations are handled by <a href="https://newpipe-ev.de">NewPipe e.V.</a>, which hires developers to work on NewPipe, buys merch for contributors, sends representatives to open source conferences, supports libre media streaming technology, <a href="https://newpipe-ev.de/blog.html">and more</a>.</p>
<p>The donations are handled by <a href="https://newpipe-ev.de">NewPipe e.V.</a>, which hires developers to work on NewPipe, buys merch for contributors, sends representatives to open source conferences, supports libre media streaming technology, <a href="https://newpipe-ev.de/blog/">and more</a>.</p>
</div>
</div>
</div>

View File

@@ -48,7 +48,7 @@ authorized by the respective owner.</p>
<h2>NewPipe trademark</h2>
<p>NewPipe has been registered as a word mark in the European Union by NewPipe e. V.. Please <a href="https://newpipe-ev.de/policy/trademark.html">read the trade mark policy</a> if you want to use the name.</p>
<p>NewPipe has been registered as a word mark in the European Union by NewPipe e. V.. Please <a href="https://newpipe-ev.de/policy/trademark/">read the trade mark policy</a> if you want to use the name.</p>
<h2>Third Party Projects' Licensing</h2>