| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- .. _reference.feed.publisher_detail:
- :py:attr:`feed.publisher_detail`
- ================================
- A dictionary with details about the feed publisher.
- :py:attr:`feed.publisher_detail.name`
- -------------------------------------
- The name of this feed's publisher.
- .. _reference.feed.publisher_detail.href:
- :py:attr:`feed.publisher_detail.href`
- -------------------------------------
- The :abbr:`URL (Uniform Resource Locator)` of this feed's publisher. This can
- be the publisher'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.publisher_detail.email`
- --------------------------------------
- The email address of this feed's publisher.
- .. rubric:: Comes from
- * /rdf:RDF/rdf:channel/dc:publisher
- * /rss/channel/dc:publisher
- * /rss/channel/itunes:owner
- * /rss/channel/webMaster
- .. seealso::
- * :ref:`reference.feed.publisher`
|