Skip to content
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

More RSS Feed Options #1844

Open
forestpurnell opened this issue Aug 11, 2022 · 8 comments
Open

More RSS Feed Options #1844

forestpurnell opened this issue Aug 11, 2022 · 8 comments
Milestone

Comments

@forestpurnell
Copy link

Would anyone else be interested in more RSS feed options beyond that added in the 5.0 release? Currently the /gollum/feed/ only shows a list of the latest releases and changes in those releases. That's perfect for a software development wiki, but for my use case it would be great to have an RSS feed of each new article and the article contents. Let me know if you have any other ideas I might try to implement this.

@dometto
Copy link
Member

dometto commented Aug 11, 2022

I think this could be a nice additional feature, it could be activated through config.rb with something like:

wiki_options = {
  :rss => {
    :latest_changes => true, # This option should be enabled by default
    :new_pages => true, # This option should be false by default
  }
}

@dometto
Copy link
Member

dometto commented Aug 11, 2022

@oceanpenguin if you want to open a PR, we'd be happy to provide support if you run into anything!

@bartkamphorst
Copy link
Member

@oceanpenguin Still interested in working on a PR for improving gollum's RSS feed options? Would be a nice addition for the next major release.

@forestpurnell
Copy link
Author

forestpurnell commented Nov 23, 2022 via email

@dometto
Copy link
Member

dometto commented Nov 23, 2022

We hope to release 6.0 before the end of the year, but if you can work on this in January, we can always do a 6.1 release!

@bartkamphorst bartkamphorst added this to the 6.0 milestone Dec 22, 2022
@bartkamphorst
Copy link
Member

@oceanpenguin Any chance you'll have some time to work on this improvement to gollum's RSS handling over the summer?

@dometto
Copy link
Member

dometto commented Aug 28, 2023

Ping @oceanpenguin. We're behind with the 6.0 release but are looking to finalize it this week or next. It would be great to have this improvement in a 6.1 release as well, though!

@dometto
Copy link
Member

dometto commented Aug 31, 2023

Moving the milestone for this to 6.1

@dometto dometto modified the milestones: 6.0, 6.1 Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants