update to 0.2.3

This commit is contained in:
Lars Kiesow 2013-05-15 01:44:34 +02:00
parent 9d78ef15a5
commit aaab60d893
12 changed files with 71 additions and 58 deletions

View file

@ -8,7 +8,7 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>feedgen.entry &mdash; pyFeedGen 0.2.2 documentation</title> <title>feedgen.entry &mdash; pyFeedGen 0.2.3 documentation</title>
<link rel="stylesheet" href="_static/lernfunk.css" type="text/css" /> <link rel="stylesheet" href="_static/lernfunk.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@ -17,7 +17,7 @@
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT: '', URL_ROOT: '',
VERSION: '0.2.2', VERSION: '0.2.3',
COLLAPSE_INDEX: false, COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html', FILE_SUFFIX: '.html',
HAS_SOURCE: true HAS_SOURCE: true
@ -27,14 +27,14 @@
<script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script> <script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/theme_extras.js"></script> <script type="text/javascript" src="_static/theme_extras.js"></script>
<link rel="top" title="pyFeedGen 0.2.2 documentation" href="index.html" /> <link rel="top" title="pyFeedGen 0.2.3 documentation" href="index.html" />
<link rel="up" title="API Documentation" href="api.html" /> <link rel="up" title="API Documentation" href="api.html" />
<link rel="next" title="feedgen.util" href="api.util.html" /> <link rel="next" title="feedgen.util" href="api.util.html" />
<link rel="prev" title="feedgen.feed" href="api.feed.html" /> <link rel="prev" title="feedgen.feed" href="api.feed.html" />
</head> </head>
<body> <body>
<div class="header"><h1 class="heading"><a href="index.html"> <div class="header"><h1 class="heading"><a href="index.html">
<span>pyFeedGen 0.2.2 documentation</span></a></h1> <span>pyFeedGen 0.2.3 documentation</span></a></h1>
<h2 class="heading"><span>feedgen.entry</span></h2> <h2 class="heading"><span>feedgen.entry</span></h2>
</div> </div>
<div class="topnav"> <div class="topnav">
@ -405,7 +405,7 @@ method.</p>
<dl class="method"> <dl class="method">
<dt id="feedgen.entry.FeedEntry.published"> <dt id="feedgen.entry.FeedEntry.published">
<tt class="descname">published</tt><big>(</big><em>published=None</em><big>)</big><a class="headerlink" href="#feedgen.entry.FeedEntry.published" title="Permalink to this definition"></a></dt> <tt class="descname">published</tt><big>(</big><em>published=None</em><big>)</big><a class="headerlink" href="#feedgen.entry.FeedEntry.published" title="Permalink to this definition"></a></dt>
<dd><p>Set or get the published value which ontains the time of the initial <dd><p>Set or get the published value which contains the time of the initial
creation or first availability of the entry.</p> creation or first availability of the entry.</p>
<p>The value can either be a string which will automatically be parsed or a <p>The value can either be a string which will automatically be parsed or a
datetime.datetime object. In any case it is necessary that the value datetime.datetime object. In any case it is necessary that the value

View file

