feedgenerator icon indicating copy to clipboard operation
feedgenerator copied to clipboard

Standalone version of Django's feedgenerator module

Results 5 feedgenerator issues
Sort by recently updated
recently updated
newest added

OPML support would be useful. Adding custom attributes would be good too: * Custom filter rules (See Liferea). * Custom tags (See Slixfeed). ```python def export_to_opml(jid, filename, results): print(jid, filename,...

It would be highly beneficial to add an XSLT stylesheet to the project including a boolean option (default is True) to enable ot disable stylesheet. For more information and stylesheet...

Function `add_item`. ### Attributes of graphics: Graphics would make feeds more appealing and easier to visually identify. * icon * image * logo ### Attribute for generator: Generator would be...

The version of feedgenerator.py distributed with Django supports passing an array of `'enclosures'` to `add_item()` instead of a single `'enclsoure'`. (Multiple enclosures are only supported by Atom feeds.) Here is...

Should we add [JSON Feed](https://jsonfeed.org) capability to FeedGenerator? @rjames86 has begun work on a [JSON Feed plugin](https://github.com/rjames86/myblog/blob/master/pelican_site/plugins/json_feed/json_feed.py), and he [wondered](https://botbot.me/freenode/pelican/msg/87552007/) what @getpelican/reviewers thought about integrating it into FeedGenerator instead. Any...