質問

I set up my blog using Django Zinnia. Zinnia includes a RSS feed module by default. I can access the feeds page by the URL mywebsite.com/blog/feeds. Right now the page is just the XML for a RSS feed. I am looking to make a page more like this: http://www.cnn.com/services/rss/. How would I get the URLs I need to copy to a feed reader? What about the Yahoo RSS reader buttons? Thanks!

役に立ちましたか?

解決

The feed URLs in Zinnia are visible here: urls/feeds.py.

To get the URL of the main feed this should do: {% url 'zinnia_entry_latest_feed' %}.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top