From f109c56ef6b4455bbce0bd71b429343a496eebfe Mon Sep 17 00:00:00 2001 From: Daniel Tischner Date: Mon, 22 Apr 2024 10:08:53 +0200 Subject: [PATCH] Proper RSS default config (#1098) working config for RSS feed that fits majority of users --- application/config.json.template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/application/config.json.template b/application/config.json.template index 3071633109..a1aec8f470 100644 --- a/application/config.json.template +++ b/application/config.json.template @@ -107,12 +107,12 @@ "rssConfig": { "feeds": [ { - "url": "", - "targetChannelPattern": "", - "dateFormatterPattern": "EEE, dd MMM yyyy HH:mm:ss zzz" + "url": "https://wiki.openjdk.org/spaces/createrssfeed.action?types=page&types=comment&types=blogpost&types=mail&types=attachment&spaces=JDKUpdates&maxResults=15&title=%5BJDK+Updates%5D+All+Content+Feed&publicFeed=true", + "targetChannelPattern": "java-news-and-changes", + "dateFormatterPattern": "yyyy-MM-dd'T'HH:mm:ssX" } ], - "fallbackChannelPattern": "", + "fallbackChannelPattern": "java-news-and-changes", "pollIntervalInMinutes": 10 }, "memberCountCategoryPattern": "Info"