reference-feed-subtitle.rst 939 B

12345678910111213141516171819202122232425262728293031
  1. .. _reference.feed.subtitle:
  2. :py:attr:`feed.subtitle`
  3. ========================
  4. A subtitle, tagline, slogan, or other short description of the feed.
  5. If this contains :abbr:`HTML (HyperText Markup Language)` or :abbr:`XHTML
  6. (Extensible HyperText Markup Language)`, it is :ref:`sanitized
  7. <advanced.sanitization>` by default.
  8. If this contains :abbr:`HTML (HyperText Markup Language)` or :abbr:`XHTML
  9. (Extensible HyperText Markup Language)`, certain (X)HTML elements within this
  10. value may contain relative :abbr:`URI (Uniform Resource Identifier)`s. If so,
  11. they are :ref:`resolved according to a set of rules <advanced.base>`.
  12. .. rubric:: Comes from
  13. * /atom03:feed/atom03:tagline
  14. * /atom10:feed/atom10:subtitle
  15. * /rdf:RDF/rdf:channel/dc:description
  16. * /rdf:RDF/rdf:channel/rdf:description
  17. * /rss/channel/dc:description
  18. * /rss/channel/description
  19. * /rss/channel/itunes:subtitle
  20. .. seealso::
  21. * :ref:`reference.feed.subtitle_detail`