reference-feed-info.rst 903 B

12345678910111213141516171819202122232425262728
  1. .. _reference.feed.info:
  2. :py:attr:`feed.info`
  3. ====================
  4. Free-form human-readable description of the feed format itself. Intended for
  5. people who view the feed in a browser, to explain what they just clicked on.
  6. This element is generally ignored by feed readers.
  7. If this contains :abbr:`HTML (HyperText Markup Language)` or :abbr:`XHTML
  8. (Extensible HyperText Markup Language)`, it is :ref:`sanitized
  9. <advanced.sanitization>` by default.
  10. If this contains :abbr:`HTML (HyperText Markup Language)` or :abbr:`XHTML
  11. (Extensible HyperText Markup Language)`, certain (X)HTML elements within this
  12. value may contain relative :abbr:`URI (Uniform Resource Identifier)`s. If so,
  13. they are :ref:`resolved according to a set of rules <advanced.base>`.
  14. .. rubric:: Comes from
  15. * /atom03:feed/atom03:info
  16. * /rss/channel/feedburner:browserFriendly
  17. .. seealso::
  18. * :ref:`reference.feed.info_detail`