Commit graph

21 commits

Author SHA1 Message Date
Lars Kiesow
ffe3e4d752
Release 0.9.0
- Prevent XML Denial of Service Attacks
- Make Generator Optional (Atom)
- Properly Parse text/xml
- Add support for html summaries for Atom feeds
2020-01-28 17:58:13 +01:00
Lars Kiesow
9e3146f2ab
Release 0.8.0
- Implement complete GeoRSS specification
- Allow CDATA content in RSS description
- Add source element to feed entries
- Fixed a number of typos
2019-09-08 12:20:13 +02:00
Lars Kiesow
15dfb77870
Release 0.7.0
- New spec file based on Fedora packaging
- Parameter to define the order of feed entries
- Added GeoRSS extension
- Fixed pubDate name
2018-05-19 21:47:28 +02:00
Lars Kiesow
c92a340f88
Release 0.6.1
- Fixed release issue
2017-10-14 21:42:14 +02:00
Lars Kiesow
07073ec0b7
Release 0.6.0
- MediaRSS support
- New entries are now rendered first
- Python 3.6 support and testing
- Add permalink attribute to RSS guid
- Lots of tests and minor fixes
2017-10-14 21:32:32 +02:00
Lars Kiesow
0b06987ccd
Release 0.5.1
- Fixed release issue

Signed-off-by: Lars Kiesow <lkiesow@uos.de>
2017-01-05 01:12:23 +01:00
Lars Kiesow
1873564f14
Release 0.5.0
- Moved to reStructuredText for documentation (readme)
- Adhere to PEP8 (flake8)
- Fixed several minor issues

Signed-off-by: Lars Kiesow <lkiesow@uos.de>
2017-01-05 01:06:57 +01:00
Lars Kiesow
dea81225d1
Added flake8 to TravisCI
Signed-off-by: Lars Kiesow <lkiesow@uos.de>
2017-01-05 00:56:59 +01:00
Lars Kiesow
444855a248
Flake8 Compatibility
This patch makes the feedgen flake8 compatible, fixing some minor issues
along the way. Most noticeable, this switches from tabs to spaces.

Signed-off-by: Lars Kiesow <lkiesow@uos.de>
2017-01-05 00:39:33 +01:00
Lars Kiesow
ccf18502bc
Release 0.4.1
- Fixed URI attributes in Atom feeds
- Fixed TOC generation in docs

Signed-off-by: Lars Kiesow <lkiesow@uos.de>
2017-01-05 00:35:06 +01:00
Lars Kiesow
edcb01f085
Release 0.4.0
- Added support for custom extensions
- Updated set-up utils
- Added Torrent extensions
- Added support for multiple ITunes (sub-)categories
- Fixed CDATA content

Thanks to all contributors for doing most of the work!

Signed-off-by: Lars Kiesow <lkiesow@uos.de>
2016-09-04 20:31:44 +02:00
Lars Kiesow
345c0edf09
Release 0.3.2
- Syndication extension
- Remove six dependency
- Fix typo, schema to scheme
- Fixed Localized Time Formatting Issues
- Added Support for XML Declaration

Signed-off-by: Lars Kiesow <lkiesow@uos.de>
2015-10-29 23:14:55 +01:00
Lars Kiesow
bf8d0729f6
Release 0.3.1
- Python 3 compatibility
 - Test updates
 - Encoding support

Signed-off-by: Lars Kiesow <lkiesow@uos.de>
2015-01-16 17:05:54 +01:00
Lars Kiesow
8e0ed2df8b
Release 0.3.0
- Fixed several minor bugs
 - Code cleanup of extensions (API change!)
 - Added unit tests

Thanks to all contributors!

Signed-off-by: Lars Kiesow <lkiesow@uos.de>
2014-07-20 23:57:29 +02:00
Lars Kiesow
d7d7b82f55 Release 0.2.8
Fixed documentation issues with last release
2014-01-01 19:06:45 +01:00
Lars Kiesow
0a83aa0d97 Release 0.2.7
Inclused some bugfixes.
2014-01-01 17:02:24 +01:00
Lars Kiesow
ea6f9626a3 Release 0.2.6 2013-09-23 14:49:33 +02:00
Lars Kiesow
8b99518a40 release 0.2.5 2013-07-22 00:40:36 +02:00
Lars Kiesow
d2a3fa62ff release 0.2.4 2013-05-16 19:31:40 +02:00
Lars Kiesow
950e2f909d included version in docs and setup 2013-05-16 19:30:29 +02:00
Lars Kiesow
66689be7ff Proper initialization 2013-05-16 19:04:03 +02:00