Skip to content

Commit 141d1bd

Browse files
committed
fix(readme.md)
- adding consistency between images with no self closing tags (HTML5) and with closing tags - moving alt attributes that were placed in anchor tags to their nested img tag
1 parent eee1172 commit 141d1bd

1 file changed

Lines changed: 46 additions & 17 deletions

File tree

README.md

Lines changed: 46 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,40 @@
55
<h2 align="center"><b>NewPipe</b></h2>
66
<h4 align="center">A libre lightweight streaming front-end for Android.</h4>
77

8-
<p align="center"><a href="https://f-droid.org/packages/org.schabi.newpipe/"><img src="https://fdroid.gitlab.io/artwork/badge/get-it-on-en.svg" alt="Get it on F-Droid" width=206/></a></p>
8+
<p align="center">
9+
<a href="https://f-droid.org/packages/org.schabi.newpipe/">
10+
<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on-en.svg" alt="Get it on F-Droid" width=206>
11+
</a>
12+
</p>
913

1014
<p align="center">
11-
<a href="https://github.com/TeamNewPipe/NewPipe/releases" alt="GitHub NewPipe releases"><img src="https://img.shields.io/github/release/TeamNewPipe/NewPipe.svg" ></a>
12-
<a href="https://github.com/TeamNewPipe/NewPipe-nightly/releases" alt="GitHub NewPipe nightly releases"><img src="https://img.shields.io/github/release/TeamNewPipe/NewPipe-nightly.svg?labelColor=purple&label=dev%20nightly"></a>
13-
<a href="https://github.com/TeamNewPipe/NewPipe-refactor-nightly/releases" alt="GitHub NewPipe refactor nightly releases"><img src="https://img.shields.io/github/release/TeamNewPipe/NewPipe-refactor-nightly.svg?labelColor=purple&label=refactor%20nightly"></a>
14-
<a href="https://www.gnu.org/licenses/gpl-3.0" alt="License: GPLv3"><img src="https://img.shields.io/badge/License-GPL%20v3-blue.svg"></a>
15-
<a href="https://github.com/TeamNewPipe/NewPipe/actions" alt="Build Status"><img src="https://github.com/TeamNewPipe/NewPipe/actions/workflows/ci.yml/badge.svg?branch=dev&event=push"></a>
16-
<a href="https://hosted.weblate.org/engage/newpipe/" alt="Translation Status"><img src="https://hosted.weblate.org/widgets/newpipe/-/svg-badge.svg"></a>
15+
<a href="https://github.com/TeamNewPipe/NewPipe/releases">
16+
<img src="https://img.shields.io/github/release/TeamNewPipe/NewPipe.svg" alt="GitHub NewPipe releases">
17+
</a>
18+
<a href="https://github.com/TeamNewPipe/NewPipe-nightly/releases">
19+
<img src="https://img.shields.io/github/release/TeamNewPipe/NewPipe-nightly.svg?labelColor=purple&label=dev%20nightly" alt="GitHub NewPipe nightly releases">
20+
</a>
21+
<a href="https://github.com/TeamNewPipe/NewPipe-refactor-nightly/releases">
22+
<img src="https://img.shields.io/github/release/TeamNewPipe/NewPipe-refactor-nightly.svg?labelColor=purple&label=refactor%20nightly" alt="GitHub NewPipe refactor nightly releases">
23+
</a>
24+
<a href="https://www.gnu.org/licenses/gpl-3.0">
25+
<img src="https://img.shields.io/badge/License-GPL%20v3-blue.svg" alt="License: GPLv3">
26+
</a>
27+
<a href="https://github.com/TeamNewPipe/NewPipe/actions">
28+
<img src="https://github.com/TeamNewPipe/NewPipe/actions/workflows/ci.yml/badge.svg?branch=dev&event=push" alt="Build Status">
29+
</a>
30+
<a href="https://hosted.weblate.org/engage/newpipe/">
31+
<img src="https://hosted.weblate.org/widgets/newpipe/-/svg-badge.svg" alt="Translation Status">
32+
</a>
1733
</p>
1834

