<trclass="field-odd field"><thclass="field-name">copyright:</th><tdclass="field-body">2013, Lars Kiesow <<aclass="reference external"href="mailto:lkiesow%40uos.de">lkiesow<span>@</span>uos<span>.</span>de</a>></td>
</tr>
<trclass="field-even field"><thclass="field-name">license:</th><tdclass="field-body">FreeBSD and LGPL, see license.* for more details.</td>
</tr>
</tbody>
</table>
<dlclass="class">
<dtid="feedgen.ext.dc.DcBaseExtension">
<emclass="property">class </em><ttclass="descclassname">feedgen.ext.dc.</tt><ttclass="descname">DcBaseExtension</tt><aclass="headerlink"href="#feedgen.ext.dc.DcBaseExtension"title="Permalink to this definition">¶</a></dt>
<dd><p>Dublin Core Elements extension for podcasts.</p>
<ttclass="descname">dc_contributor</tt><big>(</big><em>contributor=None</em>, <em>replace=False</em><big>)</big><aclass="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
<ttclass="descname">dc_coverage</tt><big>(</big><em>coverage=None</em>, <em>replace=True</em><big>)</big><aclass="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
<ttclass="descname">dc_creator</tt><big>(</big><em>creator=None</em>, <em>replace=False</em><big>)</big><aclass="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
<li><strong>creator</strong>– Creator or list of creators.</li>
<li><strong>replace</strong>– Replace alredy set creators (deault: False).</li>
</ul>
</td>
</tr>
<trclass="field-even field"><thclass="field-name">Returns:</th><tdclass="field-body"><pclass="first last">List of creators.</p>
</td>
</tr>
</tbody>
</table>
</dd></dl>
<dlclass="method">
<dtid="feedgen.ext.dc.DcBaseExtension.dc_date">
<ttclass="descname">dc_date</tt><big>(</big><em>date=None</em>, <em>replace=True</em><big>)</big><aclass="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>
<ttclass="descname">dc_description</tt><big>(</big><em>description=None</em>, <em>replace=True</em><big>)</big><aclass="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>
<li><strong>description</strong>– Description or list of descriptions.</li>
<li><strong>replace</strong>– Replace alredy set descriptions (deault: True).</li>
</ul>
</td>
</tr>
<trclass="field-even field"><thclass="field-name">Returns:</th><tdclass="field-body"><pclass="first last">List of descriptions.</p>
</td>
</tr>
</tbody>
</table>
</dd></dl>
<dlclass="method">
<dtid="feedgen.ext.dc.DcBaseExtension.dc_format">
<ttclass="descname">dc_format</tt><big>(</big><em>format=None</em>, <em>replace=True</em><big>)</big><aclass="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
<ttclass="descname">dc_identifier</tt><big>(</big><em>identifier=None</em>, <em>replace=True</em><big>)</big><aclass="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
<ttclass="descname">dc_language</tt><big>(</big><em>language=None</em>, <em>replace=True</em><big>)</big><aclass="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>
<ttclass="descname">dc_publisher</tt><big>(</big><em>publisher=None</em>, <em>replace=False</em><big>)</big><aclass="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
<ttclass="descname">dc_relation</tt><big>(</big><em>relation=None</em>, <em>replace=False</em><big>)</big><aclass="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>
<li><strong>relation</strong>– Relation or list of relations.</li>
<li><strong>replace</strong>– Replace alredy set relations (deault: False).</li>
</ul>
</td>
</tr>
<trclass="field-even field"><thclass="field-name">Returns:</th><tdclass="field-body"><pclass="first last">List of relations.</p>
</td>
</tr>
</tbody>
</table>
</dd></dl>
<dlclass="method">
<dtid="feedgen.ext.dc.DcBaseExtension.dc_rights">
<ttclass="descname">dc_rights</tt><big>(</big><em>rights=None</em>, <em>replace=False</em><big>)</big><aclass="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
<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>
<trclass="field-even field"><thclass="field-name">Returns:</th><tdclass="field-body"><pclass="first last">List of rights information.</p>
</td>
</tr>
</tbody>
</table>
</dd></dl>
<dlclass="method">
<dtid="feedgen.ext.dc.DcBaseExtension.dc_source">
<ttclass="descname">dc_source</tt><big>(</big><em>source=None</em>, <em>replace=False</em><big>)</big><aclass="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>
<ttclass="descname">dc_subject</tt><big>(</big><em>subject=None</em>, <em>replace=False</em><big>)</big><aclass="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>
<li><strong>subject</strong>– Subject or list of subjects.</li>
<li><strong>replace</strong>– Replace alredy set subjects (deault: False).</li>
</ul>
</td>
</tr>
<trclass="field-even field"><thclass="field-name">Returns:</th><tdclass="field-body"><pclass="first last">List of subjects.</p>
</td>
</tr>
</tbody>
</table>
</dd></dl>
<dlclass="method">
<dtid="feedgen.ext.dc.DcBaseExtension.dc_title">
<ttclass="descname">dc_title</tt><big>(</big><em>title=None</em>, <em>replace=True</em><big>)</big><aclass="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>
<li><strong>title</strong>– Title or list of titles.</li>
<li><strong>replace</strong>– Replace alredy set titles (deault: False).</li>
</ul>
</td>
</tr>
<trclass="field-even field"><thclass="field-name">Returns:</th><tdclass="field-body"><pclass="first last">List of titles.</p>
</td>
</tr>
</tbody>
</table>
</dd></dl>
<dlclass="method">
<dtid="feedgen.ext.dc.DcBaseExtension.dc_type">
<ttclass="descname">dc_type</tt><big>(</big><em>type=None</em>, <em>replace=False</em><big>)</big><aclass="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
<ttclass="descname">extend_atom</tt><big>(</big><em>atom_feed</em><big>)</big><aclass="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>
<ttclass="descname">extend_rss</tt><big>(</big><em>rss_feed</em><big>)</big><aclass="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>
<emclass="property">class </em><ttclass="descclassname">feedgen.ext.dc.</tt><ttclass="descname">DcEntryExtension</tt><aclass="headerlink"href="#feedgen.ext.dc.DcEntryExtension"title="Permalink to this definition">¶</a></dt>
<dd><p>Dublin Core Elements extension for podcasts.</p>
<ttclass="descname">extend_atom</tt><big>(</big><em>entry</em><big>)</big><aclass="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>
<ttclass="descname">extend_rss</tt><big>(</big><em>item</em><big>)</big><aclass="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>
<emclass="property">class </em><ttclass="descclassname">feedgen.ext.dc.</tt><ttclass="descname">DcExtension</tt><aclass="headerlink"href="#feedgen.ext.dc.DcExtension"title="Permalink to this definition">¶</a></dt>
<dd><p>Dublin Core Elements extension for podcasts.</p>