From e6bc8491ea50f0dfa9f91a1f8ba55562b87e5eda Mon Sep 17 00:00:00 2001 From: Christian Putzke Date: Sat, 7 May 2022 12:58:17 +0200 Subject: [PATCH 1/3] Added Pocket Button extension (#135) --- README.md | 4 ++++ extensions.json | 11 +++++++++++ 2 files changed, 15 insertions(+) diff --git a/README.md b/README.md index a3ed3ae..666c285 100644 --- a/README.md +++ b/README.md @@ -63,3 +63,7 @@ There are some FreshRSS extensions out there, developed by community members: ### By [@dohseven](https://framagit.org/dohseven) * [Explosm](https://framagit.org/dohseven/freshrss-explosm): Directly displays the Explosm comic in FreshRSS + +### By [@christian-putzke](https://github.com/christian-putzke/) + +* [Pocket Button](https://github.com/christian-putzke/freshrss-pocket-button): Add articles to Pocket with one simple button click or a keyboard shortcut. diff --git a/extensions.json b/extensions.json index ee6c849..384ea2e 100644 --- a/extensions.json +++ b/extensions.json @@ -341,6 +341,17 @@ "url": "https://github.com/cn-tools/cntools_FreshRssExtensions", "method": "git", "directory": "xExtension-YouTubeChannel2RssFeed" + }, + { + "name": "Pocket Button", + "author": "christian-putzke | Christian Putzke", + "description": "Add articles to Pocket with one simple button click or a keyboard shortcut.", + "version": 0.2, + "entrypoint": "PocketButton", + "type": "user", + "url": "https://github.com/christian-putzke/freshrss-pocket-button", + "method": "git", + "directory": "." } ] } From 2c5283c3fcbe53de0dd7d2f8e08b15fb358dd949 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Sat, 7 May 2022 11:25:27 +0000 Subject: [PATCH 2/3] Update extension list --- extensions.json | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/extensions.json b/extensions.json index 384ea2e..ee6c849 100644 --- a/extensions.json +++ b/extensions.json @@ -341,17 +341,6 @@ "url": "https://github.com/cn-tools/cntools_FreshRssExtensions", "method": "git", "directory": "xExtension-YouTubeChannel2RssFeed" - }, - { - "name": "Pocket Button", - "author": "christian-putzke | Christian Putzke", - "description": "Add articles to Pocket with one simple button click or a keyboard shortcut.", - "version": 0.2, - "entrypoint": "PocketButton", - "type": "user", - "url": "https://github.com/christian-putzke/freshrss-pocket-button", - "method": "git", - "directory": "." } ] } From 48128729dd3630a66eee9e7b7fc3585a61d32b46 Mon Sep 17 00:00:00 2001 From: Christian Putzke Date: Sun, 8 May 2022 12:04:00 +0200 Subject: [PATCH 3/3] GitHub actions considers Pocket button for the extensions.json generation from now (#136) --- repositories.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/repositories.json b/repositories.json index 2f1fd6a..7568c31 100644 --- a/repositories.json +++ b/repositories.json @@ -46,4 +46,7 @@ }, { "url": "https://github.com/kapdap/freshrss-extensions", "type": "git" +}, { + "url": "https://github.com/christian-putzke/freshrss-pocket-button", + "type": "git" }]