From e0701a2207fe111e9d5ec950009bbc5d23237ca8 Mon Sep 17 00:00:00 2001 From: "Aliaksei Yaletski (Tiendil)" Date: Wed, 1 Jan 2025 20:14:36 +0100 Subject: [PATCH 1/3] Adding "Feeds Fun" feed reader --- software/feeds-fun.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 software/feeds-fun.yml diff --git a/software/feeds-fun.yml b/software/feeds-fun.yml new file mode 100644 index 0000000000..ca0d3e2979 --- /dev/null +++ b/software/feeds-fun.yml @@ -0,0 +1,13 @@ +name: "Feeds Fun" +website_url: "https://feeds.fun/" +source_code_url: "https://github.com/Tiendil/feeds.fun" +description: "News reader with tags, scoring, and AI" +licenses: + - BSD-3-Clause +platforms: + - Python + - Javascript + - Docker +tags: + - Feed Readers +depends_3rdparty: false From 9bdab9e1c59b01fa0b1966be773d8fe940b32dd9 Mon Sep 17 00:00:00 2001 From: "Aliaksei Yaletski (Tiendil)" Date: Wed, 1 Jan 2025 20:19:52 +0100 Subject: [PATCH 2/3] removed unnecessary lines --- software/feeds-fun.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/software/feeds-fun.yml b/software/feeds-fun.yml index ca0d3e2979..7c8d2535f6 100644 --- a/software/feeds-fun.yml +++ b/software/feeds-fun.yml @@ -6,8 +6,5 @@ licenses: - BSD-3-Clause platforms: - Python - - Javascript - - Docker tags: - Feed Readers -depends_3rdparty: false From 493b4375b09107286911ef25a270ce57bf8b8849 Mon Sep 17 00:00:00 2001 From: Aliaksei Yaletski Date: Thu, 2 Jan 2025 11:21:21 +0100 Subject: [PATCH 3/3] Added the final dot into the description. Co-authored-by: Loymdayddaud <145969603+TheGiraffe3@users.noreply.github.com> --- software/feeds-fun.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/feeds-fun.yml b/software/feeds-fun.yml index 7c8d2535f6..4017702dcf 100644 --- a/software/feeds-fun.yml +++ b/software/feeds-fun.yml @@ -1,7 +1,7 @@ name: "Feeds Fun" website_url: "https://feeds.fun/" source_code_url: "https://github.com/Tiendil/feeds.fun" -description: "News reader with tags, scoring, and AI" +description: "News reader with tags, scoring, and AI." licenses: - BSD-3-Clause platforms: