Sophie

Sophie

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

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>RSS 2.0 &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="Annotated Examples" href="annotated-examples.html" />
    <link rel="next" title="RSS 2.0 with Namespaces" href="annotated-rss20-dc.html" />
    <link rel="prev" title="Atom 0.3" href="annotated-atom03.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="annotated-rss20-dc.html" title="RSS 2.0 with Namespaces"
             accesskey="N">next</a> |</li>
        <li class="right" >
          <a href="annotated-atom03.html" title="Atom 0.3"
             accesskey="P">previous</a> |</li>
        <li><a href="index.html">feedparser 5.1.3 documentation</a> &raquo;</li>
          <li><a href="annotated-examples.html" accesskey="U">Annotated Examples</a> &raquo;</li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <div class="section" id="rss-2-0">
<span id="annotated-rss20"></span><h1><abbr title="Rich Site Summary">RSS</abbr> 2.0<a class="headerlink" href="#rss-2-0" title="Permalink to this headline">ΒΆ</a></h1>
<p>This is a sample <abbr title="Rich Site Summary">RSS</abbr> 2.0 feed, annotated with links
that show how each value can be accessed once the feed is parsed.</p>
<div class="admonition caution">
<p class="first admonition-title">Caution</p>
<p class="last">Even though many of these elements are required according to the specification,
real-world feeds may be missing any element. If an element is not present in
the feed, it will not be present in the parsed results. You should not rely on
any particular element being present.</p>
</div>
<p class="rubric">Annotated <abbr title="Rich Site Summary">RSS</abbr> 2.0 feed</p>
<div class="pre container">
&lt;?xml version=&#8221;1.0&#8221; encoding=&#8221;<a class="reference internal" href="reference-encoding.html#reference-encoding"><em>utf-8</em></a>&#8221;?&gt;
&lt;rss version=&#8221;<a class="reference internal" href="reference-version.html#reference-version"><em>2.0</em></a>&#8220;&gt;
&lt;channel&gt;
&lt;title&gt;<a class="reference internal" href="reference-feed-title.html#reference-feed-title"><em>Sample Feed</em></a>&lt;/title&gt;
&lt;description&gt;<a class="reference internal" href="reference-feed-subtitle.html#reference-feed-subtitle"><em>For documentation &amp;lt;em&amp;gt;only&amp;lt;/em&amp;gt;</em></a>&lt;/description&gt;
&lt;link&gt;<a class="reference internal" href="reference-feed-link.html#reference-feed-link"><em>http://example.org/</em></a>&lt;/link&gt;
&lt;language&gt;<a class="reference internal" href="reference-feed-language.html#reference-feed-language"><em>en</em></a>&lt;/language&gt;
&lt;copyright&gt;<a class="reference internal" href="reference-feed-rights.html#reference-feed-rights"><em>Copyright 2004, Mark Pilgrim</em></a>&lt;/copyright&gt;
&lt;managingEditor&gt;<a class="reference internal" href="reference-feed-author.html#reference-feed-author"><em>editor&#64;example.org</em></a>&lt;/managingEditor&gt;
&lt;webMaster&gt;<a class="reference internal" href="reference-feed-publisher.html#reference-feed-publisher"><em>webmaster&#64;example.org</em></a>&lt;/webMaster&gt;
&lt;pubDate&gt;<a class="reference internal" href="reference-feed-published.html#reference-feed-published"><em>Sat, 07 Sep 2002 0:00:01 GMT</em></a>&lt;/pubDate&gt;
&lt;category&gt;<a class="reference internal" href="reference-feed-tags.html#reference-feed-tags-term"><em>Examples</em></a>&lt;/category&gt;
&lt;generator&gt;<a class="reference internal" href="reference-feed-generator.html#reference-feed-generator"><em>Sample Toolkit</em></a>&lt;/generator&gt;
&lt;docs&gt;<a class="reference internal" href="reference-feed-docs.html#reference-feed-docs"><em>http://feedvalidator.org/docs/rss2.html</em></a>&lt;/docs&gt;
&lt;cloud domain=&#8221;<a class="reference internal" href="reference-feed-cloud.html#reference-feed-cloud-domain"><em>rpc.example.com</em></a>&#8221;
port=&#8221;<a class="reference internal" href="reference-feed-cloud.html#reference-feed-cloud-port"><em>80</em></a>&#8221;
path=&#8221;<a class="reference internal" href="reference-feed-cloud.html#reference-feed-cloud-path"><em>/RPC2</em></a>&#8221;
registerProcedure=&#8221;<a class="reference internal" href="reference-feed-cloud.html#reference-feed-cloud-registerprocedure"><em>pingMe</em></a>&#8221;
protocol=&#8221;<a class="reference internal" href="reference-feed-cloud.html#reference-feed-cloud-protocol"><em>soap</em></a>&#8220;/&gt;
&lt;ttl&gt;<a class="reference internal" href="reference-feed-ttl.html#reference-feed-ttl"><em>60</em></a>&lt;/ttl&gt;
&lt;image&gt;
&lt;url&gt;<a class="reference internal" href="reference-feed-image.html#reference-feed-image-href"><em>http://example.org/banner.png</em></a>&lt;/url&gt;
&lt;title&gt;<a class="reference internal" href="reference-feed-image.html#reference-feed-image-title"><em>Example banner</em></a>&lt;/title&gt;
&lt;link&gt;<a class="reference internal" href="reference-feed-image.html#reference-feed-image-link"><em>http://example.org/</em></a>&lt;/link&gt;
&lt;width&gt;<a class="reference internal" href="reference-feed-image.html#reference-feed-image-width"><em>80</em></a>&lt;/width&gt;
&lt;height&gt;<a class="reference internal" href="reference-feed-image.html#reference-feed-image-height"><em>15</em></a>&lt;/height&gt;
&lt;/image&gt;
&lt;textInput&gt;
&lt;title&gt;<a class="reference internal" href="reference-feed-textinput.html#reference-feed-textinput-title"><em>Search</em></a>&lt;/title&gt;
&lt;description&gt;<a class="reference internal" href="reference-feed-textinput.html#reference-feed-textinput-description"><em>Search this site:</em></a>&lt;/description&gt;
&lt;name&gt;<a class="reference internal" href="reference-feed-textinput.html#reference-feed-textinput-name"><em>q</em></a>&lt;/name&gt;
&lt;link&gt;<a class="reference internal" href="reference-feed-textinput.html#reference-feed-textinput-link"><em>http://example.org/mt/mt-search.cgi</em></a>&lt;/link&gt;
&lt;/textInput&gt;
&lt;item&gt;
&lt;title&gt;<a class="reference internal" href="reference-entry-title.html#reference-entry-title"><em>First item title</em></a>&lt;/title&gt;
&lt;link&gt;<a class="reference internal" href="reference-entry-link.html#reference-entry-link"><em>http://example.org/item/1</em></a>&lt;/link&gt;
&lt;description&gt;<a class="reference internal" href="reference-entry-summary.html#reference-entry-summary"><em>Watch out for
&amp;lt;span style=&#8221;background: url(javascript:window.location=&#8217;http://example.org/&#8217;)&#8221;&amp;gt;
nasty tricks&amp;lt;/span&amp;gt;</em></a>
&lt;/description&gt;
&lt;author&gt;<a class="reference internal" href="reference-entry-author.html#reference-entry-author"><em>mark&#64;example.org</em></a>&lt;/author&gt;
&lt;category&gt;<a class="reference internal" href="reference-entry-tags.html#reference-entry-tags-term"><em>Miscellaneous</em></a>&lt;/category&gt;
&lt;comments&gt;<a class="reference internal" href="reference-entry-comments.html#reference-entry-comments"><em>http://example.org/comments/1</em></a>&lt;/comments&gt;
&lt;enclosure url=&#8221;<a class="reference internal" href="reference-entry-enclosures.html#reference-entry-enclosures-href"><em>http://example.org/audio/demo.mp3</em></a>&#8221; length=&#8221;<a class="reference internal" href="reference-entry-enclosures.html#reference-entry-enclosures-length"><em>1069871</em></a>&#8221; type=&#8221;<a class="reference internal" href="reference-entry-enclosures.html#reference-entry-enclosures-type"><em>audio/mpeg</em></a>&#8220;/&gt;
&lt;guid&gt;<a class="reference internal" href="reference-entry-id.html#reference-entry-id"><em>http://example.org/guid/1</em></a>&lt;/guid&gt;
&lt;pubDate&gt;<a class="reference internal" href="reference-entry-published.html#reference-entry-published"><em>Thu, 05 Sep 2002 0:00:01 GMT</em></a>&lt;/pubDate&gt;
&lt;/item&gt;
&lt;/channel&gt;
&lt;/rss&gt;</div>
</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar">
        <div class="sphinxsidebarwrapper">
  <h4>Previous topic</h4>
  <p class="topless"><a href="annotated-atom03.html"
                        title="previous chapter">Atom 0.3</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="annotated-rss20-dc.html"
                        title="next chapter">RSS 2.0 with Namespaces</a></p>
  <h3>This Page</h3>
  <ul class="this-page-menu">
    <li><a href="_sources/annotated-rss20.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="annotated-rss20-dc.html" title="RSS 2.0 with Namespaces"
             >next</a> |</li>
        <li class="right" >
          <a href="annotated-atom03.html" title="Atom 0.3"
             >previous</a> |</li>
        <li><a href="index.html">feedparser 5.1.3 documentation</a> &raquo;</li>
          <li><a href="annotated-examples.html" >Annotated Examples</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>