A Pelican plugin to generate a JSON Feed. The initial version will implement a main feed, but won't support AUTHOR, CATEGORY, etc feeds.
Enable it by setting the JSON_FEED setting in pelicanconf.py or publishconf.py. This works the same as RSS_FEED or ATOM_FEED.
- Supports author name from the
AUTHORsetting inpelicanconf.py. - Supports author URL from the
AUTHOR_LINKsetting inpelicanconf.py. - Supports WebSub hubs, through the
WEBSUB_HUBsetting inpelicanconf.py. Right now, it only supports a single hub, not the array that it should be able to support.
- Doesn't support a custom
user_comment. - Doesn't support
next_url. - Doesn't support
iconorfaviconfor feed icons. - Doesn't support author avatars.
- Doesn't support the feed level
expiredproperty. - ID is forced to the item's permalink, which is different from Pelican's behavior.
- Doesn't support
content_textfor items. - Doesn't support
summaryfor items. - Doesn't support
imagefor items. - Doesn't support
banner_imagefor items. - Doesn't support
attachments, yet.