Skip to content

Commit

Permalink
Remove RSS support
Browse files Browse the repository at this point in the history
RSS support is blocking a few simplifications for some other
improvements, and it additionally is very much untested and relies on
old, abandoned libraries for XML parsing.

Other technical factors influenced this decision (see github issue #191)
but the primary motivation is developer time and knowledge to maintain
this support. Frankly, there is none. Patches welcome.
  • Loading branch information
LaserEyess committed Sep 26, 2022
1 parent ddf96d7 commit 8c6054d
Show file tree
Hide file tree
Showing 27 changed files with 4 additions and 3,969 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install python3 python3-pip libgtk-3-dev gcc libgeoip-dev gettext libappstream-dev appstream-util libcurl4-openssl-dev libjson-glib-dev libmrss0-dev libproxy-dev
sudo apt-get install python3 python3-pip libgtk-3-dev gcc libgeoip-dev gettext libappstream-dev appstream-util libcurl4-openssl-dev libjson-glib-dev libproxy-dev
# Meson is too old on ubuntu
pip3 install --no-input meson ninja
- name: meson configure
Expand Down
5 changes: 0 additions & 5 deletions extern/rss-glib/meson.build

This file was deleted.

58 changes: 0 additions & 58 deletions extern/rss-glib/rss-document-private.h

This file was deleted.

Loading

0 comments on commit 8c6054d

Please sign in to comment.