Are there any good RSS Feed generators that can pull info from another site?
Generator or reader?
I would need a reader. I would need to pull info from "https://business.lccmadison.org/Feed/rss/NewJobs.rss" and put it on my website.
Maybe SimpleFeeds? https://www.studionec.com/blog/simplefeeds-perch-plugin
Now I'm thinking I need a Generator.
To generate RSS from your own site? If so just create an RSS feed with Perch, Perch can edit an XML file in the same way it can edit HTML. There is an example in the Blog App.
Generator or reader?
I would need a reader. I would need to pull info from "https://business.lccmadison.org/Feed/rss/NewJobs.rss" and put it on my website.
Maybe SimpleFeeds? https://www.studionec.com/blog/simplefeeds-perch-plugin
Now I'm thinking I need a Generator.
To generate RSS from your own site? If so just create an RSS feed with Perch, Perch can edit an XML file in the same way it can edit HTML. There is an example in the Blog App.