@ -8,7 +8,7 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>feedgen.feed &mdash; pyFeedGen 0.2.2 documentation</title> <title>feedgen.feed &mdash; pyFeedGen 0.2.3 documentation</title>
<link rel="stylesheet" href="_static/lernfunk.css" type="text/css" /> <link rel="stylesheet" href="_static/lernfunk.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@ -17,7 +17,7 @@
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT: '', URL_ROOT: '',
VERSION: '0.2.2', VERSION: '0.2.3',
COLLAPSE_INDEX: false, COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html', FILE_SUFFIX: '.html',
HAS_SOURCE: true HAS_SOURCE: true
@ -27,14 +27,14 @@
<script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script> <script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/theme_extras.js"></script> <script type="text/javascript" src="_static/theme_extras.js"></script>
<link rel="top" title="pyFeedGen 0.2.2 documentation" href="index.html" /> <link rel="top" title="pyFeedGen 0.2.3 documentation" href="index.html" />
<link rel="up" title="API Documentation" href="api.html" /> <link rel="up" title="API Documentation" href="api.html" />
<link rel="next" title="feedgen.entry" href="api.entry.html" /> <link rel="next" title="feedgen.entry" href="api.entry.html" />
<link rel="prev" title="API Documentation" href="api.html" /> <link rel="prev" title="API Documentation" href="api.html" />
</head> </head>
<body> <body>
<div class="header"><h1 class="heading"><a href="index.html"> <div class="header"><h1 class="heading"><a href="index.html">
<span>pyFeedGen 0.2.2 documentation</span></a></h1> <span>pyFeedGen 0.2.3 documentation</span></a></h1>
<h2 class="heading"><span>feedgen.feed</span></h2> <h2 class="heading"><span>feedgen.feed</span></h2>
</div> </div>
<div class="topnav"> <div class="topnav">
@ -147,14 +147,18 @@ generation (default: enabled).</li>
<dd><p>Get or set author data. An author element is a dictionary containing a name, <dd><p>Get or set author data. An author element is a dictionary containing a name,
an email address and a URI. Name is mandatory for ATOM, email is mandatory an email address and a URI. Name is mandatory for ATOM, email is mandatory
for RSS.</p> for RSS.</p>
<p>This method can be called with: <p>This method can be called with:</p>
- the fields of an author as keyword arguments <ul class="simple">
- the fields of an author as a dictionary <li>the fields of an author as keyword arguments</li>
- a list of dictionaries containing the author fields</p> <li>the fields of an author as a dictionary</li>
<p>An author has the following fields: <li>a list of dictionaries containing the author fields</li>
- <em>name</em> conveys a human-readable name for the person. </ul>
- <em>uri</em> contains a home page for the person. <p>An author has the following fields:</p>
- <em>email</em> contains an email address for the person.</p> <ul class="simple">
<li><em>name</em> conveys a human-readable name for the person.</li>
<li><em>uri</em> contains a home page for the person.</li>
<li><em>email</em> contains an email address for the person.</li>
</ul>
<table class="docutils field-list" frame="void" rules="none"> <table class="docutils field-list" frame="void" rules="none">
<col class="field-name" /> <col class="field-name" />
<col class="field-body" /> <col class="field-body" />
@ -471,6 +475,10 @@ content of the channel changed.</p>
datetime.datetime object. In any case it is necessary that the value datetime.datetime object. In any case it is necessary that the value
include timezone information.</p> include timezone information.</p>
<p>This will set both atom:updated and rss:lastBuildDate.</p> <p>This will set both atom:updated and rss:lastBuildDate.</p>
<dl class="docutils">
<dt>Default value</dt>
<dd>If not set, lastBuildDate has as value the current date and time.</dd>
</dl>
<table class="docutils field-list" frame="void" rules="none"> <table class="docutils field-list" frame="void" rules="none">
<col class="field-name" /> <col class="field-name" />
<col class="field-body" /> <col class="field-body" />
@ -845,6 +853,10 @@ was modified in a significant way.</p>
datetime.datetime object. In any case it is necessary that the value datetime.datetime object. In any case it is necessary that the value
include timezone information.</p> include timezone information.</p>
<p>This will set both atom:updated and rss:lastBuildDate.</p> <p>This will set both atom:updated and rss:lastBuildDate.</p>
<dl class="docutils">
<dt>Default value</dt>
<dd>If not set, updated has as value the current date and time.</dd>
</dl>
<table class="docutils field-list" frame="void" rules="none"> <table class="docutils field-list" frame="void" rules="none">
<col class="field-name" /> <col class="field-name" />
<col class="field-body" /> <col class="field-body" />

View file

@ -8,7 +8,7 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>API Documentation &mdash; pyFeedGen 0.2.2 documentation</title> <title>API Documentation &mdash; pyFeedGen 0.2.3 documentation</title>
<link rel="stylesheet" href="_static/lernfunk.css" type="text/css" /> <link rel="stylesheet" href="_static/lernfunk.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@ -17,7 +17,7 @@
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT: '', URL_ROOT: '',
VERSION: '0.2.2', VERSION: '0.2.3',
COLLAPSE_INDEX: false, COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html', FILE_SUFFIX: '.html',
HAS_SOURCE: true HAS_SOURCE: true
@ -27,13 +27,13 @@
<script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script> <script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/theme_extras.js"></script> <script type="text/javascript" src="_static/theme_extras.js"></script>
<link rel="top" title="pyFeedGen 0.2.2 documentation" href="index.html" /> <link rel="top" title="pyFeedGen 0.2.3 documentation" href="index.html" />
<link rel="next" title="feedgen.feed" href="api.feed.html" /> <link rel="next" title="feedgen.feed" href="api.feed.html" />
<link rel="prev" title="Feedgenerator" href="index.html" /> <link rel="prev" title="Feedgenerator" href="index.html" />
</head> </head>
<body> <body>
<div class="header"><h1 class="heading"><a href="index.html"> <div class="header"><h1 class="heading"><a href="index.html">
<span>pyFeedGen 0.2.2 documentation</span></a></h1> <span>pyFeedGen 0.2.3 documentation</span></a></h1>
<h2 class="heading"><span>API Documentation</span></h2> <h2 class="heading"><span>API Documentation</span></h2>
</div> </div>
<div class="topnav"> <div class="topnav">

