| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Do not include trash into a source tarball | Ihor Kalnytskyi | 2017-10-12 | 1 | -1/+0 | |
| |/ | | | | | | | | | We should not greedy include everything that matches *.py as it may result into bundling such trash (from packaging point of view) as .tox directory. By default, setuptools include the package itself, and we bundle tests and some other files explicitly in MANIFEST.in. Closes #9 | |||||
| * | Include LICENSE in package manifest | Justin Mayer | 2017-09-11 | 1 | -1/+1 | |
| | | | | Including the LICENSE in the package tarball appears to be desired by Linux distro packaging maintainers. Closes #10. | |||||
| * | Increment version to 1.9 | Justin Mayer | 2016-09-11 | 1 | -1/+1 | |
| | | ||||||
| * | Fix setup.py shebang to improve portability | Justin Mayer | 2016-09-11 | 1 | -3/+3 | |
| | | | | | Also includes PyCodeStyle-compliant indentation fixes. | |||||
| * | Update maintainer metadata in setup.py | Justin Mayer | 2016-09-11 | 1 | -2/+2 | |
| | | ||||||
| * | Merge pull request #6 from Scheirle/remove_test | Justin Mayer | 2016-08-11 | 3 | -17/+1 | |
| |\ | | | | | Removes Unittest 002 | |||||
| | * | Removes Unittest 002 | Bernhard Scheirle | 2016-08-11 | 3 | -17/+1 | |
| | | | | | | | | | | | | | | | | | - Is a manual test - Does not increase coverage: Tests `feed.write` which gets already testet via `feed.writeString` in the other unit tests. Fixes #5 | |||||
| * | | Merge pull request #7 from Scheirle/updatedate | Justin Mayer | 2016-08-11 | 2 | -4/+13 | |
| |\ \ | |/ |/| | Always set the 'updated' element of an 'entry' in Atom Feeds | |||||
| | * | Always set the 'updated' element of an 'entry' in Atom Feeds | Bernhard Scheirle | 2016-08-11 | 2 | -4/+13 | |
| |/ | | | | | | Acording to the RFC4287[1] this element is mandatory. [1] https://tools.ietf.org/html/rfc4287#section-4.1.2 | |||||
| * | Merge pull request #4 from Scheirle/get_tag_uri | Justin Mayer | 2016-04-06 | 2 | -3/+6 | |
| |\ | | | | | Changes get_tag_uri so that the '/' before a fragment gets only added if there is a fragment | |||||
| | * | Fixed small typo | Bernhard Scheirle | 2016-04-05 | 1 | -1/+1 | |
| | | | ||||||
| | * | Updates the expected test output to match the new tag uri | Bernhard Scheirle | 2016-04-04 | 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. | |||||
| * | | Update version to 1.8 | Justin Mayer | 2016-04-05 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add classifiers for Python 3.4 and 3.5 to setup.py | Justin Mayer | 2016-04-05 | 1 | -1/+3 | |
| | | | ||||||
| * | | Update and simplify README | Justin Mayer | 2016-04-05 | 1 | -12/+7 | |
| | | | ||||||
| * | | Add Django's LICENSE file to project | Justin Mayer | 2016-04-05 | 1 | -0/+28 | |
| |/ | ||||||
| * | Merge pull request #3 from eevee/atom-features | Alexis Metaireau | 2016-02-22 | 4 | -10/+28 | |
| |\ | | | | | Fix support for a couple Atom features | |||||
| | * | 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 | 2 | -3/+9 | |
| | | | | | | | | | | | | | | | 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. | |||||
| | * | Update URL in setup.py | Eevee (Lexy Munroe) | 2016-01-04 | 1 | -1/+1 | |
| | | | ||||||
| | * | Add py34 and py35 to tox.ini | Eevee (Lexy Munroe) | 2016-01-04 | 1 | -1/+9 | |
| |/ | ||||||
| * | Merge pull request #2 from mansam/master | Justin Mayer | 2015-02-02 | 1 | -1/+1 | |
| |\ | | | | | Mark RSS guids with isPermaLink=false | |||||
| | * | RSS guids are properly marked isPermaLink=false | Sam Lucidi | 2014-03-04 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #1 from SoftlySplinter/pelican#1089 | Justin Mayer | 2014-01-08 | 4 | -14/+49 | |
| |\ | | | | | Remove Atom elements from RSS feed. Add Atom tests. | |||||
| | * | Add test for Atom feed generation. | Alex Brown | 2014-01-07 | 2 | -6/+42 | |
| | | | | | | | | | Also add an example atom file. | |||||
| | * | Remove unnecessary atom elements. | Alex Brown | 2014-01-06 | 3 | -8/+7 | |
| |/ | ||||||
| * | Correct test directory in MANIFEST.in | Justin Mayer | 2013-11-13 | 1 | -3/+1 | |
| | | | | | | | The incorrect test directory entry in MANIFEST.in was causing spurious warnings, confusing folks who thought there might be a problem with the installation process. | |||||
| * | bump version | Alexis Métaireau | 2013-08-31 | 1 | -1/+1 | |
| | | ||||||
| * | Update the pytz requirements | Alexis Métaireau | 2013-08-31 | 1 | -1/+1 | |
| | | ||||||
| * | Add Python 3.3 to setup.py category list | Justin Mayer | 2013-06-01 | 1 | -0/+1 | |
| | | ||||||
| * | Update the version to 1.6 | Justin Mayer | 2013-05-31 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'master' of dmdm/feedgenerator-py3k | Justin Mayer | 2013-05-31 | 6 | -7/+25 | |
| |\ | | | | | | | Preparing for 1.6 release | |||||
| | * | Merge pull request #3 from saimn/fix-py27 | Dirk Makowski | 2013-05-26 | 2 | -2/+8 | |
| | |\ | | | | | | | self._write wants a unicode string on python 2 | |||||
| | | * | Add python 3.3 to tox | Simon Conseil | 2013-05-25 | 1 | -1/+5 | |
| | | | | ||||||
| | | * | self._write wants a unicode string on python 2. | Simon Conseil | 2013-05-25 | 1 | -1/+3 | |
| | |/ | ||||||
| | * | Merge branch 'master' of https://github.com/dmdm/feedgenerator-py3k | Dirk Makowski | 2013-05-19 | 4 | -5/+16 | |
| | |\ | ||||||
| | | * | Merge pull request #1 from avaris/attribute-order | Dirk Makowski | 2013-04-05 | 4 | -8/+12 | |
| | | |\ | | | | | | | | | sort attributes for consistent output | |||||
| | | | * | sort attributes for consistent output | Deniz Turgut | 2013-04-05 | 4 | -8/+12 | |
| | | |/ | ||||||
| | | * | Use OrderedDict for feed XML attribs | Dirk Makowski | 2013-02-18 | 2 | -2/+9 | |
| | | | | ||||||
| | * | | Fixed: https://github.com/dmdm/feedgenerator-py3k/issues/2 | Dirk Makowski | 2013-05-19 | 1 | -1/+2 | |
| | |/ | | | | | | | | | | | In setup.py: - corrected name of test suite - added zip_safe=False flag | |||||
| * | | update the version to 1.5 | Alexis Métaireau | 2013-01-11 | 1 | -1/+1 | |
| |/ | ||||||
| * | Changed tox.inifrom_django_1.5.dev20120824122350 | Dirk Makowski | 2012-12-04 | 1 | -11/+13 | |
| | | ||||||
| * | Removed unnecessary comma | Dirk Makowski | 2012-08-29 | 1 | -1/+1 | |
| | | ||||||
| * | Renamed tests dir to avoid conflict by UnitTest | Dirk Makowski | 2012-08-29 | 4 | -0/+0 | |
| | | ||||||
| * | Added link to readme, renamed package in setup | Dirk Makowski | 2012-08-27 | 2 | -1/+2 | |
| | | ||||||
| * | Corrected comment | Dirk Makowski | 2012-08-26 | 1 | -1/+0 | |
| | | ||||||
| * | Improved tests | Dirk Makowski | 2012-08-26 | 3 | -29/+149 | |
| | | ||||||
| * | Hmm | Dirk Makowski | 2012-08-26 | 1 | -16/+7 | |
| | | ||||||
