reference-feed-publisher_detail.rst 996 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .. _reference.feed.publisher_detail:
  2. :py:attr:`feed.publisher_detail`
  3. ================================
  4. A dictionary with details about the feed publisher.
  5. :py:attr:`feed.publisher_detail.name`
  6. -------------------------------------
  7. The name of this feed's publisher.
  8. .. _reference.feed.publisher_detail.href:
  9. :py:attr:`feed.publisher_detail.href`
  10. -------------------------------------
  11. The :abbr:`URL (Uniform Resource Locator)` of this feed's publisher. This can
  12. be the publisher's home page, or a contact page with a webmail form.
  13. If this is a relative :abbr:`URI (Uniform Resource Identifier)`, it is
  14. :ref:`resolved according to a set of rules <advanced.base>`.
  15. :py:attr:`feed.publisher_detail.email`
  16. --------------------------------------
  17. The email address of this feed's publisher.
  18. .. rubric:: Comes from
  19. * /rdf:RDF/rdf:channel/dc:publisher
  20. * /rss/channel/dc:publisher
  21. * /rss/channel/itunes:owner
  22. * /rss/channel/webMaster
  23. .. seealso::
  24. * :ref:`reference.feed.publisher`