View file

@ -8,7 +8,7 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>feedgen.util &mdash; pyFeedGen 0.2.2 documentation</title> <title>feedgen.util &mdash; pyFeedGen 0.2.3 documentation</title>
<link rel="stylesheet" href="_static/lernfunk.css" type="text/css" /> <link rel="stylesheet" href="_static/lernfunk.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@ -17,7 +17,7 @@
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT: '', URL_ROOT: '',
VERSION: '0.2.2', VERSION: '0.2.3',
COLLAPSE_INDEX: false, COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html', FILE_SUFFIX: '.html',
HAS_SOURCE: true HAS_SOURCE: true
@ -27,14 +27,14 @@
<script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script> <script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/theme_extras.js"></script> <script type="text/javascript" src="_static/theme_extras.js"></script>
<link rel="top" title="pyFeedGen 0.2.2 documentation" href="index.html" /> <link rel="top" title="pyFeedGen 0.2.3 documentation" href="index.html" />
<link rel="up" title="API Documentation" href="api.html" /> <link rel="up" title="API Documentation" href="api.html" />
<link rel="next" title="feedgen.ext.base" href="ext/api.ext.base.html" /> <link rel="next" title="feedgen.ext.base" href="ext/api.ext.base.html" />
<link rel="prev" title="feedgen.entry" href="api.entry.html" /> <link rel="prev" title="feedgen.entry" href="api.entry.html" />
</head> </head>
<body> <body>
<div class="header"><h1 class="heading"><a href="index.html"> <div class="header"><h1 class="heading"><a href="index.html">
<span>pyFeedGen 0.2.2 documentation</span></a></h1> <span>pyFeedGen 0.2.3 documentation</span></a></h1>
<h2 class="heading"><span>feedgen.util</span></h2> <h2 class="heading"><span>feedgen.util</span></h2>
</div> </div>
<div class="topnav"> <div class="topnav">

View file

@ -8,7 +8,7 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>feedgen.ext.base &mdash; pyFeedGen 0.2.2 documentation</title> <title>feedgen.ext.base &mdash; pyFeedGen 0.2.3 documentation</title>
<link rel="stylesheet" href="../_static/lernfunk.css" type="text/css" /> <link rel="stylesheet" href="../_static/lernfunk.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@ -17,7 +17,7 @@
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../', URL_ROOT: '../',
VERSION: '0.2.2', VERSION: '0.2.3',
COLLAPSE_INDEX: false, COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html', FILE_SUFFIX: '.html',
HAS_SOURCE: true HAS_SOURCE: true
@ -27,14 +27,14 @@
<script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script>
<script type="text/javascript" src="../_static/theme_extras.js"></script> <script type="text/javascript" src="../_static/theme_extras.js"></script>
<link rel="top" title="pyFeedGen 0.2.2 documentation" href="../index.html" /> <link rel="top" title="pyFeedGen 0.2.3 documentation" href="../index.html" />
<link rel="up" title="API Documentation" href="../api.html" /> <link rel="up" title="API Documentation" href="../api.html" />
<link rel="next" title="feedgen.ext.podcast" href="api.ext.podcast.html" /> <link rel="next" title="feedgen.ext.podcast" href="api.ext.podcast.html" />
<link rel="prev" title="feedgen.util" href="../api.util.html" /> <link rel="prev" title="feedgen.util" href="../api.util.html" />
</head> </head>
<body> <body>
<div class="header"><h1 class="heading"><a href="../index.html"> <div class="header"><h1 class="heading"><a href="../index.html">
<span>pyFeedGen 0.2.2 documentation</span></a></h1> <span>pyFeedGen 0.2.3 documentation</span></a></h1>
<h2 class="heading"><span>feedgen.ext.base</span></h2> <h2 class="heading"><span>feedgen.ext.base</span></h2>
</div> </div>
<div class="topnav"> <div class="topnav">

