reference-entry-author_detail.rst 1.2 KB

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