reference-feed-author_detail.rst 1.1 KB

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