View file

@ -8,7 +8,7 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>feedgen.ext.podcast &mdash; pyFeedGen 0.2.2 documentation</title> <title>feedgen.ext.podcast &mdash; pyFeedGen 0.2.3 documentation</title>
<link rel="stylesheet" href="../_static/lernfunk.css" type="text/css" /> <link rel="stylesheet" href="../_static/lernfunk.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@ -17,7 +17,7 @@
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../', URL_ROOT: '../',
VERSION: '0.2.2', VERSION: '0.2.3',
COLLAPSE_INDEX: false, COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html', FILE_SUFFIX: '.html',
HAS_SOURCE: true HAS_SOURCE: true
@ -27,14 +27,14 @@
<script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script>
<script type="text/javascript" src="../_static/theme_extras.js"></script> <script type="text/javascript" src="../_static/theme_extras.js"></script>
<link rel="top" title="pyFeedGen 0.2.2 documentation" href="../index.html" /> <link rel="top" title="pyFeedGen 0.2.3 documentation" href="../index.html" />
<link rel="up" title="API Documentation" href="../api.html" /> <link rel="up" title="API Documentation" href="../api.html" />
<link rel="next" title="feedgen.ext.podcast_entry" href="api.ext.podcast_entry.html" /> <link rel="next" title="feedgen.ext.podcast_entry" href="api.ext.podcast_entry.html" />
<link rel="prev" title="feedgen.ext.base" href="api.ext.base.html" /> <link rel="prev" title="feedgen.ext.base" href="api.ext.base.html" />
</head> </head>
<body> <body>
<div class="header"><h1 class="heading"><a href="../index.html"> <div class="header"><h1 class="heading"><a href="../index.html">
<span>pyFeedGen 0.2.2 documentation</span></a></h1> <span>pyFeedGen 0.2.3 documentation</span></a></h1>
<h2 class="heading"><span>feedgen.ext.podcast</span></h2> <h2 class="heading"><span>feedgen.ext.podcast</span></h2>
</div> </div>
<div class="topnav"> <div class="topnav">

View file

@ -8,7 +8,7 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>feedgen.ext.podcast_entry &mdash; pyFeedGen 0.2.2 documentation</title> <title>feedgen.ext.podcast_entry &mdash; pyFeedGen 0.2.3 documentation</title>
<link rel="stylesheet" href="../_static/lernfunk.css" type="text/css" /> <link rel="stylesheet" href="../_static/lernfunk.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@ -17,7 +17,7 @@
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../', URL_ROOT: '../',
VERSION: '0.2.2', VERSION: '0.2.3',
COLLAPSE_INDEX: false, COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html', FILE_SUFFIX: '.html',
HAS_SOURCE: true HAS_SOURCE: true
@ -27,13 +27,13 @@
<script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script>
<script type="text/javascript" src="../_static/theme_extras.js"></script> <script type="text/javascript" src="../_static/theme_extras.js"></script>
<link rel="top" title="pyFeedGen 0.2.2 documentation" href="../index.html" /> <link rel="top" title="pyFeedGen 0.2.3 documentation" href="../index.html" />
<link rel="up" title="API Documentation" href="../api.html" /> <link rel="up" title="API Documentation" href="../api.html" />
<link rel="prev" title="feedgen.ext.podcast" href="api.ext.podcast.html" /> <link rel="prev" title="feedgen.ext.podcast" href="api.ext.podcast.html" />
</head> </head>
<body> <body>
<div class="header"><h1 class="heading"><a href="../index.html"> <div class="header"><h1 class="heading"><a href="../index.html">
<span>pyFeedGen 0.2.2 documentation</span></a></h1> <span>pyFeedGen 0.2.3 documentation</span></a></h1>
<h2 class="heading"><span>feedgen.ext.podcast_entry</span></h2> <h2 class="heading"><span>feedgen.ext.podcast_entry</span></h2>
</div> </div>
<div class="topnav"> <div class="topnav">

View file

