From 3744661231a9193389f05e46ee8cda30ffb3b3c3 Mon Sep 17 00:00:00 2001 From: asddsaz <42685606+asddsaz@users.noreply.github.com> Date: Thu, 20 Dec 2018 04:48:31 +0000 Subject: [PATCH 01/18] Add Video Streaming Section --- index.html | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/index.html b/index.html index 6822918f2..7aae87df4 100644 --- a/index.html +++ b/index.html @@ -1727,6 +1727,53 @@

Worth Mentioning

  • Pi-hole - A network-wide DNS server for the Raspberry Pi. Blocks advertising and tracking domains for all devices on your network.
  • +

    Video Streaming

    + +
    + + + {% include card.html color="success" + title="LBRY" + image="assets/img/tools/lbry.png" + url="https://lbry.io/" + footer="OS: Windows, macOS, Linux, iOS, Android." + description="LBRY is a decentralized protocol for sharing data, similar to BitTorrent or ZeroNet." + %} + + {% include card.html color="primary" + title="PeerTube" + image="assets/img/tools/peertube.png" + url="https://turtlapp.com/" + footer="OS: Windows, macOS, Linux, Web." + description="PeerTube is a federated video streaming alternative." + %} + + {% include card.html color="warning" + title="Invidio / FreeTube" + image="assets/img/tools/freetube.png" + url="https://github.com/FreeTubeApp/FreeTube" + footer="OS: Windows, macOS, Linux." + description="Invidio is a privacy respecting API for YouTube." + %}
    + + + +

    Warning

    + + + + +

    Worth Mentioning

    + + + + +

    Digital Notebook

    From 1d515bfe06de13ab157dcdfb945cd15c0bc5e7f5 Mon Sep 17 00:00:00 2001 From: asddsaz <42685606+asddsaz@users.noreply.github.com> Date: Thu, 9 May 2019 21:09:37 +0000 Subject: [PATCH 08/18] Minor Spelling Fix --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 55b611f43..9b1788481 100644 --- a/index.html +++ b/index.html @@ -1753,7 +1753,7 @@

    Invidio, an open-source privacy respecting API for YouTube." + description="FreeTube is an free software video streaming client utilizing Invidious, an open-source privacy respecting API for YouTube." %} From 67d790ecb1884ea9da0010f7f79a54e55853de49 Mon Sep 17 00:00:00 2001 From: asddsaz <42685606+asddsaz@users.noreply.github.com> Date: Sat, 8 Jun 2019 18:07:28 +0000 Subject: [PATCH 09/18] Create video-streaming.html --- _includes/sections/video-streaming.html | 38 +++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 _includes/sections/video-streaming.html diff --git a/_includes/sections/video-streaming.html b/_includes/sections/video-streaming.html new file mode 100644 index 000000000..6c1fe978d --- /dev/null +++ b/_includes/sections/video-streaming.html @@ -0,0 +1,38 @@ +

    Video Streaming

    + +
    + + {% include card.html color="success" + title="PeerTube" + image="assets/img/tools/peertube.png" + url="https://joinpeertube.org/" + footer="OS: Windows, macOS, Linux, FreeBSD, Web." + description="PeerTube is a federated video streaming alternative." + %} + + {% include card.html color="primary" + title="Invidio / FreeTube" + image="assets/img/tools/freetube.png" + url="https://github.com/FreeTubeApp/FreeTube" + footer="OS: Windows, macOS, Linux, Web." + description="FreeTube is an free software video streaming client utilizing Invidious, an open-source privacy respecting API for YouTube." + %}
    + + {% include card.html color="warning" + title="LBRY" + image="assets/img/tools/lbry.png" + url="https://lbry.io/" + footer="OS: Windows, macOS, Linux, iOS, Android." + description="LBRY is a decentralized protocol for sharing data, similar to BitTorrent or ZeroNet." + %} + +

    Warning

    +
      +
    • Note: As of Dec 2018, LBRY does not have official support for TOR or I2p.
    • +
    + +

    Worth Mentioning

    +
      +
    • KopyKate - A decentralized uncensored video streaming service on ZeroNet.
    • +
    • DTube - A distributed video streaming service based on IPFS.
    • +
    From 9ed8755d7e9c17c8a8f6e84ae169dd56f0a78331 Mon Sep 17 00:00:00 2001 From: asddsaz <42685606+asddsaz@users.noreply.github.com> Date: Sat, 8 Jun 2019 18:10:31 +0000 Subject: [PATCH 10/18] Create social-news-agregator.html --- pages/software/social-news-agregator.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pages/software/social-news-agregator.html diff --git a/pages/software/social-news-agregator.html b/pages/software/social-news-agregator.html new file mode 100644 index 000000000..9025708ad --- /dev/null +++ b/pages/software/social-news-agregator.html @@ -0,0 +1,8 @@ +--- +layout: page +permalink: /software/video-streaming/ +title: "video Streaming Services" +description: "video Streaming" +--- + +{% include sections/video-streaming.html %} From cbc8a26828c2cf3e8092d896bdbd4cc27a9e0d06 Mon Sep 17 00:00:00 2001 From: asddsaz <42685606+asddsaz@users.noreply.github.com> Date: Sat, 8 Jun 2019 18:11:37 +0000 Subject: [PATCH 11/18] Update old.html --- pages/old.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/old.html b/pages/old.html index eed694b7f..d5a2b5616 100644 --- a/pages/old.html +++ b/pages/old.html @@ -61,6 +61,8 @@ {% include sections/social-networks.html %} +{% include sections/video-streaming.html %} + {% include sections/dns.html %} {% include sections/notebooks.html %} From 4d7cf44d4ee8b65e54ef5f069169460be2e809cb Mon Sep 17 00:00:00 2001 From: asddsaz <42685606+asddsaz@users.noreply.github.com> Date: Sat, 8 Jun 2019 18:14:57 +0000 Subject: [PATCH 12/18] Update nav.html --- _includes/nav.html | 1 + 1 file changed, 1 insertion(+) diff --git a/_includes/nav.html b/_includes/nav.html index e1462c541..8e01a0ee1 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -20,6 +20,7 @@ Search Engines Cloud Storage Social Networks + video Streaming DNS Hosting From b8496fec2f0c5cec4f401ecba22f6f77b05436a1 Mon Sep 17 00:00:00 2001 From: asddsaz <42685606+asddsaz@users.noreply.github.com> Date: Sat, 8 Jun 2019 18:29:00 +0000 Subject: [PATCH 13/18] minor fix --- _includes/sections/video-streaming.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/_includes/sections/video-streaming.html b/_includes/sections/video-streaming.html index 6c1fe978d..8af8675c2 100644 --- a/_includes/sections/video-streaming.html +++ b/_includes/sections/video-streaming.html @@ -15,8 +15,8 @@

    Invidious, an open-source privacy respecting API for YouTube." - %} + description="FreeTube is an free software video streaming client utilizing Invidious, an open-source privacy respecting API for YouTube." + %} {% include card.html color="warning" title="LBRY" @@ -26,6 +26,8 @@

    +

    Warning