Skip to content

Commit f109c56

Browse files
authored
Proper RSS default config (#1098)
working config for RSS feed that fits majority of users
1 parent adc0e16 commit f109c56

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

application/config.json.template

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,12 @@
107107
"rssConfig": {
108108
"feeds": [
109109
{
110-
"url": "<rss_feed_url>",
111-
"targetChannelPattern": "<target_channel_pattern>",
112-
"dateFormatterPattern": "EEE, dd MMM yyyy HH:mm:ss zzz"
110+
"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",
111+
"targetChannelPattern": "java-news-and-changes",
112+
"dateFormatterPattern": "yyyy-MM-dd'T'HH:mm:ssX"
113113
}
114114
],
115-
"fallbackChannelPattern": "<fallback_channel_pattern>",
115+
"fallbackChannelPattern": "java-news-and-changes",
116116
"pollIntervalInMinutes": 10
117117
},
118118
"memberCountCategoryPattern": "Info"

0 commit comments

Comments
 (0)