diff --git a/Examples/rss_feeds.txt b/Examples/rss_feeds.txt index ca8c6a6..d911fed 100755 --- a/Examples/rss_feeds.txt +++ b/Examples/rss_feeds.txt @@ -1,8 +1,12 @@ # RSS Feeds +# Add ?limit=X parameter to increase posts per feed (default: 20, max: 100) +# Higher limits = more content discovery, but longer processing time +# Performance tip: Start with limit=50, then increase to 100 if needed + # Tech & Homelab -https://fosstodon.org/tags/homelab.rss?limit=25 -https://fosstodon.org/tags/docker.rss?limit=25 +https://fosstodon.org/tags/homelab.rss?limit=25 # 25 posts/feed +https://fosstodon.org/tags/docker.rss?limit=50 # 50 posts/feed https://fosstodon.org/tags/matrix.rss?limit=25 https://fosstodon.org/tags/linux.rss?limit=25 https://fosstodon.org/tags/foss.rss?limit=25 @@ -38,4 +42,4 @@ https://mastodon.social/tags/cycling.rss?limit=25 https://chaos.social/tags/ccc.rss?limit=25 https://chaos.social/tags/republica.rss?limit=25 https://mastodon.social/tags/fediverse.rss?limit=25 -https://hachyderm.io/tags/sysadmin.rss?limit=25 \ No newline at end of file +https://hachyderm.io/tags/sysadmin.rss?limit=25 diff --git a/rss_feeds.example.txt b/rss_feeds.example.txt deleted file mode 100644 index d532f51..0000000 --- a/rss_feeds.example.txt +++ /dev/null @@ -1,17 +0,0 @@ -# Example RSS feeds - customize for your interests - -# Add ?limit=X parameter to increase posts per feed (default: 20, max: 100) -# Higher limits = more content discovery, but longer processing time -# Performance tip: Start with limit=50, then increase to 100 if needed - -# homelab (up to 100 posts per feed) -https://mastodon.social/tags/homelab.rss # 20 posts/feed (default) -https://fosstodon.org/tags/homelab.rss?limit=50 # 50 posts/feed - -# selfhosting (up to 100 posts per feed) -https://mastodon.social/tags/selfhosting.rss?limit=100 # 100 posts/feed -https://infosec.exchange/tags/selfhosting.rss?limit=100 # 100 posts/feed - -# docker (up to 100 posts per feed) -https://social.tchncs.de/tags/docker.rss?limit=100 # 100 posts/feed -https://fosstodon.org/tags/docker.rss?limit=100 # 100 posts/feed