Codrspace / codrspace

The blogging platform for coders.
http://codrspace.com
Other
35 stars 13 forks source link

Add RSS feeds #41

Open durden opened 12 years ago

durden commented 12 years ago

We should add a url to get an RSS feed for a user. We could also create a 'global' codrspace.com feed that takes the top up-voted posts (see #40) for the day and publish those in the global feed or something similar.

glenbot commented 12 years ago

We have RSS already, for at least the post list page. See: http://codrspace.com/glenbot/ It will show up as feed in your browser address bar if you use chrome or firefox. Are you suggesting we just add the link regardless on the post list page?

durden commented 12 years ago

Yea, for some reason my firefox in Ubuntu and chrome and firefox in Windows don't show the icon. I can get to it via /username/feed. I think we should just still add an rss icon at the top of the page next to the title or something.

On a related note, what happens if a user creates a slug of 'feed'? Will they no longer be able to get to their post since the rss url is later in the urlpatterns? I'm not sure of the matching order there.

glenbot commented 12 years ago

That's a good test. And ill find a place for a link.

szeitlin commented 9 years ago

I just want to vote up this issue and ask if anybody ever did anything about it?

durden commented 9 years ago

No, there hasn't been anything done about this. I think the best fix would just be to put a link at the top of the page somewhere instead of relying on the browser icon.