reference-feed-rights.rst 927 B

12345678910111213141516171819202122232425262728293031323334
  1. .. _reference.feed.rights:
  2. :py:attr:`feed.rights`
  3. ======================
  4. A human-readable copyright statement for 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. .. note::
  13. For machine-readable copyright information, see :ref:`reference.feed.license`.
  14. .. rubric:: Comes from
  15. * /atom03:feed/atom03:copyright
  16. * /atom10:feed/atom10:rights
  17. * /rdf:RDF/rdf:channel/dc:rights
  18. * /rss/channel/copyright
  19. * /rss/channel/dc:rights
  20. .. seealso::
  21. * :ref:`reference.feed.rights_detail`