Documentation for v6.0.1

This commit is contained in:
Lars Kiesow 2017-10-14 21:48:00 +02:00
parent 1ca4dedc31
commit 4b9b99c014
No known key found for this signature in database
GPG key ID: 5DAFE8D9C823CE73
33 changed files with 10670 additions and 729 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 944 B

View file

@ -122,6 +122,8 @@ ul.keywordmatches li.goodmatch a {
table.contentstable { table.contentstable {
width: 90%; width: 90%;
margin-left: auto;
margin-right: auto;
} }
table.contentstable p.biglink { table.contentstable p.biglink {
@ -149,9 +151,14 @@ table.indextable td {
vertical-align: top; vertical-align: top;
} }
table.indextable dl, table.indextable dd { table.indextable ul {
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
list-style-type: none;
}
table.indextable > tbody > tr > td > ul {
padding-left: 0em;
} }
table.indextable tr.pcap { table.indextable tr.pcap {
@ -183,6 +190,13 @@ div.genindex-jumpbox {
padding: 0.4em; padding: 0.4em;
} }
/* -- domain module index --------------------------------------------------- */
table.modindextable td {
padding: 2px;
border-collapse: collapse;
}
/* -- general body styles --------------------------------------------------- */ /* -- general body styles --------------------------------------------------- */
div.body p, div.body dd, div.body li, div.body blockquote { div.body p, div.body dd, div.body li, div.body blockquote {
@ -217,10 +231,6 @@ div.body td {
text-align: left; text-align: left;
} }
.field-list ul {
padding-left: 1em;
}
.first { .first {
margin-top: 0 !important; margin-top: 0 !important;
} }
@ -337,10 +347,6 @@ table.docutils td, table.docutils th {
border-bottom: 1px solid #aaa; border-bottom: 1px solid #aaa;
} }
table.field-list td, table.field-list th {
border: 0 !important;
}
table.footnote td, table.footnote th { table.footnote td, table.footnote th {
border: 0 !important; border: 0 !important;
} }
@ -377,6 +383,20 @@ div.figure p.caption span.caption-number {
div.figure p.caption span.caption-text { div.figure p.caption span.caption-text {
} }
/* -- field list styles ----------------------------------------------------- */
table.field-list td, table.field-list th {
border: 0 !important;
}
.field-list ul {
margin: 0;
padding-left: 1em;
}
.field-list p {
margin: 0;
}
/* -- other body styles ----------------------------------------------------- */ /* -- other body styles ----------------------------------------------------- */
@ -427,15 +447,6 @@ dl.glossary dt {
font-size: 1.1em; font-size: 1.1em;
} }
.field-list ul {
margin: 0;
padding-left: 1em;
}
.field-list p {
margin: 0;
}
.optional { .optional {
font-size: 1.3em; font-size: 1.3em;
} }
@ -592,6 +603,16 @@ span.eqno {
float: right; float: right;
} }
span.eqno a.headerlink {
position: relative;
left: 0px;
z-index: 1;
}
div.math:hover a.headerlink {
visibility: visible;
}
/* -- printout stylesheet --------------------------------------------------- */ /* -- printout stylesheet --------------------------------------------------- */
@media print { @media print {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 B

After

Width:  |  Height:  |  Size: 82 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 365 B

After

Width:  |  Height:  |  Size: 165 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 756 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 829 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 641 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 347 B

After

Width:  |  Height:  |  Size: 222 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 347 B

After

Width:  |  Height:  |  Size: 202 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 358 B

After

Width:  |  Height:  |  Size: 286 B

10074
_static/jquery-3.1.0.js vendored Normal file

File diff suppressed because it is too large Load diff

8
_static/jquery.js vendored

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 B

After

Width:  |  Height:  |  Size: 90 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 B

After

Width:  |  Height:  |  Size: 90 B

View file

@ -47,8 +47,10 @@
.highlight .mh { color: #208050 } /* Literal.Number.Hex */ .highlight .mh { color: #208050 } /* Literal.Number.Hex */
.highlight .mi { color: #208050 } /* Literal.Number.Integer */ .highlight .mi { color: #208050 } /* Literal.Number.Integer */
.highlight .mo { color: #208050 } /* Literal.Number.Oct */ .highlight .mo { color: #208050 } /* Literal.Number.Oct */
.highlight .sa { color: #4070a0 } /* Literal.String.Affix */
.highlight .sb { color: #4070a0 } /* Literal.String.Backtick */ .highlight .sb { color: #4070a0 } /* Literal.String.Backtick */
.highlight .sc { color: #4070a0 } /* Literal.String.Char */ .highlight .sc { color: #4070a0 } /* Literal.String.Char */
.highlight .dl { color: #4070a0 } /* Literal.String.Delimiter */
.highlight .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */ .highlight .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */
.highlight .s2 { color: #4070a0 } /* Literal.String.Double */ .highlight .s2 { color: #4070a0 } /* Literal.String.Double */
.highlight .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */ .highlight .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */
@ -59,7 +61,9 @@
.highlight .s1 { color: #4070a0 } /* Literal.String.Single */ .highlight .s1 { color: #4070a0 } /* Literal.String.Single */
.highlight .ss { color: #517918 } /* Literal.String.Symbol */ .highlight .ss { color: #517918 } /* Literal.String.Symbol */
.highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */ .highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #06287e } /* Name.Function.Magic */
.highlight .vc { color: #bb60d5 } /* Name.Variable.Class */ .highlight .vc { color: #bb60d5 } /* Name.Variable.Class */
.highlight .vg { color: #bb60d5 } /* Name.Variable.Global */ .highlight .vg { color: #bb60d5 } /* Name.Variable.Global */
.highlight .vi { color: #bb60d5 } /* Name.Variable.Instance */ .highlight .vi { color: #bb60d5 } /* Name.Variable.Instance */
.highlight .vm { color: #bb60d5 } /* Name.Variable.Magic */
.highlight .il { color: #208050 } /* Literal.Number.Integer.Long */ .highlight .il { color: #208050 } /* Literal.Number.Integer.Long */

View file

@ -226,6 +226,106 @@ var Scorer = {
}; };
var splitChars = (function() {
var result = {};
var singles = [96, 180, 187, 191, 215, 247, 749, 885, 903, 907, 909, 930, 1014, 1648,
1748, 1809, 2416, 2473, 2481, 2526, 2601, 2609, 2612, 2615, 2653, 2702,
2706, 2729, 2737, 2740, 2857, 2865, 2868, 2910, 2928, 2948, 2961, 2971,
2973, 3085, 3089, 3113, 3124, 3213, 3217, 3241, 3252, 3295, 3341, 3345,
3369, 3506, 3516, 3633, 3715, 3721, 3736, 3744, 3748, 3750, 3756, 3761,
3781, 3912, 4239, 4347, 4681, 4695, 4697, 4745, 4785, 4799, 4801, 4823,
4881, 5760, 5901, 5997, 6313, 7405, 8024, 8026, 8028, 8030, 8117, 8125,
8133, 8181, 8468, 8485, 8487, 8489, 8494, 8527, 11311, 11359, 11687, 11695,
11703, 11711, 11719, 11727, 11735, 12448, 12539, 43010, 43014, 43019, 43587,
43696, 43713, 64286, 64297, 64311, 64317, 64319, 64322, 64325, 65141];
var i, j, start, end;
for (i = 0; i < singles.length; i++) {
result[singles[i]] = true;
}
var ranges = [[0, 47], [58, 64], [91, 94], [123, 169], [171, 177], [182, 184], [706, 709],
[722, 735], [741, 747], [751, 879], [888, 889], [894, 901], [1154, 1161],
[1318, 1328], [1367, 1368], [1370, 1376], [1416, 1487], [1515, 1519], [1523, 1568],
[1611, 1631], [1642, 1645], [1750, 1764], [1767, 1773], [1789, 1790], [1792, 1807],
[1840, 1868], [1958, 1968], [1970, 1983], [2027, 2035], [2038, 2041], [2043, 2047],
[2070, 2073], [2075, 2083], [2085, 2087], [2089, 2307], [2362, 2364], [2366, 2383],
[2385, 2391], [2402, 2405], [2419, 2424], [2432, 2436], [2445, 2446], [2449, 2450],
[2483, 2485], [2490, 2492], [2494, 2509], [2511, 2523], [2530, 2533], [2546, 2547],
[2554, 2564], [2571, 2574], [2577, 2578], [2618, 2648], [2655, 2661], [2672, 2673],
[2677, 2692], [2746, 2748], [2750, 2767], [2769, 2783], [2786, 2789], [2800, 2820],
[2829, 2830], [2833, 2834], [2874, 2876], [2878, 2907], [2914, 2917], [2930, 2946],
[2955, 2957], [2966, 2968], [2976, 2978], [2981, 2983], [2987, 2989], [3002, 3023],
[3025, 3045], [3059, 3076], [3130, 3132], [3134, 3159], [3162, 3167], [3170, 3173],
[3184, 3191], [3199, 3204], [3258, 3260], [3262, 3293], [3298, 3301], [3312, 3332],
[3386, 3388], [3390, 3423], [3426, 3429], [3446, 3449], [3456, 3460], [3479, 3481],
[3518, 3519], [3527, 3584], [3636, 3647], [3655, 3663], [3674, 3712], [3717, 3718],
[3723, 3724], [3726, 3731], [3752, 3753], [3764, 3772], [3774, 3775], [3783, 3791],
[3802, 3803], [3806, 3839], [3841, 3871], [3892, 3903], [3949, 3975], [3980, 4095],
[4139, 4158], [4170, 4175], [4182, 4185], [4190, 4192], [4194, 4196], [4199, 4205],
[4209, 4212], [4226, 4237], [4250, 4255], [4294, 4303], [4349, 4351], [4686, 4687],
[4702, 4703], [4750, 4751], [4790, 4791], [4806, 4807], [4886, 4887], [4955, 4968],
[4989, 4991], [5008, 5023], [5109, 5120], [5741, 5742], [5787, 5791], [5867, 5869],
[5873, 5887], [5906, 5919], [5938, 5951], [5970, 5983], [6001, 6015], [6068, 6102],
[6104, 6107], [6109, 6111], [6122, 6127], [6138, 6159], [6170, 6175], [6264, 6271],
[6315, 6319], [6390, 6399], [6429, 6469], [6510, 6511], [6517, 6527], [6572, 6592],
[6600, 6607], [6619, 6655], [6679, 6687], [6741, 6783], [6794, 6799], [6810, 6822],
[6824, 6916], [6964, 6980], [6988, 6991], [7002, 7042], [7073, 7085], [7098, 7167],
[7204, 7231], [7242, 7244], [7294, 7400], [7410, 7423], [7616, 7679], [7958, 7959],
[7966, 7967], [8006, 8007], [8014, 8015], [8062, 8063], [8127, 8129], [8141, 8143],
[8148, 8149], [8156, 8159], [8173, 8177], [8189, 8303], [8306, 8307], [8314, 8318],
[8330, 8335], [8341, 8449], [8451, 8454], [8456, 8457], [8470, 8472], [8478, 8483],
[8506, 8507], [8512, 8516], [8522, 8525], [8586, 9311], [9372, 9449], [9472, 10101],
[10132, 11263], [11493, 11498], [11503, 11516], [11518, 11519], [11558, 11567],
[11622, 11630], [11632, 11647], [11671, 11679], [11743, 11822], [11824, 12292],
[12296, 12320], [12330, 12336], [12342, 12343], [12349, 12352], [12439, 12444],
[12544, 12548], [12590, 12592], [12687, 12689], [12694, 12703], [12728, 12783],
[12800, 12831], [12842, 12880], [12896, 12927], [12938, 12976], [12992, 13311],
[19894, 19967], [40908, 40959], [42125, 42191], [42238, 42239], [42509, 42511],
[42540, 42559], [42592, 42593], [42607, 42622], [42648, 42655], [42736, 42774],
[42784, 42785], [42889, 42890], [42893, 43002], [43043, 43055], [43062, 43071],
[43124, 43137], [43188, 43215], [43226, 43249], [43256, 43258], [43260, 43263],
[43302, 43311], [43335, 43359], [43389, 43395], [43443, 43470], [43482, 43519],
[43561, 43583], [43596, 43599], [43610, 43615], [43639, 43641], [43643, 43647],
[43698, 43700], [43703, 43704], [43710, 43711], [43715, 43738], [43742, 43967],
[44003, 44015], [44026, 44031], [55204, 55215], [55239, 55242], [55292, 55295],
[57344, 63743], [64046, 64047], [64110, 64111], [64218, 64255], [64263, 64274],
[64280, 64284], [64434, 64466], [64830, 64847], [64912, 64913], [64968, 65007],
[65020, 65135], [65277, 65295], [65306, 65312], [65339, 65344], [65371, 65381],
[65471, 65473], [65480, 65481], [65488, 65489], [65496, 65497]];
for (i = 0; i < ranges.length; i++) {
start = ranges[i][0];
end = ranges[i][1];
for (j = start; j <= end; j++) {
result[j] = true;
}
}
return result;
})();
function splitQuery(query) {
var result = [];
var start = -1;
for (var i = 0; i < query.length; i++) {
if (splitChars[query.charCodeAt(i)]) {
if (start !== -1) {
result.push(query.slice(start, i));
start = -1;
}
} else if (start === -1) {
start = i;
}
}
if (start !== -1) {
result.push(query.slice(start));
}
return result;
}
/** /**
* Search Module * Search Module
*/ */
@ -324,7 +424,7 @@ var Search = {
var searchterms = []; var searchterms = [];
var excluded = []; var excluded = [];
var hlterms = []; var hlterms = [];
var tmp = query.split(/\W+/); var tmp = splitQuery(query);
var objectterms = []; var objectterms = [];
for (i = 0; i < tmp.length; i++) { for (i = 0; i < tmp.length; i++) {
if (tmp[i] !== "") { if (tmp[i] !== "") {
@ -338,6 +438,10 @@ var Search = {
} }
// stem the word // stem the word
var word = stemmer.stemWord(tmp[i].toLowerCase()); var word = stemmer.stemWord(tmp[i].toLowerCase());
// prevent stemmer from cutting word smaller than two chars
if(word.length < 3 && tmp[i].length >= 3) {
word = tmp[i];
}
var toAppend; var toAppend;
// select the correct list // select the correct list
if (word[0] == '-') { if (word[0] == '-') {
@ -435,7 +539,8 @@ var Search = {
displayNextItem(); displayNextItem();
}); });
} else if (DOCUMENTATION_OPTIONS.HAS_SOURCE) { } else if (DOCUMENTATION_OPTIONS.HAS_SOURCE) {
$.ajax({url: DOCUMENTATION_OPTIONS.URL_ROOT + '_sources/' + item[0] + '.txt', var suffix = DOCUMENTATION_OPTIONS.SOURCELINK_SUFFIX;
$.ajax({url: DOCUMENTATION_OPTIONS.URL_ROOT + '_sources/' + item[5] + (item[5].slice(-suffix.length) === suffix ? '' : suffix),
dataType: "text", dataType: "text",
complete: function(jqxhr, textstatus) { complete: function(jqxhr, textstatus) {
var data = jqxhr.responseText; var data = jqxhr.responseText;
@ -474,6 +579,7 @@ var Search = {
*/ */
performObjectSearch : function(object, otherterms) { performObjectSearch : function(object, otherterms) {
var filenames = this._index.filenames; var filenames = this._index.filenames;
var docnames = this._index.docnames;
var objects = this._index.objects; var objects = this._index.objects;
var objnames = this._index.objnames; var objnames = this._index.objnames;
var titles = this._index.titles; var titles = this._index.titles;
@ -527,7 +633,7 @@ var Search = {
} else { } else {
score += Scorer.objPrioDefault; score += Scorer.objPrioDefault;
} }
results.push([filenames[match[0]], fullname, '#'+anchor, descr, score]); results.push([docnames[match[0]], fullname, '#'+anchor, descr, score, filenames[match[0]]]);
} }
} }
} }
@ -539,6 +645,7 @@ var Search = {
* search for full-text terms in the index * search for full-text terms in the index
*/ */
performTermsSearch : function(searchterms, excluded, terms, titleterms) { performTermsSearch : function(searchterms, excluded, terms, titleterms) {
var docnames = this._index.docnames;
var filenames = this._index.filenames; var filenames = this._index.filenames;
var titles = this._index.titles; var titles = this._index.titles;
@ -613,7 +720,7 @@ var Search = {
// select one (max) score for the file. // select one (max) score for the file.
// for better ranking, we should calculate ranking by using words statistics like basic tf-idf... // for better ranking, we should calculate ranking by using words statistics like basic tf-idf...
var score = $u.max($u.map(fileMap[file], function(w){return scoreMap[file][w]})); var score = $u.max($u.map(fileMap[file], function(w){return scoreMap[file][w]}));
results.push([filenames[file], titles[file], '', null, score]); results.push([docnames[file], titles[file], '', null, score, filenames[file]]);
} }
} }
return results; return results;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 345 B

After

Width:  |  Height:  |  Size: 214 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 345 B

After

Width:  |  Height:  |  Size: 203 B

View file

@ -6,7 +6,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 &#8212; python-feedgen 0.5.1 documentation</title> <title>feedgen.entry &#8212; python-feedgen 0.6.1 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" />
@ -14,10 +14,11 @@
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT: './', URL_ROOT: './',
VERSION: '0.5.1', VERSION: '0.6.1',
COLLAPSE_INDEX: false, COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html', FILE_SUFFIX: '.html',
HAS_SOURCE: true HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
}; };
</script> </script>
<script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/jquery.js"></script>
@ -25,14 +26,12 @@
<script type="text/javascript" src="_static/doctools.js"></script> <script type="text/javascript" src="_static/doctools.js"></script>
<link rel="index" title="Index" href="genindex.html" /> <link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" /> <link rel="search" title="Search" href="search.html" />
<link rel="top" title="python-feedgen 0.5.1 documentation" href="index.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 role="document"> <body role="document">
<div class="header" role="banner"><h1 class="heading"><a href="index.html"> <div class="header" role="banner"><h1 class="heading"><a href="index.html">
<span>python-feedgen 0.5.1 documentation</span></a></h1> <span>python-feedgen 0.6.1 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" role="navigation" aria-label="top navigation"> <div class="topnav" role="navigation" aria-label="top navigation">
@ -273,16 +272,21 @@ the feed. However, only the last one is used for RSS.</p>
<dl class="method"> <dl class="method">
<dt id="feedgen.entry.FeedEntry.guid"> <dt id="feedgen.entry.FeedEntry.guid">
<code class="descname">guid</code><span class="sig-paren">(</span><em>guid=None</em><span class="sig-paren">)</span><a class="headerlink" href="#feedgen.entry.FeedEntry.guid" title="Permalink to this definition"></a></dt> <code class="descname">guid</code><span class="sig-paren">(</span><em>guid=None</em>, <em>permalink=False</em><span class="sig-paren">)</span><a class="headerlink" href="#feedgen.entry.FeedEntry.guid" title="Permalink to this definition"></a></dt>
<dd><p>Get or set the entries guid which is a string that uniquely <dd><p>Get or set the entries guid which is a string that uniquely
identifies the item. This will also set atom:id.</p> identifies the item. This will also set atom:id.</p>
<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" />
<tbody valign="top"> <tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>guid</strong> &#8211; Id of the entry.</td> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
<li><strong>guid</strong> &#8211; Id of the entry.</li>
<li><strong>permalink</strong> &#8211; If this is a permanent identifier for this item</li>
</ul>
</td>
</tr> </tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">Id of the entry.</td> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last">Id and permalink setting of the entry.</p>
</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -294,8 +298,8 @@ identifies the item. This will also set atom:id.</p>
<dd><p>Get or set the entry id which identifies the entry using a <dd><p>Get or set the entry id which identifies the entry using a
universally unique and permanent URI. Two entries in a feed can have universally unique and permanent URI. Two entries in a feed can have
the same value for id if they represent the same entry at different the same value for id if they represent the same entry at different
points in time. This method will also set rss:guid. Id is mandatory points in time. This method will also set rss:guid with permalink set
for an ATOM entry.</p> to False. Id is mandatory for an ATOM entry.</p>
<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" />
@ -559,7 +563,7 @@ include timezone information.</p>
<div class="footer" role="contentinfo"> <div class="footer" role="contentinfo">
&#169; Copyright 2013-2016, Lars Kiesow. &#169; Copyright 2013-2016, Lars Kiesow.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.8. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.2.
</div> </div>
</body> </body>
</html> </html>

View file

@ -6,7 +6,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 &#8212; python-feedgen 0.5.1 documentation</title> <title>feedgen.feed &#8212; python-feedgen 0.6.1 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" />
@ -14,10 +14,11 @@
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT: './', URL_ROOT: './',
VERSION: '0.5.1', VERSION: '0.6.1',
COLLAPSE_INDEX: false, COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html', FILE_SUFFIX: '.html',
HAS_SOURCE: true HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
}; };
</script> </script>
<script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/jquery.js"></script>
@ -25,14 +26,12 @@
<script type="text/javascript" src="_static/doctools.js"></script> <script type="text/javascript" src="_static/doctools.js"></script>
<link rel="index" title="Index" href="genindex.html" /> <link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" /> <link rel="search" title="Search" href="search.html" />
<link rel="top" title="python-feedgen 0.5.1 documentation" href="index.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 role="document"> <body role="document">
<div class="header" role="banner"><h1 class="heading"><a href="index.html"> <div class="header" role="banner"><h1 class="heading"><a href="index.html">
<span>python-feedgen 0.5.1 documentation</span></a></h1> <span>python-feedgen 0.6.1 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" role="navigation" aria-label="top navigation"> <div class="topnav" role="navigation" aria-label="top navigation">
@ -963,7 +962,7 @@ feed. This is an RSS only value.</p>
<div class="footer" role="contentinfo"> <div class="footer" role="contentinfo">
&#169; Copyright 2013-2016, Lars Kiesow. &#169; Copyright 2013-2016, Lars Kiesow.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.8. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.2.
</div> </div>
</body> </body>
</html> </html>

View file

@ -6,7 +6,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 &#8212; python-feedgen 0.5.1 documentation</title> <title>API Documentation &#8212; python-feedgen 0.6.1 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" />
@ -14,10 +14,11 @@
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT: './', URL_ROOT: './',
VERSION: '0.5.1', VERSION: '0.6.1',
COLLAPSE_INDEX: false, COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html', FILE_SUFFIX: '.html',
HAS_SOURCE: true HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
}; };
</script> </script>
<script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/jquery.js"></script>
@ -25,13 +26,12 @@
<script type="text/javascript" src="_static/doctools.js"></script> <script type="text/javascript" src="_static/doctools.js"></script>
<link rel="index" title="Index" href="genindex.html" /> <link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" /> <link rel="search" title="Search" href="search.html" />
<link rel="top" title="python-feedgen 0.5.1 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 role="document"> <body role="document">
<div class="header" role="banner"><h1 class="heading"><a href="index.html"> <div class="header" role="banner"><h1 class="heading"><a href="index.html">
<span>python-feedgen 0.5.1 documentation</span></a></h1> <span>python-feedgen 0.6.1 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" role="navigation" aria-label="top navigation"> <div class="topnav" role="navigation" aria-label="top navigation">
@ -205,7 +205,7 @@ This can be done by calling the generating method with the keyword argument
<div class="footer" role="contentinfo"> <div class="footer" role="contentinfo">
&#169; Copyright 2013-2016, Lars Kiesow. &#169; Copyright 2013-2016, Lars Kiesow.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.8. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.2.
</div> </div>
</body> </body>
</html> </html>

View file

@ -6,7 +6,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 &#8212; python-feedgen 0.5.1 documentation</title> <title>feedgen.util &#8212; python-feedgen 0.6.1 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" />
@ -14,10 +14,11 @@
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT: './', URL_ROOT: './',
VERSION: '0.5.1', VERSION: '0.6.1',
COLLAPSE_INDEX: false, COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html', FILE_SUFFIX: '.html',
HAS_SOURCE: true HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
}; };
</script> </script>
<script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/jquery.js"></script>
@ -25,14 +26,12 @@
<script type="text/javascript" src="_static/doctools.js"></script> <script type="text/javascript" src="_static/doctools.js"></script>
<link rel="index" title="Index" href="genindex.html" /> <link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" /> <link rel="search" title="Search" href="search.html" />
<link rel="top" title="python-feedgen 0.5.1 documentation" href="index.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 role="document"> <body role="document">
<div class="header" role="banner"><h1 class="heading"><a href="index.html"> <div class="header" role="banner"><h1 class="heading"><a href="index.html">
<span>python-feedgen 0.5.1 documentation</span></a></h1> <span>python-feedgen 0.6.1 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" role="navigation" aria-label="top navigation"> <div class="topnav" role="navigation" aria-label="top navigation">
@ -115,7 +114,7 @@ values.</li>
<div class="footer" role="contentinfo"> <div class="footer" role="contentinfo">
&#169; Copyright 2013-2016, Lars Kiesow. &#169; Copyright 2013-2016, Lars Kiesow.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.8. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.2.
</div> </div>
</body> </body>
</html> </html>

View file

@ -6,7 +6,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 &#8212; python-feedgen 0.5.1 documentation</title> <title>feedgen.ext.base &#8212; python-feedgen 0.6.1 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" />
@ -14,10 +14,11 @@
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../', URL_ROOT: '../',
VERSION: '0.5.1', VERSION: '0.6.1',
COLLAPSE_INDEX: false, COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html', FILE_SUFFIX: '.html',
HAS_SOURCE: true HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
}; };
</script> </script>
<script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/jquery.js"></script>
@ -25,14 +26,12 @@
<script type="text/javascript" src="../_static/doctools.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script>
<link rel="index" title="Index" href="../genindex.html" /> <link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" /> <link rel="search" title="Search" href="../search.html" />
<link rel="top" title="python-feedgen 0.5.1 documentation" href="../index.html" />
<link rel="up" title="API Documentation" href="../api.html" />
<link rel="next" title="feedgen.ext.dc" href="api.ext.dc.html" /> <link rel="next" title="feedgen.ext.dc" href="api.ext.dc.html" />
<link rel="prev" title="feedgen.util" href="../api.util.html" /> <link rel="prev" title="feedgen.util" href="../api.util.html" />
</head> </head>
<body role="document"> <body role="document">
<div class="header" role="banner"><h1 class="heading"><a href="../index.html"> <div class="header" role="banner"><h1 class="heading"><a href="../index.html">
<span>python-feedgen 0.5.1 documentation</span></a></h1> <span>python-feedgen 0.6.1 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" role="navigation" aria-label="top navigation"> <div class="topnav" role="navigation" aria-label="top navigation">
@ -134,7 +133,7 @@ fields.</p>
<div class="footer" role="contentinfo"> <div class="footer" role="contentinfo">
&#169; Copyright 2013-2016, Lars Kiesow. &#169; Copyright 2013-2016, Lars Kiesow.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.8. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.2.
</div> </div>
</body> </body>
</html> </html>

View file

@ -6,7 +6,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.dc &#8212; python-feedgen 0.5.1 documentation</title> <title>feedgen.ext.dc &#8212; python-feedgen 0.6.1 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" />
@ -14,10 +14,11 @@
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../', URL_ROOT: '../',
VERSION: '0.5.1', VERSION: '0.6.1',
COLLAPSE_INDEX: false, COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html', FILE_SUFFIX: '.html',
HAS_SOURCE: true HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
}; };
</script> </script>
<script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/jquery.js"></script>
@ -25,14 +26,12 @@
<script type="text/javascript" src="../_static/doctools.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script>
<link rel="index" title="Index" href="../genindex.html" /> <link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" /> <link rel="search" title="Search" href="../search.html" />
<link rel="top" title="python-feedgen 0.5.1 documentation" href="../index.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.ext.base" href="api.ext.base.html" /> <link rel="prev" title="feedgen.ext.base" href="api.ext.base.html" />
</head> </head>
<body role="document"> <body role="document">
<div class="header" role="banner"><h1 class="heading"><a href="../index.html"> <div class="header" role="banner"><h1 class="heading"><a href="../index.html">
<span>python-feedgen 0.5.1 documentation</span></a></h1> <span>python-feedgen 0.6.1 documentation</span></a></h1>
<h2 class="heading"><span>feedgen.ext.dc</span></h2> <h2 class="heading"><span>feedgen.ext.dc</span></h2>
</div> </div>
<div class="topnav" role="navigation" aria-label="top navigation"> <div class="topnav" role="navigation" aria-label="top navigation">
@ -60,7 +59,7 @@
<col class="field-name" /> <col class="field-name" />
<col class="field-body" /> <col class="field-body" />
<tbody valign="top"> <tbody valign="top">
<tr class="field-odd field"><th class="field-name">copyright:</th><td class="field-body">2013-2016, Lars Kiesow &lt;<a class="reference external" href="mailto:lkiesow&#37;&#52;&#48;uos&#46;de">lkiesow<span>&#64;</span>uos<span>&#46;</span>de</a>&gt;</td> <tr class="field-odd field"><th class="field-name">copyright:</th><td class="field-body">2013-2017, Lars Kiesow &lt;<a class="reference external" href="mailto:lkiesow&#37;&#52;&#48;uos&#46;de">lkiesow<span>&#64;</span>uos<span>&#46;</span>de</a>&gt;</td>
</tr> </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 class="field-even field"><th class="field-name">license:</th><td class="field-body">FreeBSD and LGPL, see license.* for more details.</td>
</tr> </tr>
@ -535,7 +534,7 @@ resource.</p>
<div class="footer" role="contentinfo"> <div class="footer" role="contentinfo">
&#169; Copyright 2013-2016, Lars Kiesow. &#169; Copyright 2013-2016, Lars Kiesow.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.8. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.2.
</div> </div>
</body> </body>
</html> </html>

View file

@ -6,7 +6,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 &#8212; python-feedgen 0.5.1 documentation</title> <title>feedgen.ext.podcast &#8212; python-feedgen 0.6.1 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" />
@ -14,10 +14,11 @@
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../', URL_ROOT: '../',
VERSION: '0.5.1', VERSION: '0.6.1',
COLLAPSE_INDEX: false, COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html', FILE_SUFFIX: '.html',
HAS_SOURCE: true HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
}; };
</script> </script>
<script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/jquery.js"></script>
@ -25,14 +26,12 @@
<script type="text/javascript" src="../_static/doctools.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script>
<link rel="index" title="Index" href="../genindex.html" /> <link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" /> <link rel="search" title="Search" href="../search.html" />
<link rel="top" title="python-feedgen 0.5.1 documentation" href="../index.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.dc" href="api.ext.dc.html" /> <link rel="prev" title="feedgen.ext.dc" href="api.ext.dc.html" />
</head> </head>
<body role="document"> <body role="document">
<div class="header" role="banner"><h1 class="heading"><a href="../index.html"> <div class="header" role="banner"><h1 class="heading"><a href="../index.html">
<span>python-feedgen 0.5.1 documentation</span></a></h1> <span>python-feedgen 0.6.1 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" role="navigation" aria-label="top navigation"> <div class="topnav" role="navigation" aria-label="top navigation">
@ -347,7 +346,7 @@ tag are used.</p>
<div class="footer" role="contentinfo"> <div class="footer" role="contentinfo">
&#169; Copyright 2013-2016, Lars Kiesow. &#169; Copyright 2013-2016, Lars Kiesow.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.8. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.2.
</div> </div>
</body> </body>
</html> </html>

View file

@ -6,7 +6,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 &#8212; python-feedgen 0.5.1 documentation</title> <title>feedgen.ext.podcast_entry &#8212; python-feedgen 0.6.1 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" />
@ -14,10 +14,11 @@
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../', URL_ROOT: '../',
VERSION: '0.5.1', VERSION: '0.6.1',
COLLAPSE_INDEX: false, COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html', FILE_SUFFIX: '.html',
HAS_SOURCE: true HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
}; };
</script> </script>
<script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/jquery.js"></script>
@ -25,14 +26,12 @@
<script type="text/javascript" src="../_static/doctools.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script>
<link rel="index" title="Index" href="../genindex.html" /> <link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" /> <link rel="search" title="Search" href="../search.html" />
<link rel="top" title="python-feedgen 0.5.1 documentation" href="../index.html" />
<link rel="up" title="API Documentation" href="../api.html" />
<link rel="next" title="feedgen.ext.torrent" href="api.ext.torrent.html" /> <link rel="next" title="feedgen.ext.torrent" href="api.ext.torrent.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 role="document"> <body role="document">
<div class="header" role="banner"><h1 class="heading"><a href="../index.html"> <div class="header" role="banner"><h1 class="heading"><a href="../index.html">
<span>python-feedgen 0.5.1 documentation</span></a></h1> <span>python-feedgen 0.6.1 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" role="navigation" aria-label="top navigation"> <div class="topnav" role="navigation" aria-label="top navigation">
@ -304,7 +303,7 @@ characters. If &lt;itunes:summary&gt; is not included, the contents of the
<div class="footer" role="contentinfo"> <div class="footer" role="contentinfo">
&#169; Copyright 2013-2016, Lars Kiesow. &#169; Copyright 2013-2016, Lars Kiesow.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.8. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.2.
</div> </div>
</body> </body>
</html> </html>

View file

@ -6,7 +6,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.torrent &#8212; python-feedgen 0.5.1 documentation</title> <title>feedgen.ext.torrent &#8212; python-feedgen 0.6.1 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" />
@ -14,10 +14,11 @@
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../', URL_ROOT: '../',
VERSION: '0.5.1', VERSION: '0.6.1',
COLLAPSE_INDEX: false, COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html', FILE_SUFFIX: '.html',
HAS_SOURCE: true HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
}; };
</script> </script>
<script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/jquery.js"></script>
@ -25,13 +26,11 @@
<script type="text/javascript" src="../_static/doctools.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script>
<link rel="index" title="Index" href="../genindex.html" /> <link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" /> <link rel="search" title="Search" href="../search.html" />
<link rel="top" title="python-feedgen 0.5.1 documentation" href="../index.html" />
<link rel="up" title="API Documentation" href="../api.html" />
<link rel="prev" title="feedgen.ext.podcast_entry" href="api.ext.podcast_entry.html" /> <link rel="prev" title="feedgen.ext.podcast_entry" href="api.ext.podcast_entry.html" />
</head> </head>
<body role="document"> <body role="document">
<div class="header" role="banner"><h1 class="heading"><a href="../index.html"> <div class="header" role="banner"><h1 class="heading"><a href="../index.html">
<span>python-feedgen 0.5.1 documentation</span></a></h1> <span>python-feedgen 0.6.1 documentation</span></a></h1>
<h2 class="heading"><span>feedgen.ext.torrent</span></h2> <h2 class="heading"><span>feedgen.ext.torrent</span></h2>
</div> </div>
<div class="topnav" role="navigation" aria-label="top navigation"> <div class="topnav" role="navigation" aria-label="top navigation">
@ -199,7 +198,7 @@
<div class="footer" role="contentinfo"> <div class="footer" role="contentinfo">
&#169; Copyright 2013-2016, Lars Kiesow. &#169; Copyright 2013-2016, Lars Kiesow.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.8. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.2.
</div> </div>
</body> </body>
</html> </html>

File diff suppressed because it is too large Load diff

View file

@ -6,7 +6,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 &#8212; python-feedgen 0.5.1 documentation</title> <title>Feedgenerator &#8212; python-feedgen 0.6.1 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" />
@ -14,10 +14,11 @@
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT: './', URL_ROOT: './',
VERSION: '0.5.1', VERSION: '0.6.1',
COLLAPSE_INDEX: false, COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html', FILE_SUFFIX: '.html',
HAS_SOURCE: true HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
}; };
</script> </script>
<script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/jquery.js"></script>
@ -25,12 +26,11 @@
<script type="text/javascript" src="_static/doctools.js"></script> <script type="text/javascript" src="_static/doctools.js"></script>
<link rel="index" title="Index" href="genindex.html" /> <link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" /> <link rel="search" title="Search" href="search.html" />
<link rel="top" title="python-feedgen 0.5.1 documentation" href="#" />
<link rel="next" title="API Documentation" href="api.html" /> <link rel="next" title="API Documentation" href="api.html" />
</head> </head>
<body role="document"> <body role="document">
<div class="header" role="banner"><h1 class="heading"><a href="#"> <div class="header" role="banner"><h1 class="heading"><a href="#">
<span>python-feedgen 0.5.1 documentation</span></a></h1> <span>python-feedgen 0.6.1 documentation</span></a></h1>
<h2 class="heading"><span>Feedgenerator</span></h2> <h2 class="heading"><span>Feedgenerator</span></h2>
</div> </div>
<div class="topnav" role="navigation" aria-label="top navigation"> <div class="topnav" role="navigation" aria-label="top navigation">
@ -64,6 +64,7 @@
<div class="section" id="feedgenerator"> <div class="section" id="feedgenerator">
<h1><a class="toc-backref" href="#id1">Feedgenerator</a><a class="headerlink" href="#feedgenerator" title="Permalink to this headline"></a></h1> <h1><a class="toc-backref" href="#id1">Feedgenerator</a><a class="headerlink" href="#feedgenerator" title="Permalink to this headline"></a></h1>
<a class="reference external image-reference" href="https://travis-ci.org/lkiesow/python-feedgen"><img alt="Build Status" src="https://travis-ci.org/lkiesow/python-feedgen.svg?branch=master" /></a> <a class="reference external image-reference" href="https://travis-ci.org/lkiesow/python-feedgen"><img alt="Build Status" src="https://travis-ci.org/lkiesow/python-feedgen.svg?branch=master" /></a>
<a class="reference external image-reference" href="https://coveralls.io/github/lkiesow/python-feedgen?branch=master"><img alt="Test Coverage Status" src="https://coveralls.io/repos/github/lkiesow/python-feedgen/badge.svg?branch=master" /></a>
<p>This module can be used to generate web feeds in both ATOM and RSS format. It <p>This module can be used to generate web feeds in both ATOM and RSS format. It
has support for extensions. Included is for example an extension to produce Podcasts.</p> has support for extensions. Included is for example an extension to produce Podcasts.</p>
<p>It is licensed under the terms of both, the FreeBSD license and the LGPLv3+. <p>It is licensed under the terms of both, the FreeBSD license and the LGPLv3+.
@ -144,6 +145,7 @@ FeedEntry object:</p>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">fe</span> <span class="o">=</span> <span class="n">fg</span><span class="o">.</span><span class="n">add_entry</span><span class="p">()</span> <div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">fe</span> <span class="o">=</span> <span class="n">fg</span><span class="o">.</span><span class="n">add_entry</span><span class="p">()</span>
<span class="gp">&gt;&gt;&gt; </span><span class="n">fe</span><span class="o">.</span><span class="n">id</span><span class="p">(</span><span class="s1">&#39;http://lernfunk.de/media/654321/1&#39;</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">fe</span><span class="o">.</span><span class="n">id</span><span class="p">(</span><span class="s1">&#39;http://lernfunk.de/media/654321/1&#39;</span><span class="p">)</span>
<span class="gp">&gt;&gt;&gt; </span><span class="n">fe</span><span class="o">.</span><span class="n">title</span><span class="p">(</span><span class="s1">&#39;The First Episode&#39;</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">fe</span><span class="o">.</span><span class="n">title</span><span class="p">(</span><span class="s1">&#39;The First Episode&#39;</span><span class="p">)</span>
<span class="gp">&gt;&gt;&gt; </span><span class="n">fe</span><span class="o">.</span><span class="n">link</span><span class="p">(</span><span class="n">href</span><span class="o">=</span><span class="s2">&quot;http://lernfunk.de/feed&quot;</span><span class="p">)</span>
</pre></div> </pre></div>
</div> </div>
<p>The FeedGenerators method <cite>add_entry(...)</cite> without argument provides will <p>The FeedGenerators method <cite>add_entry(...)</cite> without argument provides will
@ -257,7 +259,7 @@ example for a whole feed generation process, you can find it in the
<div class="footer" role="contentinfo"> <div class="footer" role="contentinfo">
&#169; Copyright 2013-2016, Lars Kiesow. &#169; Copyright 2013-2016, Lars Kiesow.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.8. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.2.
</div> </div>
</body> </body>
</html> </html>

View file

@ -6,7 +6,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 &#8212; python-feedgen 0.5.1 documentation</title> <title>Python Module Index &#8212; python-feedgen 0.6.1 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" />
@ -14,10 +14,11 @@
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT: './', URL_ROOT: './',
VERSION: '0.5.1', VERSION: '0.6.1',
COLLAPSE_INDEX: false, COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html', FILE_SUFFIX: '.html',
HAS_SOURCE: true HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
}; };
</script> </script>
<script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/jquery.js"></script>
@ -25,14 +26,13 @@
<script type="text/javascript" src="_static/doctools.js"></script> <script type="text/javascript" src="_static/doctools.js"></script>
<link rel="index" title="Index" href="genindex.html" /> <link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" /> <link rel="search" title="Search" href="search.html" />
<link rel="top" title="python-feedgen 0.5.1 documentation" href="index.html" />
</head> </head>
<body role="document"> <body role="document">
<div class="header" role="banner"><h1 class="heading"><a href="index.html"> <div class="header" role="banner"><h1 class="heading"><a href="index.html">
<span>python-feedgen 0.5.1 documentation</span></a></h1> <span>python-feedgen 0.6.1 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" role="navigation" aria-label="top navigation"> <div class="topnav" role="navigation" aria-label="top navigation">
@ -52,7 +52,7 @@
<a href="#cap-f"><strong>f</strong></a> <a href="#cap-f"><strong>f</strong></a>
</div> </div>
<table class="indextable modindextable" cellspacing="0" cellpadding="2"> <table class="indextable modindextable">
<tr class="pcap"><td></td><td>&#160;</td><td></td></tr> <tr class="pcap"><td></td><td>&#160;</td><td></td></tr>
<tr class="cap" id="cap-f"><td></td><td> <tr class="cap" id="cap-f"><td></td><td>
<strong>f</strong></td><td></td></tr> <strong>f</strong></td><td></td></tr>
@ -116,7 +116,7 @@
<div class="footer" role="contentinfo"> <div class="footer" role="contentinfo">
&#169; Copyright 2013-2016, Lars Kiesow. &#169; Copyright 2013-2016, Lars Kiesow.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.8. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.2.
</div> </div>
</body> </body>
</html> </html>

View file

@ -6,7 +6,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 &#8212; python-feedgen 0.5.1 documentation</title> <title>Search &#8212; python-feedgen 0.6.1 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" />
@ -14,10 +14,11 @@
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT: './', URL_ROOT: './',
VERSION: '0.5.1', VERSION: '0.6.1',
COLLAPSE_INDEX: false, COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html', FILE_SUFFIX: '.html',
HAS_SOURCE: true HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
}; };
</script> </script>
<script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/jquery.js"></script>
@ -26,7 +27,6 @@
<script type="text/javascript" src="_static/searchtools.js"></script> <script type="text/javascript" src="_static/searchtools.js"></script>
<link rel="index" title="Index" href="genindex.html" /> <link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="#" /> <link rel="search" title="Search" href="#" />
<link rel="top" title="python-feedgen 0.5.1 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 role="document"> <body role="document">
<div class="header" role="banner"><h1 class="heading"><a href="index.html"> <div class="header" role="banner"><h1 class="heading"><a href="index.html">
<span>python-feedgen 0.5.1 documentation</span></a></h1> <span>python-feedgen 0.6.1 documentation</span></a></h1>
<h2 class="heading"><span>Search</span></h2> <h2 class="heading"><span>Search</span></h2>
</div> </div>
<div class="topnav" role="navigation" aria-label="top navigation"> <div class="topnav" role="navigation" aria-label="top navigation">
@ -85,7 +85,7 @@
<div class="footer" role="contentinfo"> <div class="footer" role="contentinfo">
&#169; Copyright 2013-2016, Lars Kiesow. &#169; Copyright 2013-2016, Lars Kiesow.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.8. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.2.
</div> </div>
</body> </body>
</html> </html>

File diff suppressed because one or more lines are too long