summaryrefslogtreecommitdiff
path: root/feedgenerator
Commit message (Collapse)AuthorAgeFilesLines
* Add image to RSS feedsPaul Seyfert2021-09-281-1/+8
|
* Check for truthiness so empty strings are also falseBastian Venthur2021-09-281-2/+2
|
* Fix double subtitles if description & subtitle are providedBastian Venthur2021-09-281-2/+2
| | | | Tests all four possible combinations against the expected result.
* Update code for Python 3.6+Justin Mayer2021-08-185-11/+11
|
* Remove Python 2 (#27)Bastian Venthur2021-08-186-522/+37
| | | | | | | * removed __future__ imports and explicit encodings * removed six dependency and code * fixed py2/3 specific imports * removed python2 specific code * don't mention unittest2 anymore
* Use description field as subtitle for Atom feeds, if provided (#23)Bastian Venthur2021-08-171-0/+4
|
* Always set the 'updated' element of an 'entry' in Atom FeedsBernhard Scheirle2016-08-111-1/+5
| | | | | | Acording to the RFC4287[1] this element is mandatory. [1] https://tools.ietf.org/html/rfc4287#section-4.1.2
* Fixed small typoBernhard Scheirle2016-04-051-1/+1
|
* Changes get_tag_uri so that the '/' before a fragment gets only added if ↵Bernhard Scheirle2016-04-041-1/+4
| | | | there is a fragment.
* Support giving an explicit <updated> for AtomEevee (Lexy Munroe)2016-01-041-5/+9
|
* Atom should put pubdate in <published>, not <updated>Eevee (Lexy Munroe)2016-01-041-1/+1
|
* Support Atom's <content> elementEevee (Lexy Munroe)2016-01-041-1/+6
| | | | | | | Adds a `content` kwarg to `add_item`, which will become the <content> of an Atom entry. For RSS, which has no equivalent, the content is silently ignored; this is consistent with how Atom ignores metadata like `ttl` that only exists in RSS.
* RSS guids are properly marked isPermaLink=falseSam Lucidi2014-03-041-1/+1
|
* Remove unnecessary atom elements.Alex Brown2014-01-061-5/+4
|
* self._write wants a unicode string on python 2.Simon Conseil2013-05-251-1/+3
|
* sort attributes for consistent outputDeniz Turgut2013-04-052-6/+10
|
* Use OrderedDict for feed XML attribsDirk Makowski2013-02-181-2/+5
|
* Initial commitDirk Makowski2012-08-2510-0/+1804