diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-11-23 20:03:40 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-11-23 20:03:40 -0300 |
commit | 7a9bcf10040f528ce413a0954b08244738686fba (patch) | |
tree | 5b1a93c18dbd739fdc060d5044daea9bdcaa6382 | |
parent | 901c8965f41082c2d5b46ade1205d7c799df7a85 (diff) | |
download | feeds-7a9bcf10040f528ce413a0954b08244738686fba.tar.gz feeds-7a9bcf10040f528ce413a0954b08244738686fba.tar.bz2 |
Feat: adds TODO
-rw-r--r-- | TODO.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,12 @@ +# TODO + +* [ ] Open an issue on upstream [Newsboat issue tracker][newsboat-issues] for + supporting [OPML inclusion][opml-inclusion] ([example](inclusion-example)). + Currently, Newsboat exits with: + + It looks like the OPML feed you subscribed contains no feeds. Please + fill it with feeds, and try again. + +[newsboat-issues]: https://github.com/newsboat/newsboat/issues +[opml-inclusion]: http://opml.org/spec2.opml#1629042832000 +[inclusion-example]: http://hosting.opml.org/dave/spec/directory.opml |