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:

Why is your open source project still hosted on GitHub?

Perhaps the younger generation don't know anything about the past "evils" of Microsoft and naively believe that Microsoft is now the good friend to open source, but the truth is that all Microsoft acquisitions of open source projects is a busi…

via unixdigest.com May 22, 2025

StarFive VisionFive v2 and FreeBSD

This week I powered up the StarFive VisionFive v2 board that I have. I figured I would give FreeBSD another whirl on it, in the vague hope that RISC-V boards are a more cohesive family than ARM boards were five years ago. tl;dr: I didn’t get it to work as…

via [bobulate] May 20, 2025

Steve Ballmer was an underrated CEO

There's a common narrative that Microsoft was moribund under Steve Ballmer and then later saved by the miraculous leadership of Satya Nadella. This is the dominant narrative in every online discussion about the topic I've seen and it's a commo…

via danluu.com October 28, 2024

Generated by openring