discourse/plugins/discourse-rss-polling
David Taylor 88d4e242ea
DEV: Remove RouteTemplate wrapper (#35414)
Ember now has native support for route components, so we don't need the wrapper. This commit was generated automatically using `pnpm lint:js:fix && pnpm lint:prettier:fix`.
2025-10-27 15:38:00 +00:00
..
app DEV: Update rubocop-discourse to 3.13 and autofix issues (#35073) 2025-10-06 16:11:01 +02:00
assets DEV: Remove RouteTemplate wrapper (#35414) 2025-10-27 15:38:00 +00:00
config Update translations (#34804) 2025-09-15 10:47:22 +02:00
db/migrate DEV: avoid calling sidekiq in migration (#33957) 2025-07-30 11:57:04 +10:00
lib/discourse_rss_polling DEV: Normalize route and namespace setup in plugins (#34962) 2025-09-25 12:35:29 +02:00
spec DEV: Add client settled checks for system tests (#35230) 2025-10-10 11:03:18 +08:00
plugin.rb DEV: Remove obsolete register_svg_icon checks (#35067) 2025-09-30 15:51:44 +02:00
README.md

Discourse RSS Polling Build Status

Import RSS feeds from different sources into your Discourse.

Install

Add git clone https://github.com/discourse/discourse-rss-polling.git to the plugin section in your app.yml file. Please refer to Install Plugins in Discourse for installation instructions.

Documentation can be found at Configure the Discourse RSS Polling Plugin.