[frameworks-syndication] [Bug 415045] New: Request: Provide QML bindings

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Wed Dec 11 09:45:30 GMT 2019


https://bugs.kde.org/show_bug.cgi?id=415045

            Bug ID: 415045
           Summary: Request: Provide QML bindings
           Product: frameworks-syndication
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: wishlist
          Priority: NOR
         Component: general
          Assignee: kdepim-bugs at kde.org
          Reporter: ci3nte at gmail.com
  Target Milestone: ---

I'd like to write an RSS/Atom Plasma widget.

However, generic RSS/Atom parsing is not as simple as expected and for example
claimed here: https://doc.qt.io/qt-5/qml-qtquick-xmllistmodel-xmllistmodel.html

With libsyndication a good library for RSS/Atom already exists. It would be
nice, if you provide some QML keybindings.

One usage pattern in QML could be like this:
```
FeedModel {
    id: "tagesschau"
    source: "http://www.tagesschau.de/xml/atom/"
}

FeedModel {
    id: "spiegel"
    source: "https://www.spiegel.de/schlagzeilen/index.rss"
}
```

See also https://marc.info/?l=kde-devel&m=156466043801682&w=2

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list