Skip to content

Commit

Permalink
Proper RSS default config (Together-Java#1098)
Browse files Browse the repository at this point in the history
working config for RSS feed that fits majority of users
  • Loading branch information
Zabuzard authored Apr 22, 2024
1 parent adc0e16 commit f109c56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions application/config.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,12 @@
"rssConfig": {
"feeds": [
{
"url": "<rss_feed_url>",
"targetChannelPattern": "<target_channel_pattern>",
"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&amp;publicFeed=true",
"targetChannelPattern": "java-news-and-changes",
"dateFormatterPattern": "yyyy-MM-dd'T'HH:mm:ssX"
}
],
"fallbackChannelPattern": "<fallback_channel_pattern>",
"fallbackChannelPattern": "java-news-and-changes",
"pollIntervalInMinutes": 10
},
"memberCountCategoryPattern": "Info"
Expand Down

0 comments on commit f109c56

Please sign in to comment.