-
Notifications
You must be signed in to change notification settings - Fork 5
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
RSS Enabled #7
Comments
gitweb already does this, is it really worth duplicating the effort? maybe merge them instead. (yes I know gitweb is pearl but it's a start.) in the interim, I wouldn't mind serving the same git repo using gitweb and smeagol at the same time using different servers/ports/urls. the smeagol view for the raw content, markdown nicely rendered to html, the gitweb view for all the meta such as commits. |
Gitweb may have the functionality already but I don't know how we could merge it into Smeagol. I don't think most people want to host Gitweb and Smeagol together. The aim of Smeagol is to have a simple, clean interface. Batching commits into a single RSS item would be more usable than the per-commit RSS items that are shown in Gitweb or the GitHub feed. Also, I would like to allow people to sign up for e-mail notification using a similar process. |
I'm using Smeagol for blogging. I edit my posts on the Gollum wiki then use Smeagol to create a customized site. Blog posts differ from other pages by using the date at the front of the page name, e.g. I have implemented this for the static generator, but not yet the server. I don't see much need for a git commit based RSS feed, but corrent me if I am wrong. And patches are of course welcome. |
Version 0.6.0 will have a post-based RSS feed. If someone needs an complete change feed that includes all pages, pull requests are welcome. It might be possible to write a custom template to do this, btw. No pull request required. |
Add an RSS feed based on updates to the Git repository. Group updates by day.
The text was updated successfully, but these errors were encountered: