| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add image to RSS feeds | Paul Seyfert | 2021-09-28 | 1 | -1/+8 |
| | | |||||
| * | Check for truthiness so empty strings are also false | Bastian Venthur | 2021-09-28 | 1 | -2/+2 |
| | | |||||
| * | Fix double subtitles if description & subtitle are provided | Bastian Venthur | 2021-09-28 | 1 | -2/+2 |
| | | | | | Tests all four possible combinations against the expected result. | ||||
| * | Update code for Python 3.6+ | Justin Mayer | 2021-08-18 | 5 | -11/+11 |
| | | |||||
| * | Remove Python 2 (#27) | Bastian Venthur | 2021-08-18 | 6 | -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 Venthur | 2021-08-17 | 1 | -0/+4 |
| | | |||||
| * | Always set the 'updated' element of an 'entry' in Atom Feeds | Bernhard Scheirle | 2016-08-11 | 1 | -1/+5 |
| | | | | | | | Acording to the RFC4287[1] this element is mandatory. [1] https://tools.ietf.org/html/rfc4287#section-4.1.2 | ||||
| * | Fixed small typo | Bernhard Scheirle | 2016-04-05 | 1 | -1/+1 |
| | | |||||
| * | Changes get_tag_uri so that the '/' before a fragment gets only added if ↵ | Bernhard Scheirle | 2016-04-04 | 1 | -1/+4 |
| | | | | | there is a fragment. | ||||
| * | Support giving an explicit <updated> for Atom | Eevee (Lexy Munroe) | 2016-01-04 | 1 | -5/+9 |
| | | |||||
| * | Atom should put pubdate in <published>, not <updated> | Eevee (Lexy Munroe) | 2016-01-04 | 1 | -1/+1 |
| | | |||||
| * | Support Atom's <content> element | Eevee (Lexy Munroe) | 2016-01-04 | 1 | -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=false | Sam Lucidi | 2014-03-04 | 1 | -1/+1 |
| | | |||||
| * | Remove unnecessary atom elements. | Alex Brown | 2014-01-06 | 1 | -5/+4 |
| | | |||||
| * | self._write wants a unicode string on python 2. | Simon Conseil | 2013-05-25 | 1 | -1/+3 |
| | | |||||
| * | sort attributes for consistent output | Deniz Turgut | 2013-04-05 | 2 | -6/+10 |
| | | |||||
| * | Use OrderedDict for feed XML attribs | Dirk Makowski | 2013-02-18 | 1 | -2/+5 |
| | | |||||
| * | Initial commit | Dirk Makowski | 2012-08-25 | 10 | -0/+1804 |
