From 98d8b994d9ac05719f9e1e8fa7a06217bf00b668 Mon Sep 17 00:00:00 2001 From: Sal Fadhley Date: Thu, 30 Jan 2025 21:00:35 +0000 Subject: [PATCH 1/4] Add Pinchflat to the software list Introduce Pinchflat, an archival tool for online video content based on yt-dlp. The entry includes details on its AGPL-3.0 license, Elixir platform, and relevant tags. This addition complies with repository guidelines for inclusion. --- software/pinchflat.yml | 45 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 software/pinchflat.yml diff --git a/software/pinchflat.yml b/software/pinchflat.yml new file mode 100644 index 0000000000..b6f0e3500e --- /dev/null +++ b/software/pinchflat.yml @@ -0,0 +1,45 @@ +--- +name: Addition +about: Add new software to the list. +title: Add Pinchflat +labels: addition, reviewers wanted +assignees: '' + +--- + + Thanks for taking the time to suggest an addition to awesome-selfhosted! + +Please fill out information below (all fields are mandatory unless noted otherwise): + + ```yaml +# software name +name: "Pinchflat" +# URL of the software project's homepage +website_url: "https://github.com/kieraneglin/pinchflat" +# URL where the full source code of the program can be downloaded +source_code_url: "https://github.com/kieraneglin/pinchflat" +# description of what the software does, shorter than 250 characters, sentence case +description: "Pinchflat is an app for archiving content from online video services such as YouTube. It is built using yt-dlp. " +# list of license identifiers, see https://github.com/awesome-selfhosted/awesome-selfhosted-data/blob/master/licenses.yml for the full list of licenses +licenses: + - AGPL-3.0 +# list of languages/platforms, see https://github.com/awesome-selfhosted/awesome-selfhosted-data/tree/master/platforms for the full list of platforms +platforms: + - Elixir +# list of tags (categories), see https://github.com/awesome-selfhosted/awesome-selfhosted-data/tree/master/tags for the full list of tags +tags: + - Archival + - Archiving and Digital Preservation (DP) +# (optional, true/false, default false) whether the software depends on a third-party service outside the user's control +depends_3rdparty: false +# (optional) link to a list of clients/addons/plugins/apps/bots... for the software +related_software_url: "https://github.com/yt-dlp/yt-dlp" + ``` + +To ensure your issue is dealt with swiftly, please check the following (check the boxes `[x]`): + - [x] Submit one item per issue. This eases reviewing and speeds up inclusion. + - [x] You have searched the repository for any relevant [issues](https://github.com/awesome-selfhosted/awesome-selfhosted-data/issues) or [PRs](https://github.com/awesome-selfhosted/awesome-selfhosted-data/pulls), including closed ones. + - [x] Any software you are adding is not already listed at any of [awesome-sysadmin](https://github.com/n1trux/awesome-sysadmin), [staticgen.com](https://www.staticgen.com/), [staticsitegenerators.net](https://staticsitegenerators.net/), [dbdb.io](https://dbdb.io/browse). + - [x] Any software project you are adding to the list is actively maintained. + - [x] Any software project you are adding was first released more than 4 months ago. + - [x] Any software project you are adding has working installation instructions. From c8244d92671fec16ce721bbb5d8cedb11d386f4f Mon Sep 17 00:00:00 2001 From: Salim Fadhley Date: Fri, 31 Jan 2025 00:46:08 +0000 Subject: [PATCH 2/4] Update software/pinchflat.yml Co-authored-by: Kieran <32241933+Ki-er@users.noreply.github.com> --- software/pinchflat.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/software/pinchflat.yml b/software/pinchflat.yml index b6f0e3500e..e39e6980af 100644 --- a/software/pinchflat.yml +++ b/software/pinchflat.yml @@ -1,18 +1,3 @@ ---- -name: Addition -about: Add new software to the list. -title: Add Pinchflat -labels: addition, reviewers wanted -assignees: '' - ---- - - Thanks for taking the time to suggest an addition to awesome-selfhosted! - -Please fill out information below (all fields are mandatory unless noted otherwise): - - ```yaml -# software name name: "Pinchflat" # URL of the software project's homepage website_url: "https://github.com/kieraneglin/pinchflat" From 919dbb638b6ff44c40ea62994557dd97b5e49c8a Mon Sep 17 00:00:00 2001 From: Salim Fadhley Date: Fri, 31 Jan 2025 00:46:22 +0000 Subject: [PATCH 3/4] Update software/pinchflat.yml Co-authored-by: Kieran <32241933+Ki-er@users.noreply.github.com> --- software/pinchflat.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/software/pinchflat.yml b/software/pinchflat.yml index e39e6980af..5f761e8c33 100644 --- a/software/pinchflat.yml +++ b/software/pinchflat.yml @@ -19,12 +19,3 @@ tags: depends_3rdparty: false # (optional) link to a list of clients/addons/plugins/apps/bots... for the software related_software_url: "https://github.com/yt-dlp/yt-dlp" - ``` - -To ensure your issue is dealt with swiftly, please check the following (check the boxes `[x]`): - - [x] Submit one item per issue. This eases reviewing and speeds up inclusion. - - [x] You have searched the repository for any relevant [issues](https://github.com/awesome-selfhosted/awesome-selfhosted-data/issues) or [PRs](https://github.com/awesome-selfhosted/awesome-selfhosted-data/pulls), including closed ones. - - [x] Any software you are adding is not already listed at any of [awesome-sysadmin](https://github.com/n1trux/awesome-sysadmin), [staticgen.com](https://www.staticgen.com/), [staticsitegenerators.net](https://staticsitegenerators.net/), [dbdb.io](https://dbdb.io/browse). - - [x] Any software project you are adding to the list is actively maintained. - - [x] Any software project you are adding was first released more than 4 months ago. - - [x] Any software project you are adding has working installation instructions. From 6e27e1807a81a1dfab5f76b23cfadee078494936 Mon Sep 17 00:00:00 2001 From: Salim Fadhley Date: Fri, 31 Jan 2025 00:46:34 +0000 Subject: [PATCH 4/4] Update software/pinchflat.yml Co-authored-by: Kieran <32241933+Ki-er@users.noreply.github.com> --- software/pinchflat.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/software/pinchflat.yml b/software/pinchflat.yml index 5f761e8c33..533c1dadea 100644 --- a/software/pinchflat.yml +++ b/software/pinchflat.yml @@ -15,7 +15,4 @@ platforms: tags: - Archival - Archiving and Digital Preservation (DP) -# (optional, true/false, default false) whether the software depends on a third-party service outside the user's control -depends_3rdparty: false -# (optional) link to a list of clients/addons/plugins/apps/bots... for the software related_software_url: "https://github.com/yt-dlp/yt-dlp"