-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OPML to get all feeds of all categories #436
Comments
Already exists: https://getnikola.com/categories/nikola.xml Atom should work too, but it’s not enabled on getnikola.com.
This would be OK. Shouldn’t be too hard to implement if we would only have tags and categories in there. |
Thank you. Title has been changed accordingly.
Do you want OPML to be in core? If you do, since an Atom generation is within |
I think OPML should be a plugin. |
Can we move this to plugins issue tracker?
|
Moved. |
Requested Feature: (short description)
It would be good to have feed per tag, and generate an OPML file to download all at once for easy import into feed readers.
Related Area: (eg. tasks, compilers, configuration, templates…)
I think template.
Do you want to contribute this yourself as a pull request? (don’t worry about it if you don’t want to/can’t — someone else can take care of it)
Does this feature affect backwards compatibility? If yes, in what way?
No
Rationale and full description: (why should it be added to Nikola?)
Some people would want to get information on a specific matter.
For instance, not all news of WebXDC may be relevant and Game developers would want to get WebXDC news concerning to games.
OPML
OPML can be used to download a collection of feeds at once.
As I did not find an OPML generator, I have wrote my own one:
Source: https://gitgud.io/sjehuda/slixfeed/-/raw/master/slixfeed/action.py?ref_type=heads
The text was updated successfully, but these errors were encountered: