From 18801ed0c02627e87639dc0848cab44dacc18be2 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Mon, 18 Apr 2022 06:51:50 -0500 Subject: Rebranded from 'ferdi' to 'ferdium' (companion changes for the main repo PR #2) --- recipes/tt-rss/README.md | 2 +- recipes/tt-rss/index.js | 2 +- recipes/tt-rss/package.json | 2 +- recipes/tt-rss/webview.js | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'recipes/tt-rss') diff --git a/recipes/tt-rss/README.md b/recipes/tt-rss/README.md index a6620e5..d0ef122 100644 --- a/recipes/tt-rss/README.md +++ b/recipes/tt-rss/README.md @@ -1,3 +1,3 @@ -# Tiny Tiny RSS for Ferdi +# Tiny Tiny RSS for Ferdium Support for [Tiny Tiny RSS](https://tt-rss.org/) diff --git a/recipes/tt-rss/index.js b/recipes/tt-rss/index.js index cd5b37c..3b384eb 100644 --- a/recipes/tt-rss/index.js +++ b/recipes/tt-rss/index.js @@ -1,3 +1,3 @@ "use strict"; -module.exports = Ferdi => Ferdi; +module.exports = Ferdium => Ferdium; diff --git a/recipes/tt-rss/package.json b/recipes/tt-rss/package.json index bcfa970..2b3a305 100644 --- a/recipes/tt-rss/package.json +++ b/recipes/tt-rss/package.json @@ -1,7 +1,7 @@ { "id": "tt-rss", "name": "Tiny Tiny RSS", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "config": { "hasCustomUrl": true diff --git a/recipes/tt-rss/webview.js b/recipes/tt-rss/webview.js index 1bb700a..3e3a0d3 100644 --- a/recipes/tt-rss/webview.js +++ b/recipes/tt-rss/webview.js @@ -1,6 +1,6 @@ "use strict"; -module.exports = Ferdi => { +module.exports = Ferdium => { const getMessages = function getMessages() { // Initialize empty vars var unread = 0; @@ -10,12 +10,12 @@ module.exports = Ferdi => { // Some logic to handle the match groups unread = match != null && match.length > 0 ? match[1] : 0; // Set unread msgs badge - Ferdi.setBadge(Number.parseInt(unread, 10)); + Ferdium.setBadge(Number.parseInt(unread, 10)); }; const loopFunc = () => { getMessages(); }; - Ferdi.loop(loopFunc); + Ferdium.loop(loopFunc); }; -- cgit v1.2.3-70-g09d2