reference-feed-contributors.rst 859 B

1234567891011121314151617181920212223242526272829303132333435
  1. :py:attr:`feed.contributors`
  2. ============================
  3. A list of contributors (secondary authors) to this feed.
  4. :py:attr:`feed.contributors[i].name`
  5. ------------------------------------
  6. The name of this contributor.
  7. .. _reference.feed.contributors.href:
  8. :py:attr:`feed.contributors[i].href`
  9. ------------------------------------
  10. The :abbr:`URL (Uniform Resource Locator)` of this contributor. This can be
  11. the contributor's home page, or a contact page with a webmail form.
  12. If this is a relative :abbr:`URI (Uniform Resource Identifier)`, it is
  13. :ref:`resolved according to a set of rules <advanced.base>`.
  14. :py:attr:`feed.contributors[i].email`
  15. -------------------------------------
  16. The email address of this contributor.
  17. .. rubric:: Comes from
  18. * /atom03:feed/atom03:contributor
  19. * /atom10:feed/atom10:contributor
  20. * /rss/channel/dc:contributor