diff --git a/_includes/nav.html b/_includes/nav.html index 7895497f..776492e4 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -32,6 +32,7 @@ Search Engines Social Networks Social News Aggregators + Video Streaming VPN VPN diff --git a/_includes/sections/video-streaming.html b/_includes/sections/video-streaming.html new file mode 100644 index 00000000..d9adeeb0 --- /dev/null +++ b/_includes/sections/video-streaming.html @@ -0,0 +1,27 @@ +

Video Streaming

+ +
+ + {% include card.html color="success" + title="MediaGoblin" + image="/assets/img/tools/mediagoblin.png" + url="https://www.mediagoblin.org/" + footer="OS: Windows, macOS, Linux, FreeBSD, Web." + description="MediaGoblin is a free/libre tool to host media files in a distributed manner." + %} + + {% include card.html color="primary" + title="Invidious" + image="/assets/img/tools/invidious.png" + url="https://github.com/omarroth/invidious/wiki/Invidious-Instances" + footer="OS: Windows, macOS, Linux, Web." + description="Invidious, an open-source privacy respecting API for YouTube." + %} + +
+ +

Worth Mentioning

+ + diff --git a/assets/img/tools/freetube.png b/assets/img/tools/freetube.png new file mode 100644 index 00000000..f75c2a81 Binary files /dev/null and b/assets/img/tools/freetube.png differ diff --git a/assets/img/tools/invidious.png b/assets/img/tools/invidious.png new file mode 100644 index 00000000..2992e398 Binary files /dev/null and b/assets/img/tools/invidious.png differ diff --git a/assets/img/tools/mediagoblin.png b/assets/img/tools/mediagoblin.png new file mode 100644 index 00000000..11059ee0 Binary files /dev/null and b/assets/img/tools/mediagoblin.png differ diff --git a/assets/img/tools/mediagoblin.svg b/assets/img/tools/mediagoblin.svg new file mode 100644 index 00000000..f236a597 --- /dev/null +++ b/assets/img/tools/mediagoblin.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/pages/old.html b/pages/old.html index 9c45421e..554a8017 100644 --- a/pages/old.html +++ b/pages/old.html @@ -63,6 +63,8 @@ permalink: /classic/ {% include sections/social-networks.html %} +{% include sections/video-streaming.html %} + {% include sections/social-news-aggregator.html %} {% include sections/dns.html %} diff --git a/pages/software/video-streaming.html b/pages/software/video-streaming.html new file mode 100644 index 00000000..47228589 --- /dev/null +++ b/pages/software/video-streaming.html @@ -0,0 +1,8 @@ +--- +layout: page +permalink: /software/video-streaming/ +title: "Video Streaming Services" +description: "Video Streaming" +--- + +{% include sections/video-streaming.html %} diff --git a/source_code.md b/source_code.md index 75d44aac..91af2393 100644 --- a/source_code.md +++ b/source_code.md @@ -257,6 +257,14 @@ Worth Mentioning: GNU Social: https://gnu.io/source/ +## Video Streaming + +MediaGoblin: https://git.savannah.gnu.org/git/mediagoblin.git/ + +Invidious: https://github.com/omarroth/invidious + +FreeTube: https://github.com/FreeTubeApp/FreeTube + ## Social News Aggregators Aether: https://github.com/nehbit/aether