Added feed fetcher code from previous Wicket project, updated dependencies and made it compile. Web app runs and shows an empty page.

This commit is contained in:
2024-02-11 01:40:32 +01:00
parent d7f12f8e80
commit 3a23ac4503
54 changed files with 3787 additions and 119 deletions

View File

@@ -0,0 +1,13 @@
# Feed Parser implementation classes
#
WireFeedParser.classes=dev.rsems.syndication.rome.io.impl.RSS090Parser \
com.sun.syndication.io.impl.RSS091NetscapeParser \
com.sun.syndication.io.impl.RSS091UserlandParser \
com.sun.syndication.io.impl.RSS092Parser \
dev.rsems.syndication.rome.io.impl.RSS093Parser \
dev.rsems.syndication.rome.io.impl.RSS094Parser \
dev.rsems.syndication.rome.io.impl.RSS10Parser \
dev.rsems.syndication.rome.io.impl.RSS20wNSParser \
dev.rsems.syndication.rome.io.impl.RSS20Parser \
com.sun.syndication.io.impl.Atom10Parser \
com.sun.syndication.io.impl.Atom03Parser