From 5d80e614e77732a441c6ac63e0a118cb84277bf7 Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Sat, 2 Dec 2017 12:13:56 +0100 Subject: [PATCH 1/4] added first draft of the extensions.json file --- extensions.json | 61 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 extensions.json diff --git a/extensions.json b/extensions.json new file mode 100644 index 0000000..e1f02f6 --- /dev/null +++ b/extensions.json @@ -0,0 +1,61 @@ +{ + "version": 0.1, + "extensions": [ + { + "name": "CustomCSS", + "description": "A FreshRSS extension which give ability to create user-specific CSS rules to apply in addition of the actual theme", + "version": 0.1, + "author": "Marien Fressinaud", + "url": "https://github.com/FreshRSS/Extensions", + "type": "gh-subdirectory" + }, + { + "name": "CustomJS", + "description": "A FreshRSS extension which give ability to create user-specific Javascript rules to apply in addition of the actual theme", + "version": 0.1, + "author": "₣rans de Jonge", + "url": "https://github.com/FreshRSS/Extensions", + "type": "gh-subdirectory" + }, + { + "name": "ImageProxy", + "description": "No insecure content warnings or disappearing images on https sites", + "version": 0.3, + "author": "₣rans de Jonge", + "url": "https://github.com/FreshRSS/Extensions", + "type": "gh-subdirectory" + }, + { + "name": "StickyFeeds", + "description": "Set the feed aside in the main stream following the window scroll", + "version": 0.1, + "author": "Marien Fressinaud", + "url": "https://github.com/FreshRSS/Extensions", + "type": "gh-subdirectory" + }, + { + "name": "TTRSS_API", + "description": "Provides an API compliant with TinyTinyRSS applications", + "version": 0.1, + "author": "Marien Fressinaud", + "url": "https://github.com/FreshRSS/Extensions", + "type": "gh-subdirectory" + }, + { + "name": "YouTube", + "description": "Display videos from YouTube feeds inline", + "version": 0.2, + "author": "Kevin Papst", + "url": "https://github.com/kevinpapst/freshrss-youtube", + "type": "gh-subdirectory" + }, + { + "name": "Dilbert", + "description": "Embeds the Dilbert daily comic strip in your feed items", + "version": 0.1, + "author": "Kevin Papst", + "url": "https://github.com/kevinpapst/freshrss-dilbert", + "type": "gh-subdirectory" + } + ] +} \ No newline at end of file From c1ed4c2111446ffd8d37606d7070553b7ad222ef Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Sat, 2 Dec 2017 13:11:16 +0100 Subject: [PATCH 2/4] added more extensions --- extensions.json | 56 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/extensions.json b/extensions.json index e1f02f6..8ef26ba 100644 --- a/extensions.json +++ b/extensions.json @@ -56,6 +56,62 @@ "author": "Kevin Papst", "url": "https://github.com/kevinpapst/freshrss-dilbert", "type": "gh-subdirectory" + }, + { + "name": "FixedNavMenu", + "description": "Sets the position of the navigation menu to fixed when scrolling down", + "version": 0.1, + "author": "Marco Heizmann", + "url": "https://github.com/oyox/FreshRSS-extensions", + "type": "gh-subdirectory" + }, + { + "name": "KeepFolderState", + "description": "Stores the state of the folders locally and expand them automatically if necessary", + "version": 0.1, + "author": "Marco Heizmann", + "url": "https://github.com/oyox/FreshRSS-extensions", + "type": "gh-subdirectory" + }, + { + "name": "MobileScrollMenu", + "description": "Automatically hides the header menu on mobile phones, when scrolling down and shows it when scrolling up", + "version": 0.2, + "author": "Marco Heizmann", + "url": "https://github.com/oyox/FreshRSS-extensions", + "type": "gh-subdirectory" + }, + { + "name": "SmartMobileMenu", + "description": "Minimizes the required button space and groups buttons", + "version": 0.1, + "author": "Marco Heizmann", + "url": "https://github.com/oyox/FreshRSS-extensions", + "type": "gh-subdirectory" + }, + { + "name": "TouchControl", + "description": "Add touch gestures to FreshRSS", + "version": 0.2, + "author": "Marco Heizmann", + "url": "https://github.com/oyox/FreshRSS-extensions", + "type": "gh-subdirectory" + }, + { + "name": "AutoRefresh", + "description": "Automatically refreshes the RSS feed when there is no activity", + "version": 1.0, + "author": "Essa AlAwadi", + "url": "https://github.com/Eisa01/FreshRSS---Auto-Refresh-Extension", + "type": "gh-subdirectory" + }, + { + "name": "RedditImage", + "description": "Replace the link to the Reddit topic with the link to the resource", + "version": 0.1, + "author": "Alexis Degrugillier", + "url": "https://github.com/aledeg/FreshRSS-extensions", + "type": "gh-subdirectory" } ] } \ No newline at end of file From dcddc3e80d2ad10bb9c4b1881d6dd7d0243a601b Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Sun, 3 Dec 2017 18:17:40 +0100 Subject: [PATCH 3/4] corrected Frenzies name --- extensions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions.json b/extensions.json index 8ef26ba..7631870 100644 --- a/extensions.json +++ b/extensions.json @@ -13,7 +13,7 @@ "name": "CustomJS", "description": "A FreshRSS extension which give ability to create user-specific Javascript rules to apply in addition of the actual theme", "version": 0.1, - "author": "₣rans de Jonge", + "author": "Frans de Jonge", "url": "https://github.com/FreshRSS/Extensions", "type": "gh-subdirectory" }, @@ -21,7 +21,7 @@ "name": "ImageProxy", "description": "No insecure content warnings or disappearing images on https sites", "version": 0.3, - "author": "₣rans de Jonge", + "author": "Frans de Jonge", "url": "https://github.com/FreshRSS/Extensions", "type": "gh-subdirectory" }, From 88e306aff03ded2f2978a3c2669f4ad569c15708 Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Tue, 5 Dec 2017 21:25:43 +0100 Subject: [PATCH 4/4] removed unstable TTRSS API for now --- extensions.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/extensions.json b/extensions.json index 7631870..0a3cc1a 100644 --- a/extensions.json +++ b/extensions.json @@ -33,14 +33,6 @@ "url": "https://github.com/FreshRSS/Extensions", "type": "gh-subdirectory" }, - { - "name": "TTRSS_API", - "description": "Provides an API compliant with TinyTinyRSS applications", - "version": 0.1, - "author": "Marien Fressinaud", - "url": "https://github.com/FreshRSS/Extensions", - "type": "gh-subdirectory" - }, { "name": "YouTube", "description": "Display videos from YouTube feeds inline",