reference-entry-publisher_detail.rst 1017 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .. _reference.entry.publisher_detail:
  2. :py:attr:`entries[i].publisher_detail`
  3. ======================================
  4. A dictionary with details about the entry publisher.
  5. :py:attr:`entries[i].publisher_detail.name`
  6. -------------------------------------------
  7. The name of this entry's publisher.
  8. .. _reference.entry.publisher_detail.href:
  9. :py:attr:`entries[i].publisher_detail.href`
  10. -------------------------------------------
  11. The :abbr:`URL (Uniform Resource Locator)` of this entry'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:`entries[i].publisher_detail.email`
  16. --------------------------------------------
  17. The email address of this entry's publisher.
  18. .. rubric:: Comes from
  19. * /rss/item/dc:publisher
  20. * /rss/item/itunes:owner
  21. * /rdf:RDF/rdf:item/dc:publisher
  22. .. seealso::
  23. * :ref:`reference.entry.publisher`