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

Add a RSS channel #155

Closed
ccab opened this issue Aug 27, 2015 · 8 comments
Closed

Add a RSS channel #155

ccab opened this issue Aug 27, 2015 · 8 comments

Comments

@ccab
Copy link
Contributor

ccab commented Aug 27, 2015

It could be interesting to add a channel in the frontend home page, so newcomers can see how to work with a new format

@JulienItard
Copy link
Contributor

👍

@bocharsky-bw
Copy link
Contributor

It would be interesting I think 👍

@ccab
Copy link
Contributor Author

ccab commented Sep 1, 2015

Ok I got the idea to create a new template called index.rss.twig and made the minimal changes in the controller, including _format parameter to keep things simple, IMO a third-party bundle over-complicate this feature

@voronkovich
Copy link
Contributor

@ccab, I think, you should create RssController

@javiereguiluz
Copy link
Member

A new controller seems a bit overkill ... although perhaps there are solid reasons for doing it.

@ccab
Copy link
Contributor Author

ccab commented Sep 1, 2015

@voronkovich in my initial PR I just want to provide the frontend home page in RSS and I don't like to change the controller so much, maybe in the future don't you think ?

@voronkovich
Copy link
Contributor

@ccab, @javiereguiluz, ok, let's wait for the PR

javiereguiluz added a commit that referenced this issue Jan 12, 2017
This PR was merged into the master branch.

Discussion
----------

Add a blog posts RSS channel

This try to implement a simple RSS channel accepted in #155 since Aug 2015.

Knowledge that brings:
* Custom XML extension to specify the format of the template (`index.xml.twig`).
* How to render a simple XML file.

Any suggestions would be welcome! ;)

Commits
-------

d7420d5 Moved the RSS link to the sidebar
cc8fe6b Minor tweaks
8a02a15 add rss title to link element
4e2c7db simplify the blog_rss route definition
254632c Minor tweaks in the translation strings
8a51859 add rss channel
@javiereguiluz
Copy link
Member

Closing it as fixed by #425.

sayjun0505 added a commit to sayjun0505/sym_proj that referenced this issue Apr 16, 2023
This PR was merged into the master branch.

Discussion
----------

Add a blog posts RSS channel

This try to implement a simple RSS channel accepted in symfony/demo#155 since Aug 2015.

Knowledge that brings:
* Custom XML extension to specify the format of the template (`index.xml.twig`).
* How to render a simple XML file.

Any suggestions would be welcome! ;)

Commits
-------

d7420d5 Moved the RSS link to the sidebar
cc8fe6b Minor tweaks
8a02a15 add rss title to link element
4e2c7db simplify the blog_rss route definition
254632c Minor tweaks in the translation strings
8a51859 add rss channel
mwhorse46 added a commit to mwhorse46/sym_proj that referenced this issue Apr 16, 2023
This PR was merged into the master branch.

Discussion
----------

Add a blog posts RSS channel

This try to implement a simple RSS channel accepted in symfony/demo#155 since Aug 2015.

Knowledge that brings:
* Custom XML extension to specify the format of the template (`index.xml.twig`).
* How to render a simple XML file.

Any suggestions would be welcome! ;)

Commits
-------

d7420d5 Moved the RSS link to the sidebar
cc8fe6b Minor tweaks
8a02a15 add rss title to link element
4e2c7db simplify the blog_rss route definition
254632c Minor tweaks in the translation strings
8a51859 add rss channel
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

5 participants