<!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>feedgen.ext.dc — python-feedgen 0.6.1 documentation</title> <link rel="stylesheet" href="../_static/lernfunk.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../', VERSION: '0.6.1', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true, SOURCELINK_SUFFIX: '.txt' }; </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="index" title="Index" href="../genindex.html" /> <link rel="search" title="Search" href="../search.html" /> <link rel="next" title="feedgen.ext.podcast" href="api.ext.podcast.html" /> <link rel="prev" title="feedgen.ext.base" href="api.ext.base.html" /> </head> <body role="document"> <div class="header" role="banner"><h1 class="heading"><a href="../index.html"> <span>python-feedgen 0.6.1 documentation</span></a></h1> <h2 class="heading"><span>feedgen.ext.dc</span></h2> </div> <div class="topnav" role="navigation" aria-label="top navigation"> <p> «  <a href="api.ext.base.html">feedgen.ext.base</a>   ::   <a class="uplink" href="../index.html">Contents</a>   ::   <a href="api.ext.podcast.html">feedgen.ext.podcast</a>  » </p> </div> <div class="content"> <script type=application/javascript src=_static/theme_extras.js></script> <div class="apititle"><b>Contents</b></div> <div class="apitoc"></div><span class="target" id="module-feedgen.ext.dc"></span><div class="section" id="feedgen-ext-dc"> <h1>feedgen.ext.dc<a class="headerlink" href="#feedgen-ext-dc" title="Permalink to this headline">¶</a></h1> <p>Extends the FeedGenerator to add Dubline Core Elements to the feeds.</p> <p>Descriptions partly taken from <a class="reference external" href="http://dublincore.org/documents/dcmi-terms/#elements-coverage">http://dublincore.org/documents/dcmi-terms/#elements-coverage</a></p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">copyright:</th><td class="field-body">2013-2017, Lars Kiesow <<a class="reference external" href="mailto:lkiesow%40uos.de">lkiesow<span>@</span>uos<span>.</span>de</a>></td> </tr> <tr class="field-even field"><th class="field-name">license:</th><td class="field-body">FreeBSD and LGPL, see license.* for more details.</td> </tr> </tbody> </table> <dl class="class"> <dt id="feedgen.ext.dc.DcBaseExtension"> <em class="property">class </em><code class="descclassname">feedgen.ext.dc.</code><code class="descname">DcBaseExtension</code><a class="headerlink" href="#feedgen.ext.dc.DcBaseExtension" title="Permalink to this definition">¶</a></dt> <dd><p>Dublin Core Elements extension for podcasts.</p> <dl class="method"> <dt id="feedgen.ext.dc.DcBaseExtension.dc_contributor"> <code class="descname">dc_contributor</code><span class="sig-paren">(</span><em>contributor=None</em>, <em>replace=False</em><span class="sig-paren">)</span><a class="headerlink" href="#feedgen.ext.dc.DcBaseExtension.dc_contributor" title="Permalink to this definition">¶</a></dt> <dd><p>Get or set the dc:contributor which is an entity responsible for making contributions to the resource.</p> <p>For more information see: <a class="reference external" href="http://dublincore.org/documents/dcmi-terms/#elements-contributor">http://dublincore.org/documents/dcmi-terms/#elements-contributor</a></p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple"> <li><strong>contributor</strong> – Contributor or list of contributors.</li> <li><strong>replace</strong> – Replace alredy set contributors (deault: False).</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last">List of contributors.</p> </td> </tr> </tbody> </table> </dd></dl> <dl class="method"> <dt id="feedgen.ext.dc.DcBaseExtension.dc_coverage"> <code class="descname">dc_coverage</code><span class="sig-paren">(</span><em>coverage=None</em>, <em>replace=True</em><span class="sig-paren">)</span><a class="headerlink" href="#feedgen.ext.dc.DcBaseExtension.dc_coverage" title="Permalink to this definition">¶</a></dt> <dd><p>Get or set the dc:coverage which indicated the spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant.</p> <p>Spatial topic and spatial applicability may be a named place or a location specified by its geographic coordinates. Temporal topic may be a named period, date, or date range. A jurisdiction may be a named administrative entity or a geographic place to which the resource applies. Recommended best practice is to use a controlled vocabulary such as the Thesaurus of Geographic Names [TGN]. Where appropriate, named places or time periods can be used in preference to numeric identifiers such as sets of coordinates or date ranges.</p> <p>References: [TGN] <a class="reference external" href="http://www.getty.edu/research/tools/vocabulary/tgn/index.html">http://www.getty.edu/research/tools/vocabulary/tgn/index.html</a></p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple"> <li><strong>coverage</strong> – Coverage of the feed.</li> <li><strong>replace</strong> – Replace already set coverage (default: True).</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last">Coverage of the feed.</p> </td> </tr> </tbody> </table> </dd></dl> <dl class="method"> <dt id="feedgen.ext.dc.DcBaseExtension.dc_creator"> <code class="descname">dc_creator</code><span class="sig-paren">(</span><em>creator=None</em>, <em>replace=False</em><span class="sig-paren">)</span><a class="headerlink" href="#feedgen.ext.dc.DcBaseExtension.dc_creator" title="Permalink to this definition">¶</a></dt> <dd><p>Get or set the dc:creator which is an entity primarily responsible for making the resource.</p> <p>For more information see: <a class="reference external" href="http://dublincore.org/documents/dcmi-terms/#elements-creator">http://dublincore.org/documents/dcmi-terms/#elements-creator</a></p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple"> <li><strong>creator</strong> – Creator or list of creators.</li> <li><strong>replace</strong> – Replace alredy set creators (deault: False).</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last">List of creators.</p> </td> </tr> </tbody> </table> </dd></dl> <dl class="method"> <dt id="feedgen.ext.dc.DcBaseExtension.dc_date"> <code class="descname">dc_date</code><span class="sig-paren">(</span><em>date=None</em>, <em>replace=True</em><span class="sig-paren">)</span><a class="headerlink" href="#feedgen.ext.dc.DcBaseExtension.dc_date" title="Permalink to this definition">¶</a></dt> <dd><p>Get or set the dc:date which describes a point or period of time associated with an event in the lifecycle of the resource.</p> <p>For more information see: <a class="reference external" href="http://dublincore.org/documents/dcmi-terms/#elements-date">http://dublincore.org/documents/dcmi-terms/#elements-date</a></p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple"> <li><strong>date</strong> – Date or list of dates.</li> <li><strong>replace</strong> – Replace alredy set dates (deault: True).</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last">List of dates.</p> </td> </tr> </tbody> </table> </dd></dl> <dl class="method"> <dt id="feedgen.ext.dc.DcBaseExtension.dc_description"> <code class="descname">dc_description</code><span class="sig-paren">(</span><em>description=None</em>, <em>replace=True</em><span class="sig-paren">)</span><a class="headerlink" href="#feedgen.ext.dc.DcBaseExtension.dc_description" title="Permalink to this definition">¶</a></dt> <dd><p>Get or set the dc:description which is an account of the resource.</p> <p>For more information see: <a class="reference external" href="http://dublincore.org/documents/dcmi-terms/#elements-description">http://dublincore.org/documents/dcmi-terms/#elements-description</a></p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple"> <li><strong>description</strong> – Description or list of descriptions.</li> <li><strong>replace</strong> – Replace alredy set descriptions (deault: True).</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last">List of descriptions.</p> </td> </tr> </tbody> </table> </dd></dl> <dl class="method"> <dt id="feedgen.ext.dc.DcBaseExtension.dc_format"> <code class="descname">dc_format</code><span class="sig-paren">(</span><em>format=None</em>, <em>replace=True</em><span class="sig-paren">)</span><a class="headerlink" href="#feedgen.ext.dc.DcBaseExtension.dc_format" title="Permalink to this definition">¶</a></dt> <dd><p>Get or set the dc:format which describes the file format, physical medium, or dimensions of the resource.</p> <p>For more information see: <a class="reference external" href="http://dublincore.org/documents/dcmi-terms/#elements-format">http://dublincore.org/documents/dcmi-terms/#elements-format</a></p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple"> <li><strong>format</strong> – Format of the resource or list of formats.</li> <li><strong>replace</strong> – Replace alredy set format (deault: True).</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last">Format of the resource.</p> </td> </tr> </tbody> </table> </dd></dl> <dl class="method"> <dt id="feedgen.ext.dc.DcBaseExtension.dc_identifier"> <code class="descname">dc_identifier</code><span class="sig-paren">(</span><em>identifier=None</em>, <em>replace=True</em><span class="sig-paren">)</span><a class="headerlink" href="#feedgen.ext.dc.DcBaseExtension.dc_identifier" title="Permalink to this definition">¶</a></dt> <dd><p>Get or set the dc:identifier which should be an unambiguous reference to the resource within a given context.</p> <p>For more inidentifierion see: <a class="reference external" href="http://dublincore.org/documents/dcmi-terms/#elements-identifier">http://dublincore.org/documents/dcmi-terms/#elements-identifier</a></p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple"> <li><strong>identifier</strong> – Identifier of the resource or list of identifiers.</li> <li><strong>replace</strong> – Replace alredy set identifier (deault: True).</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last">Identifiers of the resource.</p> </td> </tr> </tbody> </table> </dd></dl> <dl class="method"> <dt id="feedgen.ext.dc.DcBaseExtension.dc_language"> <code class="descname">dc_language</code><span class="sig-paren">(</span><em>language=None</em>, <em>replace=True</em><span class="sig-paren">)</span><a class="headerlink" href="#feedgen.ext.dc.DcBaseExtension.dc_language" title="Permalink to this definition">¶</a></dt> <dd><p>Get or set the dc:language which describes a language of the resource.</p> <p>For more information see: <a class="reference external" href="http://dublincore.org/documents/dcmi-terms/#elements-language">http://dublincore.org/documents/dcmi-terms/#elements-language</a></p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple"> <li><strong>language</strong> – Language or list of languages.</li> <li><strong>replace</strong> – Replace alredy set languages (deault: True).</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last">List of languages.</p> </td> </tr> </tbody> </table> </dd></dl> <dl class="method"> <dt id="feedgen.ext.dc.DcBaseExtension.dc_publisher"> <code class="descname">dc_publisher</code><span class="sig-paren">(</span><em>publisher=None</em>, <em>replace=False</em><span class="sig-paren">)</span><a class="headerlink" href="#feedgen.ext.dc.DcBaseExtension.dc_publisher" title="Permalink to this definition">¶</a></dt> <dd><p>Get or set the dc:publisher which is an entity responsible for making the resource available.</p> <p>For more information see: <a class="reference external" href="http://dublincore.org/documents/dcmi-terms/#elements-publisher">http://dublincore.org/documents/dcmi-terms/#elements-publisher</a></p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple"> <li><strong>publisher</strong> – Publisher or list of publishers.</li> <li><strong>replace</strong> – Replace alredy set publishers (deault: False).</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last">List of publishers.</p> </td> </tr> </tbody> </table> </dd></dl> <dl class="method"> <dt id="feedgen.ext.dc.DcBaseExtension.dc_relation"> <code class="descname">dc_relation</code><span class="sig-paren">(</span><em>relation=None</em>, <em>replace=False</em><span class="sig-paren">)</span><a class="headerlink" href="#feedgen.ext.dc.DcBaseExtension.dc_relation" title="Permalink to this definition">¶</a></dt> <dd><p>Get or set the dc:relation which describes a related ressource.</p> <p>For more information see: <a class="reference external" href="http://dublincore.org/documents/dcmi-terms/#elements-relation">http://dublincore.org/documents/dcmi-terms/#elements-relation</a></p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple"> <li><strong>relation</strong> – Relation or list of relations.</li> <li><strong>replace</strong> – Replace alredy set relations (deault: False).</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last">List of relations.</p> </td> </tr> </tbody> </table> </dd></dl> <dl class="method"> <dt id="feedgen.ext.dc.DcBaseExtension.dc_rights"> <code class="descname">dc_rights</code><span class="sig-paren">(</span><em>rights=None</em>, <em>replace=False</em><span class="sig-paren">)</span><a class="headerlink" href="#feedgen.ext.dc.DcBaseExtension.dc_rights" title="Permalink to this definition">¶</a></dt> <dd><p>Get or set the dc:rights which may contain information about rights held in and over the resource.</p> <p>For more information see: <a class="reference external" href="http://dublincore.org/documents/dcmi-terms/#elements-rights">http://dublincore.org/documents/dcmi-terms/#elements-rights</a></p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple"> <li><strong>rights</strong> – Rights information or list of rights information.</li> <li><strong>replace</strong> – Replace alredy set rightss (deault: False).</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last">List of rights information.</p> </td> </tr> </tbody> </table> </dd></dl> <dl class="method"> <dt id="feedgen.ext.dc.DcBaseExtension.dc_source"> <code class="descname">dc_source</code><span class="sig-paren">(</span><em>source=None</em>, <em>replace=False</em><span class="sig-paren">)</span><a class="headerlink" href="#feedgen.ext.dc.DcBaseExtension.dc_source" title="Permalink to this definition">¶</a></dt> <dd><p>Get or set the dc:source which is a related resource from which the described resource is derived.</p> <p>The described resource may be derived from the related resource in whole or in part. Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system.</p> <p>For more information see: <a class="reference external" href="http://dublincore.org/documents/dcmi-terms/#elements-source">http://dublincore.org/documents/dcmi-terms/#elements-source</a></p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple"> <li><strong>source</strong> – Source or list of sources.</li> <li><strong>replace</strong> – Replace alredy set sources (deault: False).</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last">List of sources.</p> </td> </tr> </tbody> </table> </dd></dl> <dl class="method"> <dt id="feedgen.ext.dc.DcBaseExtension.dc_subject"> <code class="descname">dc_subject</code><span class="sig-paren">(</span><em>subject=None</em>, <em>replace=False</em><span class="sig-paren">)</span><a class="headerlink" href="#feedgen.ext.dc.DcBaseExtension.dc_subject" title="Permalink to this definition">¶</a></dt> <dd><p>Get or set the dc:subject which describes the topic of the resource.</p> <p>For more information see: <a class="reference external" href="http://dublincore.org/documents/dcmi-terms/#elements-subject">http://dublincore.org/documents/dcmi-terms/#elements-subject</a></p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple"> <li><strong>subject</strong> – Subject or list of subjects.</li> <li><strong>replace</strong> – Replace alredy set subjects (deault: False).</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last">List of subjects.</p> </td> </tr> </tbody> </table> </dd></dl> <dl class="method"> <dt id="feedgen.ext.dc.DcBaseExtension.dc_title"> <code class="descname">dc_title</code><span class="sig-paren">(</span><em>title=None</em>, <em>replace=True</em><span class="sig-paren">)</span><a class="headerlink" href="#feedgen.ext.dc.DcBaseExtension.dc_title" title="Permalink to this definition">¶</a></dt> <dd><p>Get or set the dc:title which is a name given to the resource.</p> <p>For more information see: <a class="reference external" href="http://dublincore.org/documents/dcmi-terms/#elements-title">http://dublincore.org/documents/dcmi-terms/#elements-title</a></p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple"> <li><strong>title</strong> – Title or list of titles.</li> <li><strong>replace</strong> – Replace alredy set titles (deault: False).</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last">List of titles.</p> </td> </tr> </tbody> </table> </dd></dl> <dl class="method"> <dt id="feedgen.ext.dc.DcBaseExtension.dc_type"> <code class="descname">dc_type</code><span class="sig-paren">(</span><em>type=None</em>, <em>replace=False</em><span class="sig-paren">)</span><a class="headerlink" href="#feedgen.ext.dc.DcBaseExtension.dc_type" title="Permalink to this definition">¶</a></dt> <dd><p>Get or set the dc:type which describes the nature or genre of the resource.</p> <p>For more information see: <a class="reference external" href="http://dublincore.org/documents/dcmi-terms/#elements-type">http://dublincore.org/documents/dcmi-terms/#elements-type</a></p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple"> <li><strong>type</strong> – Type or list of types.</li> <li><strong>replace</strong> – Replace alredy set types (deault: False).</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last">List of types.</p> </td> </tr> </tbody> </table> </dd></dl> <dl class="method"> <dt id="feedgen.ext.dc.DcBaseExtension.extend_atom"> <code class="descname">extend_atom</code><span class="sig-paren">(</span><em>atom_feed</em><span class="sig-paren">)</span><a class="headerlink" href="#feedgen.ext.dc.DcBaseExtension.extend_atom" title="Permalink to this definition">¶</a></dt> <dd><p>Extend an Atom feed with the set DC fields.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>atom_feed</strong> – The feed root element</td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">The feed root element</td> </tr> </tbody> </table> </dd></dl> <dl class="method"> <dt id="feedgen.ext.dc.DcBaseExtension.extend_rss"> <code class="descname">extend_rss</code><span class="sig-paren">(</span><em>rss_feed</em><span class="sig-paren">)</span><a class="headerlink" href="#feedgen.ext.dc.DcBaseExtension.extend_rss" title="Permalink to this definition">¶</a></dt> <dd><p>Extend a RSS feed with the set DC fields.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>rss_feed</strong> – The feed root element</td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">The feed root element.</td> </tr> </tbody> </table> </dd></dl> </dd></dl> <dl class="class"> <dt id="feedgen.ext.dc.DcEntryExtension"> <em class="property">class </em><code class="descclassname">feedgen.ext.dc.</code><code class="descname">DcEntryExtension</code><a class="headerlink" href="#feedgen.ext.dc.DcEntryExtension" title="Permalink to this definition">¶</a></dt> <dd><p>Dublin Core Elements extension for podcasts.</p> <dl class="method"> <dt id="feedgen.ext.dc.DcEntryExtension.extend_atom"> <code class="descname">extend_atom</code><span class="sig-paren">(</span><em>entry</em><span class="sig-paren">)</span><a class="headerlink" href="#feedgen.ext.dc.DcEntryExtension.extend_atom" title="Permalink to this definition">¶</a></dt> <dd><p>Add dc elements to an atom item. Alters the item itself.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>entry</strong> – An atom entry element.</td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">The entry element.</td> </tr> </tbody> </table> </dd></dl> <dl class="method"> <dt id="feedgen.ext.dc.DcEntryExtension.extend_rss"> <code class="descname">extend_rss</code><span class="sig-paren">(</span><em>item</em><span class="sig-paren">)</span><a class="headerlink" href="#feedgen.ext.dc.DcEntryExtension.extend_rss" title="Permalink to this definition">¶</a></dt> <dd><p>Add dc elements to a RSS item. Alters the item itself.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>item</strong> – A RSS item element.</td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">The item element.</td> </tr> </tbody> </table> </dd></dl> </dd></dl> <dl class="class"> <dt id="feedgen.ext.dc.DcExtension"> <em class="property">class </em><code class="descclassname">feedgen.ext.dc.</code><code class="descname">DcExtension</code><a class="headerlink" href="#feedgen.ext.dc.DcExtension" title="Permalink to this definition">¶</a></dt> <dd><p>Dublin Core Elements extension for podcasts.</p> </dd></dl> </div> </div> <div class="bottomnav" role="navigation" aria-label="bottom navigation"> <p> «  <a href="api.ext.base.html">feedgen.ext.base</a>   ::   <a class="uplink" href="../index.html">Contents</a>   ::   <a href="api.ext.podcast.html">feedgen.ext.podcast</a>  » </p> </div> <div class="footer" role="contentinfo"> © Copyright 2013-2016, Lars Kiesow. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.2. </div> </body> </html>