1935
<p align="center">
20-
<a href="https://web.libera.chat/#newpipe" alt="IRC channel: #newpipe"><img src="https://img.shields.io/badge/IRC%20chat-%23newpipe-brightgreen.svg"></a>
21-
<a href="https://matrix.to/#/#newpipe:matrix.newpipe-ev.de" alt="Matrix channel: #newpipe"><img src="https://img.shields.io/badge/Matrix%20chat-%23newpipe-blue"></a>
36+
<a href="https://web.libera.chat/#newpipe">
37+
<img src="https://img.shields.io/badge/IRC%20chat-%23newpipe-brightgreen.svg" alt="IRC channel: #newpipe">
38+
</a>
39+
<a href="https://matrix.to/#/#newpipe:matrix.newpipe-ev.de">
40+
<img src="https://img.shields.io/badge/Matrix%20chat-%23newpipe-blue" alt="Matrix channel: #newpipe">
41+
</a>
2242
</p>
2343

2444
<hr>
@@ -30,7 +50,7 @@
3050

3151
> [!warning]
3252
> <b>THIS APP IS IN BETA, SO YOU MAY ENCOUNTER BUGS. IF YOU DO, OPEN AN ISSUE IN OUR GITHUB REPOSITORY BY FILLING OUT THE ISSUE TEMPLATE.</b>
33-
>
53+
>
3454
> <b>PUTTING NEWPIPE, OR ANY FORK OF IT, INTO THE GOOGLE PLAY STORE VIOLATES THEIR TERMS AND CONDITIONS.</b>
3555
3656
## Screenshots
@@ -53,6 +73,7 @@
5373
NewPipe currently supports these services:
5474