@ -10,7 +10,7 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Index &mdash; pyFeedGen 0.2.2 documentation</title> <title>Index &mdash; pyFeedGen 0.2.3 documentation</title>
<link rel="stylesheet" href="_static/lernfunk.css" type="text/css" /> <link rel="stylesheet" href="_static/lernfunk.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@ -19,7 +19,7 @@
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT: '', URL_ROOT: '',
VERSION: '0.2.2', VERSION: '0.2.3',
COLLAPSE_INDEX: false, COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html', FILE_SUFFIX: '.html',
HAS_SOURCE: true HAS_SOURCE: true
@ -29,11 +29,11 @@
<script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script> <script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/theme_extras.js"></script> <script type="text/javascript" src="_static/theme_extras.js"></script>
<link rel="top" title="pyFeedGen 0.2.2 documentation" href="index.html" /> <link rel="top" title="pyFeedGen 0.2.3 documentation" href="index.html" />
</head> </head>
<body> <body>
<div class="header"><h1 class="heading"><a href="index.html"> <div class="header"><h1 class="heading"><a href="index.html">
<span>pyFeedGen 0.2.2 documentation</span></a></h1> <span>pyFeedGen 0.2.3 documentation</span></a></h1>
<h2 class="heading"><span>Index</span></h2> <h2 class="heading"><span>Index</span></h2>
</div> </div>
<div class="topnav"> <div class="topnav">

View file

@ -8,7 +8,7 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Feedgenerator &mdash; pyFeedGen 0.2.2 documentation</title> <title>Feedgenerator &mdash; pyFeedGen 0.2.3 documentation</title>
<link rel="stylesheet" href="_static/lernfunk.css" type="text/css" /> <link rel="stylesheet" href="_static/lernfunk.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@ -17,7 +17,7 @@
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT: '', URL_ROOT: '',
VERSION: '0.2.2', VERSION: '0.2.3',
COLLAPSE_INDEX: false, COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html', FILE_SUFFIX: '.html',
HAS_SOURCE: true HAS_SOURCE: true
@ -27,12 +27,12 @@
<script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script> <script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/theme_extras.js"></script> <script type="text/javascript" src="_static/theme_extras.js"></script>
<link rel="top" title="pyFeedGen 0.2.2 documentation" href="#" /> <link rel="top" title="pyFeedGen 0.2.3 documentation" href="#" />
<link rel="next" title="API Documentation" href="api.html" /> <link rel="next" title="API Documentation" href="api.html" />
</head> </head>
<body> <body>
<div class="header"><h1 class="heading"><a href="#"> <div class="header"><h1 class="heading"><a href="#">
<span>pyFeedGen 0.2.2 documentation</span></a></h1> <span>pyFeedGen 0.2.3 documentation</span></a></h1>
<h2 class="heading"><span>Feedgenerator</span></h2> <h2 class="heading"><span>Feedgenerator</span></h2>
</div> </div>
<div class="topnav"> <div class="topnav">
@ -77,15 +77,16 @@ at license.bsd and license.lgpl.</p>
<p>If you are running Fedora Linux, Redhat Enterprise Linux, CentOS or Scientific <p>If you are running Fedora Linux, Redhat Enterprise Linux, CentOS or Scientific
linux you can use one of the following packages:</p> linux you can use one of the following packages:</p>
<ul class="simple"> <ul class="simple">
<li><a class="reference external" href="https://docs.google.com/file/d/0B_bDfxNKSsxpcjQtWm85QXZmbkU/edit?usp=sharing">python-feedgen-0.2.2-1.fc17.noarch.rpm</a></li> <li><a class="reference external" href="https://docs.google.com/file/d/0B_bDfxNKSsxpSDFxaC00VC1JSlE/edit?usp=sharing">python-feedgen-0.2.3-1.fc18.noarch.rpm</a></li>
<li><a class="reference external" href="https://docs.google.com/file/d/0B_bDfxNKSsxpOVVVWXZ1aDllVWs/edit?usp=sharing">python-feedgen-0.2.2-1.el6.noarch.rpm</a></li> <li><a class="reference external" href="https://docs.google.com/file/d/0B_bDfxNKSsxpd2R0dFRfX0tCVXM/edit?usp=sharing">python-feedgen-0.2.3-1.fc17.noarch.rpm</a></li>
<li><a class="reference external" href="https://docs.google.com/file/d/0B_bDfxNKSsxpN3BOQTh2dTk1X1U/edit?usp=sharing">python-feedgen-0.2.3-1.el6.noarch.rpm</a></li>
</ul> </ul>
<p>Simply download the file and run:</p> <p>Simply download the file and run:</p>
<div class="highlight-python"><pre>$ yum localinstall python-feedgen-0.1-1.fc17.noarch.rpm</pre> <div class="highlight-python"><pre>$ yum localinstall python-feedgen-...noarch.rpm</pre>
</div> </div>
<p>If you want to build RPMs for other distributions you can use the following Source RPM:</p> <p>If you want to build RPMs for other distributions you can use the following Source RPM:</p>
<ul class="simple"> <ul class="simple">
<li><a class="reference external" href="https://docs.google.com/file/d/0B_bDfxNKSsxpZHZXbTkzcFZTSlk/edit?usp=sharing">python-feedgen-0.2.2-1.fc17.src.rpm</a></li> <li><a class="reference external" href="https://docs.google.com/file/d/0B_bDfxNKSsxpWDNsVjRVQ0p5UkU/edit?usp=sharing">python-feedgen-0.2.3-1.fc18.src.rpm</a></li>
</ul> </ul>
<p><strong>Using pip</strong></p> <p><strong>Using pip</strong></p>
<p>You can also use pip to install the feedgen module. Simply run:</p> <p>You can also use pip to install the feedgen module. Simply run:</p>

