commit 01891e4b92b29fe9a3b35abb429d05c8685184b0
parent 4d37fb856ef2818a4ffc35916f5f2dfb017329e8
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Sat, 14 Feb 2026 18:38:35 +0100
feat: add some about information
Diffstat:
| M | index.php | | | 61 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- |
1 file changed, 59 insertions(+), 2 deletions(-)
diff --git a/index.php b/index.php
@@ -244,8 +244,8 @@
<a href="#" onclick="<?php echo $jsfun; ?>">
Refresh
</a>
- <a href="https://src.jayvii.de/pub/yt2html" target="_blank">
- Development
+ <a href="#about">
+ About
</a>
</nav>
<h1>Videos</h1>
@@ -406,5 +406,62 @@
?>
+ <footer>
+ <h3 id="about">About</h3>
+ <details>
+ <summary>What is this?</summary>
+ <p>
+ This web-application is a way to <em>follow</em> YouTube-Channels,
+ without using either the YouTube.com website directly or requiring a
+ Youtube/Google account.
+ </p>
+ <p>
+ Instead, this utility uses YouTube's
+ <a href="https://en.wikipedia.org/wiki/RSS" target="_blank">
+ RSS-Feeds
+ </a> in order to fetch the latest videos uploaded to specified Channels.
+ Simply insert the Channel-ID or <em>Username</em> (starting with an
+ <code>@</code>) in the form at the top of the page and click "save".
+ </p>
+ <p>
+ For each channel, the newest 15 videos will be gathered, sorted
+ chronoligically and served you as a simple list. You can click the
+ thumbnail of a video-preview to start playback. This will embed the
+ YouTube-Video directly, i.e. your browser will connect to youtube.com
+ </p>
+ </details>
+ <details>
+ <summary>How can I contribute?</summary>
+ <p>
+ All development happens at
+ <a href="https://src.jayvii.de/pub/yt2html/" target="_blank">
+ src.jayvii.de/pub/yt2html
+ </a>. If you want to contribute or would like to self-host yt2html,
+ please head over there.
+ </p>
+ </details>
+ <details>
+ <summary>Privacy Statement</summary>
+ <p>
+ Besides Access Information, no information of site visitors are
+ collected.
+ </p>
+ <p>
+ When submitting a list of youtube-channels in the form, a cookie storing
+ that list is set, so the service knows which channels to poll.
+ </p>
+ <p>
+ Starting to watch a youtube video will connect your browser directly to
+ <code>www.youtube-nocookie.com</code>, thereby transfering your IP
+ address as well as potentially other data, leaked by your webbrowser.
+ You can find <a href="https://www.youtube.com/privacy" target="_blank">
+ YouTube’s privacy policy here
+ </a>.
+ </p>
+ <p>
+ No other data is shared with anyone.
+ </p>
+ </footer>
+
</body>
</html>