diff --git a/_snippets/common-links.md b/_snippets/common-links.md index 731bc71..f0782e5 100644 --- a/_snippets/common-links.md +++ b/_snippets/common-links.md @@ -12,6 +12,7 @@ [linx]: /recipes/linx/ [mealie]: /recipes/mealie/ [mylar]: /recipes/autopirate/mylar/ +[miniflux]: /recipes/miniflux/ [nightscout]: /recipes/nightscout/ [nzbget]: /recipes/autopirate/nzbget/ [nzbhydra]: /recipes/autopirate/nzbhydra/ diff --git a/manuscript/images/rss.png b/manuscript/images/rss.png deleted file mode 100644 index 6db77a8..0000000 Binary files a/manuscript/images/rss.png and /dev/null differ diff --git a/manuscript/images/rssbridge.png b/manuscript/images/rssbridge.png index 7175df7..e317227 100644 Binary files a/manuscript/images/rssbridge.png and b/manuscript/images/rssbridge.png differ diff --git a/manuscript/recipes/rss-bridge.md b/manuscript/recipes/rss-bridge.md index 826feb1..94582cf 100644 --- a/manuscript/recipes/rss-bridge.md +++ b/manuscript/recipes/rss-bridge.md @@ -1,6 +1,7 @@ # RSS Bridge -[RSS-Bridge](https://github.com/RSS-Bridge/rss-bridge) is a PHP project capable of generating RSS and Atom feeds for websites that don't have one. It can be used on webservers or as a stand-alone application in CLI mode. You can deploy the service in different ways. Such as installing using PHP, Or you can setup using the Docker [Image](https://hub.docker.com/r/rssbridge/rss-bridge). + +Do you hate having to waste time looking for a specific post. [RSS-Bridge](https://github.com/RSS-Bridge/rss-bridge) can convert the busiest parts of the web into nice structured plaintext to help quickly find exactly what you are looking for. ![RSS Screenshot](../images/rssbridge.png) @@ -71,5 +72,6 @@ networks: Launch the RSS Bridge stack by running ```docker stack deploy rssbridge -c ``` [^1]: The inclusion of RSS Bridge was due to the efforts of Bencey in our [Discord server](http://chat.funkypenguin.co.nz). Thanks Ben!! +[^2]: This recipe goes well with an RSS reader such as [miniflux] --8<-- "recipe-footer.md"