View file

@ -8,7 +8,7 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Python Module Index &mdash; pyFeedGen 0.2.2 documentation</title> <title>Python Module Index &mdash; pyFeedGen 0.2.3 documentation</title>
<link rel="stylesheet" href="_static/lernfunk.css" type="text/css" /> <link rel="stylesheet" href="_static/lernfunk.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@ -17,7 +17,7 @@
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT: '', URL_ROOT: '',
VERSION: '0.2.2', VERSION: '0.2.3',
COLLAPSE_INDEX: false, COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html', FILE_SUFFIX: '.html',
HAS_SOURCE: true HAS_SOURCE: true
@ -27,14 +27,14 @@
<script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script> <script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/theme_extras.js"></script> <script type="text/javascript" src="_static/theme_extras.js"></script>
<link rel="top" title="pyFeedGen 0.2.2 documentation" href="index.html" /> <link rel="top" title="pyFeedGen 0.2.3 documentation" href="index.html" />
</head> </head>
<body> <body>
<div class="header"><h1 class="heading"><a href="index.html"> <div class="header"><h1 class="heading"><a href="index.html">
<span>pyFeedGen 0.2.2 documentation</span></a></h1> <span>pyFeedGen 0.2.3 documentation</span></a></h1>
<h2 class="heading"><span>Python Module Index</span></h2> <h2 class="heading"><span>Python Module Index</span></h2>
</div> </div>
<div class="topnav"> <div class="topnav">

View file

@ -8,7 +8,7 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Search &mdash; pyFeedGen 0.2.2 documentation</title> <title>Search &mdash; pyFeedGen 0.2.3 documentation</title>
<link rel="stylesheet" href="_static/lernfunk.css" type="text/css" /> <link rel="stylesheet" href="_static/lernfunk.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@ -17,7 +17,7 @@
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT: '', URL_ROOT: '',
VERSION: '0.2.2', VERSION: '0.2.3',
COLLAPSE_INDEX: false, COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html', FILE_SUFFIX: '.html',
HAS_SOURCE: true HAS_SOURCE: true
@ -28,7 +28,7 @@
<script type="text/javascript" src="_static/doctools.js"></script> <script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/searchtools.js"></script> <script type="text/javascript" src="_static/searchtools.js"></script>
<script type="text/javascript" src="_static/theme_extras.js"></script> <script type="text/javascript" src="_static/theme_extras.js"></script>
<link rel="top" title="pyFeedGen 0.2.2 documentation" href="index.html" /> <link rel="top" title="pyFeedGen 0.2.3 documentation" href="index.html" />
<script type="text/javascript"> <script type="text/javascript">
jQuery(function() { Search.loadIndex("searchindex.js"); }); jQuery(function() { Search.loadIndex("searchindex.js"); });
</script> </script>
@ -37,7 +37,7 @@
</head> </head>
<body> <body>
<div class="header"><h1 class="heading"><a href="index.html"> <div class="header"><h1 class="heading"><a href="index.html">
<span>pyFeedGen 0.2.2 documentation</span></a></h1> <span>pyFeedGen 0.2.3 documentation</span></a></h1>
<h2 class="heading"><span>Search</span></h2> <h2 class="heading"><span>Search</span></h2>
</div> </div>
<div class="topnav"> <div class="topnav">

File diff suppressed because one or more lines are too long