reference-feed-link.rst 842 B

1234567891011121314151617181920212223242526272829
  1. .. _reference.feed.link:
  2. :py:attr:`feed.link`
  3. ====================
  4. The :abbr:`URL (Uniform Resource Locator)` of the :abbr:`HTML (HyperText Markup
  5. Language)` page associated with this feed.
  6. For site feeds, this is probably the home page of the site. For category
  7. feeds, this is probably the category's archive page. For search feeds, this is
  8. probably the web page that displays the search results for the given search
  9. parameters.
  10. If this is a relative :abbr:`URI (Uniform Resource Identifier)`, it is
  11. :ref:`resolved according to a set of rules <advanced.base>`.
  12. .. rubric:: Comes from
  13. * /atom03:feed/atom03:link[@rel="alternate"]/@href
  14. * /atom10:feed/atom10:link[@rel="alternate"]/@href
  15. * /atom10:feed/atom10:link[not(@rel)]/@href
  16. * /rdf:RDF/rdf:channel/rdf:link
  17. * /rss/channel/link
  18. .. seealso::
  19. * :ref:`reference.feed.links`