summaryrefslogtreecommitdiff
path: root/feedgenerator
Commit message (Expand)AuthorAgeFilesLines
* Replace deprecated getdefaultlocale() with getlocale()Justin Mayer2023-03-271-1/+1
* 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
* Update code for Python 3.6+Justin Mayer2021-08-185-11/+11
* Remove Python 2 (#27)Bastian Venthur2021-08-186-522/+37
* 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
* Fixed small typoBernhard Scheirle2016-04-051-1/+1
* Changes get_tag_uri so that the '/' before a fragment gets only added if ther...Bernhard Scheirle2016-04-041-1/+4
* 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
* 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