Introducing a Falkon extension RSS Finder

This weekend I decided to semi automate the process of searching for RSS feeds on websites while using Falkon web browsers. Many websites provide RSS feeds but do not provide any visible link or icon to access them (eg. many Wordpress based sites) and I had to open the source code and search in that mess for xml feeds.

These feeds are ussualy in HEAD html element but sometimes can appear anywhere on the website. I decided to only include the ones provided in HEAD since this is a standard way of informing browser that there are RSS feeds.

Since I am aware of some characteristics of Falkon and the way how different plugin types work (written in C++, Python and QML) I decided to play with QML even when I do not like this language at all.

My decision was based on these facts:

  • There is no need for real time changes, only update when clicked on button.
  • To make it portable and working even when Python support is playing tricks on us.
  • To learn a little bit about QML development (for Falkon at least)

There is one huge limitation which makes me not like QML support in general, and that is it ignores my Qt widget theme and in Falkon it is all shiny white. The KDE project manages to provide styled QML programs, so I guess there is something either my plugin or Falkon itself is missing. But since I wanted to make it portable and I will use it only once in a while it is good as it is.

The extension can be found at Falkon store and code at my Gitea.

On the end note, this project can be used as an example how to run Javascript code on the webpage and retrieve some information from it while using QML. Well, it is not perfect.

Articles from blogs I follow:

Calamares towards 3.3.11

I’m going to change up the Calamares release process a little. It’s been slow going as a community-maintained project – which isn’t to say that that is a bad thing. Just slow. I’ve decided to make releases marginally more predictable than “when [ade] has …

via [bobulate] October 24, 2024

There is only one reason why Microsoft Windows is the dominating operating system on the PC desktop

The Internet is filled with blog posts, articles on tech media, and videos on YouTube about why Linux is not the main operating system on the PC desktop. "5 reasons why", "10 reasons why", bla, bla, bla. But they are all wrong.

via unixdigest.com August 24, 2024

Signing Android Apps Using a YubiKey (on NixOS)

In my spare time, I currently develop two Android apps using Flutter: AniTrack, a simple anime and manga tracker based on my own needs, and Moxxy, a modern XMPP client. While I don't provide release builds for AniTrack, I do for Moxxy. Those are signed u…

via PapaTutuWawa's Blog July 24, 2023

Generated by openring