Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 7e03e96dde1cbbdbc7cc96424cd9e059 > files > 353

python-feedparser-doc-5.1.3-3.fc18.noarch.rpm



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>feed.cloud &mdash; feedparser 5.1.3 documentation</title>
    
    <link rel="stylesheet" href="_static/default.css" type="text/css" />
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    <link rel="stylesheet" href="_static/feedparser.css" type="text/css" />
    
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    '',
        VERSION:     '5.1.3',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="_static/jquery.js"></script>
    <script type="text/javascript" src="_static/underscore.js"></script>
    <script type="text/javascript" src="_static/doctools.js"></script>
    <link rel="top" title="feedparser 5.1.3 documentation" href="index.html" />
    <link rel="up" title="Reference" href="reference.html" />
    <link rel="next" title="feed.contributors" href="reference-feed-contributors.html" />
    <link rel="prev" title="feed.author_detail" href="reference-feed-author_detail.html" /> 
  </head>
  <body>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="reference-feed-contributors.html" title="feed.contributors"
             accesskey="N">next</a> |</li>
        <li class="right" >
          <a href="reference-feed-author_detail.html" title="feed.author_detail"
             accesskey="P">previous</a> |</li>
        <li><a href="index.html">feedparser 5.1.3 documentation</a> &raquo;</li>
          <li><a href="reference.html" accesskey="U">Reference</a> &raquo;</li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <div class="section" id="feed-cloud">
<h1><tt class="xref py py-attr docutils literal"><span class="pre">feed.cloud</span></tt><a class="headerlink" href="#feed-cloud" title="Permalink to this headline">¶</a></h1>
<p>No one really knows what a cloud is.  It is vaguely documented in <cite>:abbr:`SOAP
(Simple Object Access Protocol)</cite> meets <abbr title="Rich Site Summary">RSS</abbr>
&lt;<a class="reference external" href="http://www.thetwowayweb.com/soapmeetsrss">http://www.thetwowayweb.com/soapmeetsrss</a>&gt;`_.</p>
<div class="section" id="feed-cloud-domain">
<span id="reference-feed-cloud-domain"></span><h2><tt class="xref py py-attr docutils literal"><span class="pre">feed.cloud.domain</span></tt><a class="headerlink" href="#feed-cloud-domain" title="Permalink to this headline">¶</a></h2>
<p>The domain of the cloud.  Should be just the domain name, not including the
<a class="reference external" href="http://">http://</a> protocol.  All clouds are presumed to operate over <abbr title="Hypertext Transfer Protocol">HTTP</abbr>.  The cloud specification does not support
secure clouds over <abbr>HTTPS</abbr>, nor can clouds operate over other protocols.</p>
</div>
<div class="section" id="feed-cloud-port">
<span id="reference-feed-cloud-port"></span><h2><tt class="xref py py-attr docutils literal"><span class="pre">feed.cloud.port</span></tt><a class="headerlink" href="#feed-cloud-port" title="Permalink to this headline">¶</a></h2>
<p>The port of the cloud.  Should be an integer, but <strong class="program">Universal Feed
Parser</strong> currently returns it as a string.</p>
</div>
<div class="section" id="feed-cloud-path">
<span id="reference-feed-cloud-path"></span><h2><tt class="xref py py-attr docutils literal"><span class="pre">feed.cloud.path</span></tt><a class="headerlink" href="#feed-cloud-path" title="Permalink to this headline">¶</a></h2>
<p>The <abbr title="Uniform Resource Locator">URL</abbr> path of the cloud.</p>
</div>
<div class="section" id="feed-cloud-registerprocedure">
<span id="reference-feed-cloud-registerprocedure"></span><h2><tt class="xref py py-attr docutils literal"><span class="pre">feed.cloud.registerProcedure</span></tt><a class="headerlink" href="#feed-cloud-registerprocedure" title="Permalink to this headline">¶</a></h2>
<p>The name of the procedure to call on the cloud.</p>
</div>
<div class="section" id="feed-cloud-protocol">
<span id="reference-feed-cloud-protocol"></span><h2><tt class="xref py py-attr docutils literal"><span class="pre">feed.cloud.protocol</span></tt><a class="headerlink" href="#feed-cloud-protocol" title="Permalink to this headline">¶</a></h2>
<p>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.</p>
<p>There is no way for a publisher to specify the version number of the protocol
to use.  soap refers to <abbr title="Simple Object Access Protocol">SOAP</abbr> 1.1; the
cloud interface does not support <abbr title="Simple Object Access Protocol">SOAP</abbr>
1.0 or 1.2.</p>
<p>post or http-post might also be acceptable values; nobody really knows for
sure.</p>
<p class="rubric">Comes from</p>
<ul class="simple">
<li>/rss/channel/cloud</li>
</ul>
</div>
</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar">
        <div class="sphinxsidebarwrapper">
  <h3><a href="index.html">Table Of Contents</a></h3>
  <ul>
<li><a class="reference internal" href="#"><tt class="docutils literal"><span class="pre">feed.cloud</span></tt></a><ul>
<li><a class="reference internal" href="#feed-cloud-domain"><tt class="docutils literal"><span class="pre">feed.cloud.domain</span></tt></a></li>
<li><a class="reference internal" href="#feed-cloud-port"><tt class="docutils literal"><span class="pre">feed.cloud.port</span></tt></a></li>
<li><a class="reference internal" href="#feed-cloud-path"><tt class="docutils literal"><span class="pre">feed.cloud.path</span></tt></a></li>
<li><a class="reference internal" href="#feed-cloud-registerprocedure"><tt class="docutils literal"><span class="pre">feed.cloud.registerProcedure</span></tt></a></li>
<li><a class="reference internal" href="#feed-cloud-protocol"><tt class="docutils literal"><span class="pre">feed.cloud.protocol</span></tt></a></li>
</ul>
</li>
</ul>

  <h4>Previous topic</h4>
  <p class="topless"><a href="reference-feed-author_detail.html"
                        title="previous chapter"><tt class="docutils literal docutils literal docutils literal"><span class="pre">feed.author_detail</span></tt></a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="reference-feed-contributors.html"
                        title="next chapter"><tt class="docutils literal"><span class="pre">feed.contributors</span></tt></a></p>
  <h3>This Page</h3>
  <ul class="this-page-menu">
    <li><a href="_sources/reference-feed-cloud.txt"
           rel="nofollow">Show Source</a></li>
  </ul>
<div id="searchbox" style="display: none">
  <h3>Quick search</h3>
    <form class="search" action="search.html" method="get">
      <input type="text" name="q" />
      <input type="submit" value="Go" />
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
    <p class="searchtip" style="font-size: 90%">
    Enter search terms or a module, class or function name.
    </p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="reference-feed-contributors.html" title="feed.contributors"
             >next</a> |</li>
        <li class="right" >
          <a href="reference-feed-author_detail.html" title="feed.author_detail"
             >previous</a> |</li>
        <li><a href="index.html">feedparser 5.1.3 documentation</a> &raquo;</li>
          <li><a href="reference.html" >Reference</a> &raquo;</li> 
      </ul>
    </div>
    <div class="footer">
        &copy; Copyright 2004-2008 Mark Pilgrim, 2010-2012 Kurt McKee.
      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
    </div>
  </body>
</html>