TODO: RSS feeds #11

Closed
opened 2024-01-03 23:41:59 +01:00 by speedie · 3 comments
Owner
No description provided.
Author
Owner

Why not add a @csgen.markAsFeed boolean, and a @csgen.includePage function that would allow RSS feeds to be generated on the fly based on the included pages.

Why not add a `@csgen.markAsFeed` boolean, and a `@csgen.includePage` function that would allow RSS feeds to be generated on the fly based on the included pages.
Author
Owner

Also need some way to automatically add posts from one page to the feed (e.g. blog post system). This could be done by adding something like @csgen.pageType<WebView>.begin, @csgen.pageType<WebView>.end, @csgen.pageType<XmlView>.begin and @csgen.pageType<XmlView>.end which would allow one page to contain both the data for the feed and the blog post list.

Also need some way to automatically add posts from one page to the feed (e.g. blog post system). This could be done by adding something like `@csgen.pageType<WebView>.begin`, `@csgen.pageType<WebView>.end`, `@csgen.pageType<XmlView>.begin` and `@csgen.pageType<XmlView>.end` which would allow one page to contain both the data for the feed and the blog post list.
Author
Owner

done ye

done ye
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: speedie/csgen#11
No description provided.