File: reference-feed-cloud.rst

package info (click to toggle)
feedparser 6.0.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,540 kB
  • sloc: xml: 11,459; python: 4,575; makefile: 7
file content (65 lines) | stat: -rw-r--r-- 1,844 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
:py:attr:`feed.cloud`
=====================

No one really knows what a cloud is.  It is vaguely documented in `:abbr:`SOAP
(Simple Object Access Protocol)` meets :abbr:`RSS (Rich Site Summary)`
<http://www.thetwowayweb.com/soapmeetsrss>`_.


.. _reference.feed.cloud.domain:

:py:attr:`feed.cloud.domain`
----------------------------

The domain of the cloud.  Should be just the domain name, not including the
http:// protocol.  All clouds are presumed to operate over :abbr:`HTTP
(Hypertext Transfer Protocol)`.  The cloud specification does not support
secure clouds over :abbr:`HTTPS`, nor can clouds operate over other protocols.


.. _reference.feed.cloud.port:

:py:attr:`feed.cloud.port`
--------------------------

The port of the cloud.  Should be an integer, but :program:`Universal Feed
Parser` currently returns it as a string.


.. _reference.feed.cloud.path:

:py:attr:`feed.cloud.path`
--------------------------

The :abbr:`URL (Uniform Resource Locator)` path of the cloud.


.. _reference.feed.cloud.registerProcedure:

:py:attr:`feed.cloud.registerProcedure`
---------------------------------------

The name of the procedure to call on the cloud.


.. _reference.feed.cloud.protocol:

:py:attr:`feed.cloud.protocol`
------------------------------

The protocol of the cloud.  Documentation differs on what the acceptable values
are.  Acceptable values definitely include xml-rpc and soap, although only in
lowercase, despite both being acronyms.

There is no way for a publisher to specify the version number of the protocol
to use.  soap refers to :abbr:`SOAP (Simple Object Access Protocol)` 1.1; the
cloud interface does not support :abbr:`SOAP (Simple Object Access Protocol)`
1.0 or 1.2.

post or http-post might also be acceptable values; nobody really knows for
sure.


.. rubric:: Comes from

* /rss/channel/cloud