mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 12:18:26 +01:00
Add Other Free YouTube Front-Ends & fix some typos too lol
This commit is contained in:
parent
0ffc2d8edd
commit
9cec8620fd
1 changed files with 28 additions and 6 deletions
|
@ -59,7 +59,7 @@
|
||||||
<div class="blk__text">
|
<div class="blk__text">
|
||||||
<p>
|
<p>
|
||||||
<b
|
<b
|
||||||
> <p>Poketube does not collect or share personal information poketube is a free software that you can fork it yourself. you can see the repo <a href="https://github.com/iamashley0/poketube/">here</a>. <a href="https://github.com/iamashley0/poketube/commits/main/html/priv.ejs">see history of this privacy policy.</a></p>
|
> <p>Poketube does not collect or share personal information. poketube is a free software that you can fork it yourself. you can see the repo <a href="https://github.com/iamashley0/poketube/">here</a>. <a href="https://github.com/iamashley0/poketube/commits/main/html/priv.ejs">see history of this privacy policy.</a></p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
You dont have to read this entire policy as it might put you to sleep. So in TL;DR:We dont collect or share your personal information. thats it lol
|
You dont have to read this entire policy as it might put you to sleep. So in TL;DR:We dont collect or share your personal information. thats it lol
|
||||||
|
@ -106,20 +106,42 @@ At PokeTube,we dont collect your personal information or share it. We dont colle
|
||||||
<h2 class="hd-lg">Other Cool Stuff</h2>
|
<h2 class="hd-lg">Other Cool Stuff</h2>
|
||||||
<hr class="hr" />
|
<hr class="hr" />
|
||||||
|
|
||||||
|
<h3 class="hd-md">
|
||||||
|
Other Free YouTube Front-Ends
|
||||||
|
</h3>
|
||||||
|
<p>If you care about privacy, you might also want to check out these other YouTube Front-ends that take it seriously by default.</p>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://invidious.io/">Invidious</a> [<a href="https://github.com/iv-org/invidious">Source Code</a>] </li>
|
||||||
|
<li><a href="https://tube.kuylar.dev/">LightTube</a> [<a href="https://gitlab.com/kuylar/lighttube">Source Code</a>]</li>
|
||||||
|
</ul>
|
||||||
|
<p>Each One does things a bit differently in terms of privacy. However, none store your personal information by default and they are free software, which make them all pretty safe in our opinion.</p>
|
||||||
<h3 class="hd-md">
|
<h3 class="hd-md">
|
||||||
License
|
License
|
||||||
</h3>
|
</h3>
|
||||||
|
<p>
|
||||||
|
PokeTube is free software, You can fork and modify the source code under the terms of the GNU General Public License Version 3 or later. our source code is <a href="https://github.com/poketube-org/poketube">Here!</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
This program is subject to the terms of the GNU General Public License. you can redistribute it and/or modify
|
This Source Code Form is subject to the terms of the GNU General Public License:<br><br>
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
|
Copyright (C) 2021-2022 POKETUBE (https://github.com/iamashley0/poketube)<br><br>
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify<br>
|
||||||
|
it under the terms of the GNU General Public License as published by<br>
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
(at your option) any later version.
|
(at your option) any later version.<br><br>
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,<br>
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of<br>
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the<br>
|
||||||
|
GNU General Public License for more details.<br><br>
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see https://www.gnu.org/licenses/.
|
along with this program. If not, see https://www.gnu.org/licenses/.
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
<h3 class="hd-md">
|
<h3 class="hd-md">
|
||||||
Tools we use
|
Tools we use
|
||||||
</h3>
|
</h3>
|
||||||
|
|
Loading…
Reference in a new issue