5575
<!-- We link to the service websites separately to avoid people accidentally opening a website they didn't want to. -->
76+
5677
* YouTube ([website](https://www.youtube.com/)) and YouTube Music ([website](https://music.youtube.com/)) ([wiki](https://en.wikipedia.org/wiki/YouTube))
5778
* PeerTube ([website](https://joinpeertube.org/)) and all its instances (open the website to know what that means!) ([wiki](https://en.wikipedia.org/wiki/PeerTube))
5879
* Bandcamp ([website](https://bandcamp.com/)) ([wiki](https://en.wikipedia.org/wiki/Bandcamp))
@@ -97,19 +118,23 @@ Also, since they are free and open source software, neither the app nor the Extr
97118
* Watch/Block age-restricted material
98119

99120
<!-- Hidden span to keep old links compatible. You should remove this span if you're translating the README into another language.-->
121+
100122
<span id="updates"></span>
101123

102124
## Installation and updates
125+
103126
You can install NewPipe using one of the following methods:
104-
1. Add our custom repo to F-Droid and install it from there. The instructions are here: https://newpipe.net/FAQ/tutorials/install-add-fdroid-repo/
105-
2. Download the APK from [GitHub Releases](https://github.com/TeamNewPipe/NewPipe/releases), [compare the signing key](#apk-info) and install it.
106-
3. Update via F-Droid. This is the slowest method of getting updates, as F-Droid must recognize changes, build the APK itself, sign it, and then push the update to users.
107-
4. Build a debug APK yourself. This is the fastest way to get new features on your device, but is much more complicated, so we recommend using one of the other methods.
108-
5. If you're interested in a specific feature or bugfix provided in a Pull Request in this repo, you can also download its APK from within the PR. Read the PR description for instructions. The great thing about PR-specific APKs is that they're installed side-by-side the official app, so you don't have to worry about losing your data or messing anything up.
127+
128+
1. Add our custom repo to F-Droid and install it from there. The instructions are here: https://newpipe.net/FAQ/tutorials/install-add-fdroid-repo/
129+
2. Download the APK from [GitHub Releases](https://github.com/TeamNewPipe/NewPipe/releases), [compare the signing key](#apk-info) and install it.
130+
3. Update via F-Droid. This is the slowest method of getting updates, as F-Droid must recognize changes, build the APK itself, sign it, and then push the update to users.
131+
4. Build a debug APK yourself. This is the fastest way to get new features on your device, but is much more complicated, so we recommend using one of the other methods.
132+
5. If you're interested in a specific feature or bugfix provided in a Pull Request in this repo, you can also download its APK from within the PR. Read the PR description for instructions. The great thing about PR-specific APKs is that they're installed side-by-side the official app, so you don't have to worry about losing your data or messing anything up.
109133

110134
We recommend method 1 for most users. APKs installed using method 1 or 2 are compatible with each other (meaning that if you installed NewPipe using either method 1 or 2, you can also update NewPipe using the other), but not with those installed using method 3. This is due to the same signing key (ours) being used for 1 and 2, but a different signing key (F-Droid's) being used for 3. Building a debug APK using method 4 excludes a key entirely. Signing keys help ensure that a user isn't tricked into installing a malicious update to an app. When using method 5, each APK is signed with a different random key supplied by GitHub Actions, so you cannot even update it. You will have to backup and restore the app data each time you wish to use a new APK.
111135

112136
In the meanwhile, if you want to switch sources for some reason (e.g. NewPipe's core functionality breaks and F-Droid doesn't have the latest update yet), we recommend following this procedure:
137+
113138
1. Back up your data via Settings > Backup and Restore > Export Database so you keep your history, subscriptions, and playlists
114139
2. Uninstall NewPipe
115140
3. Download the APK from the new source and install it
@@ -121,18 +146,21 @@ In the meanwhile, if you want to switch sources for some reason (e.g. NewPipe's
121146
### APK Info
122147

123148
This is the SHA fingerprint of NewPipe's signing key to verify downloaded APKs which are signed by us. The fingerprint is also available on [NewPipe's website](https://newpipe.net#download). This is relevant for method 2.
149+
124150
```
125151
CB:84:06:9B:D6:81:16:BA:FA:E5:EE:4E:E5:B0:8A:56:7A:A6:D8:98:40:4E:7C:B1:2F:9E:75:6D:F5:CF:5C:AB
126152
```
127153

128154
## Contribution
155+
129156
Whether you have ideas, translations, design changes, code cleaning, or even major code changes, help is always welcome. The app gets better and better with each contribution, no matter how big or small! If you'd like to get involved, check our [contribution notes](.github/CONTRIBUTING.md).
130157

131158
<a href="https://hosted.weblate.org/engage/newpipe/">
132-
<img src="https://hosted.weblate.org/widgets/newpipe/-/287x66-grey.png" alt="Translation status" />
159+
<img src="https://hosted.weblate.org/widgets/newpipe/-/287x66-grey.png" alt="Translation status" >
133160
</a>
134161

135162
## Donate
163+
136164
If you like NewPipe, you're welcome to send a donation. We prefer Liberapay, as it is both open-source and non-profit. For further info on donating to NewPipe, please visit our [website](https://newpipe.net/donate).
137165

138166
<table>
@@ -148,6 +176,7 @@ If you like NewPipe, you're welcome to send a donation. We prefer Liberapay, as
148176
The NewPipe project aims to provide a private, anonymous experience for using web-based media services. Therefore, the app does not collect any data without your consent. NewPipe's privacy policy explains in detail what data is sent and stored when you send a crash report, or leave a comment in our blog. You can find the document [here](https://newpipe.net/legal/privacy/).
149177

150178
## License
151-
[![GNU GPLv3 Image](https://www.gnu.org/graphics/gplv3-127x51.png)](https://www.gnu.org/licenses/gpl-3.0.en.html)
179+
180+
[![GNU GPLv3 Image](https://www.gnu.org/graphics/gplv3-127x51.png)](https://www.gnu.org/licenses/gpl-3.0.en.html)
152181

153182
NewPipe is Free Software: You can use, study, share, and improve it at will. Specifically you can redistribute and/or modify it under the terms of the [GNU General Public License](https://www.gnu.org/licenses/gpl.html) as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

0 commit comments

Comments
 (0)