From e71e4cddcc57853c526ae3d4fe81cf8d8448e72e Mon Sep 17 00:00:00 2001 From: George Mandis Date: Sat, 10 Jan 2026 06:09:06 -0500 Subject: [PATCH] Removing Glitch (RIP) --- README.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/README.md b/README.md index 37a7dbb..bc3fcaf 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # 🦉 Bubo Reader -Bubo Reader is a hyper-minimalist feed reader (RSS, Atom, JSON) you can deploy on your own server, [Netlify](https://netlify.com) in a few steps or [Glitch](https://glitch.com) in even fewer steps! The goal of the project is to generate a webpage that shows a list of links from a collection of feeds organized by category and website. That's it. +Bubo Reader is a hyper-minimalist feed reader (RSS, Atom, JSON) you can deploy on your own server or [Netlify](https://netlify.com) in a few steps. The goal of the project is to generate a webpage that shows a list of links from a collection of feeds organized by category and website. That's it. It is named after this [silly robot owl](https://www.youtube.com/watch?v=MYSeCfo9-NI) from Clash of the Titans (1981). @@ -72,21 +72,9 @@ In practice, I've never _really_ run into an issue leaving `MAX_CONNECTIONS` set Getting Started -- [Deploying to Glitch](#glitch) - [Deploying to Netlify](#netlify) - [Keeping feeds updated](#updated) - - -## Deploying to Glitch - -The quickest way is to remix the project on Glitch: -[https://glitch.com/edit/#!/bubo-rss](https://glitch.com/edit/#!/bubo-rss) - -There is also a `glitch` branch on this repo if you'd prefer to start there. - -Just change some feeds in `./config/feeds.json` file and you're set! If you'd like to modify the style or the template you can changed `./public/style.css` file or the `./config/template.html` file respectively. - ## Deploying to Netlify @@ -120,7 +108,6 @@ If you already have a server running Linux and some command-line experience it m You can view live demos here: - [https://bubo-rss-demo.netlify.app/](https://bubo-rss-demo.netlify.app/) -- [http://bubo-rss.glitch.me/](http://bubo-rss.glitch.me/) ## Support