-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate the RSS feed. #224
Comments
I propose to change this link to
That way we can others if we want to later... |
@dlemmermann where exactly can I find the RSS link? There's no mention of it in page sources (in https://www.jfx-central.com/links), I could not find it using Google either. |
@FlorianKirmaier do we have a method to create a As the RSS String generation is available, we should be able to simply replace https://github.com/dlsc-software-consulting-gmbh/jfxcentral2/blob/develop/app/src/main/java/com/dlsc/jfxcentral2/app/JFXCentral2App.java#L282 Now:
Should be replaced with:
If this works, we could extend createRSS to generate feeds for links, components, tutorials, etc. |
Hi everyone, |
There is now a method provided by Frank Delporte to generate an RSS feed in the DataRepository2 class. The method generates a String. Maybe that needs to be saved to a file periodically, maybe we can always create it on-the-fly.
There is an RSS button in the LinksOfTheWeekHeader. That one needs to point to the feed.
The text was updated successfully, but these errors were encountered: