I want to know where is

 <link rel="alternate" type="application/rss+xml" title="RSS" href="/feeds/rss">

locates on the default skin? I search on base_content.html but not found this one. I missed somewhere?

Let me know.

asked 08 Jan '11, 15:10

haha's gravatar image

haha
7618
accept rate: 50%

edited 09 Jan '11, 05:39

rickross's gravatar image

rickross ♦♦
12.5k2914972


If you're trying to understand how the RSS feeds are produced, then you need to look in /forum/feed.py, and you will almost certainly need to refer to its base at django.contrib.syndication.feeds. There is no template, per se. The feeds are produced via the built-in Django mechanism, slighlty modified to OSQA's purpose.

link

answered 09 Jan '11, 05:34

rickross's gravatar image

rickross ♦♦
12.5k2914972
accept rate: 46%

Ok thanks rickross. I want add end slash to the href="/feeds/rss" /> to make it valid XHTML 1.0 Transitional

(09 Jan '11, 07:06) haha
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×23
×17
×16
×5

Asked: 08 Jan '11, 15:10

Seen: 455 times

Last updated: 09 Jan '11, 07:06

powered by OSQA