| 1234567891011121314151617181920212223242526272829303132333435 |
- :py:attr:`feed.contributors`
- ============================
- A list of contributors (secondary authors) to this feed.
- :py:attr:`feed.contributors[i].name`
- ------------------------------------
- The name of this contributor.
- .. _reference.feed.contributors.href:
- :py:attr:`feed.contributors[i].href`
- ------------------------------------
- The :abbr:`URL (Uniform Resource Locator)` of this contributor. This can be
- the contributor's home page, or a contact page with a webmail form.
- If this is a relative :abbr:`URI (Uniform Resource Identifier)`, it is
- :ref:`resolved according to a set of rules <advanced.base>`.
- :py:attr:`feed.contributors[i].email`
- -------------------------------------
- The email address of this contributor.
- .. rubric:: Comes from
- * /atom03:feed/atom03:contributor
- * /atom10:feed/atom10:contributor
- * /rss/channel/dc:contributor
|