python-feedgen/feedgen
Lars Kiesow 5a68e682d9
Make Generator Optional (Atom)
This patch makes the field generator optional in Atom, allowing to set
an empty string to disable the element in the same way it is disabled in
RSS already:

```python
 # disable generator element
 fg.generator('')
```

This fixes #89
2020-01-25 18:26:52 +01:00
..
ext Fix errors from make test 2019-07-29 10:24:02 +10:00
__init__.py Another typo 2018-12-14 15:17:32 -05:00
__main__.py Use isort to sort import 2018-03-04 20:05:29 +01:00
compat.py Use isort to sort import 2018-03-04 20:05:29 +01:00
entry.py Properly Parse text/xml 2020-01-25 18:12:56 +01:00
feed.py Make Generator Optional (Atom) 2020-01-25 18:26:52 +01:00
util.py Fix Travis Builds 2018-03-04 20:10:01 +01:00
version.py Release 0.8.0 2019-09-08 12:20:13 +02:00