Added experimental about page, updated more Rome code, first preparations to adapt feed fetcher code

This commit is contained in:
2024-02-12 17:41:04 +01:00
parent 3a23ac4503
commit 87f05e6894
22 changed files with 1700 additions and 1484 deletions

View File

@@ -1,13 +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
WireFeedParser.classes=dev.rsems.rometools.rome.io.impl.RSS090Parser \
com.rometools.rome.io.impl.RSS091NetscapeParser \
com.rometools.rome.io.impl.RSS091UserlandParser \
com.rometools.rome.io.impl.RSS092Parser \
dev.rsems.rometools.rome.io.impl.RSS093Parser \
dev.rsems.rometools.rome.io.impl.RSS094Parser \
dev.rsems.rometools.rome.io.impl.RSS10Parser \
dev.rsems.rometools.rome.io.impl.RSS20wNSParser \
dev.rsems.rometools.rome.io.impl.RSS20Parser \
com.rometools.rome.io.impl.Atom10Parser \
com.rometools.rome.io.impl.Atom03Parser