10 lines
232 B
Python
10 lines
232 B
Python
# -*- coding: utf-8 -*-
|
|
"""
|
|
feedgenerator
|
|
~~~~~~~~~~~~~
|
|
|
|
This module can be used to wenerate web feeds in both ATOM and RSS format.
|
|
|
|
:copyright: 2013 by Lars Kiesow
|
|
:license: FreeBSD and LGPL, see LICENSE for more details.
|
|
"""
|