× This Challenge was posted 5 months ago

Challenge Project

NewsFlash

Translation status

Gnome Circle

NewsFlash

(The spiritual successor to FeedReader)

Follow your favorite blogs & news sites.

NewsFlash is a program designed to complement an already existing web-based RSS reader account. It combines all the advantages of web based services like syncing across all your devices with everything you expect from a modern desktop program: Desktop notifications, fast search and filtering, tagging, handy keyboard shortcuts and having access to all your articles as long as you like.

Screenshot

Flathub

Official package available on Flathub:

Download on Flathub

Unsupported Packages

These packages might be outdated and have issues not present in the official flatpak. Use at your own risk and verify an issue is reproducible with the flatpak before filing a report.

Arch

sudo pacman -S newsflash

Nix

nix-shell -p newsflash

Snap

Snap

Looking for service maintainers

I'm looking for people that are actively using a specific service backend of NewsFlash and are willing to maintain it. The size of the code for each service is quite managable. But keeping an eye on and testing every service can be quite challenging. So this time around I'm hoping to find at least one person per service that knows the basics of rust and uses the service on a (almost) daily basis.

Services & Maintainers:

We now have a guide and code template to get you started implementing new services.

Grab full articles

NewsFlash has a built-in content grabber that can in a lot of cases download & extract the full article from the web. This feature does not get around paywalls. It does however lessen the ad revenue of the website. So make sure to support your favorite small sites in other ways.

The grabber first checks for custom rules for the specific website and falls back to the mozilla readability algorithm if no custom rules can be found. A lot of these rules are shiped by default. But you can provide your own by dropping a text file with the domain name and .txt ending into ~/.var/app/io.gitlab.news_flash.NewsFlash/config/news-flash/ftr-site-config/. For documentation on how to write custom rules and examples go to ftr-site-config. Don't forget to upstream your new files and improvements when you're done :)

Compile

!!! This is not a supported way of installing the application for normal use. Please use flatpak for that purpose !!!

Make sure you have the development, *-dev, or *-devel, libraries of:

  • gtk4
  • webkit2gtk
  • libadwaita
  • sqlite3
  • gettext
  • openssl

Additionally the following non-devel packages are required:

  • rust
  • meson
  • xdg-utils
  • blueprint-compiler
clone https://gitlab.com/news-flash/news_flash_gtk.git
cd news_flash_gtk
meson --prefix=/usr build
ninja -C build
sudo ninja -C build install

Migrate from FeedReader

Although NewsFlash is the spiritual successor to FeedReader, it is a different application. There are differences and most of them are on purpose.

For services that are supported by NewsFlash as well, migration is as easy as can be: just log into your account and sync away.

Some services supported by FeedReader have not yet found their way into NewsFlash. Work for Google Reader style APIs is already on the way (The Old Reader).

For local RSS the best way is to export an OPML file from FeedReader and import it into NewsFlash. Sadly FeedReader never gained the capability to export OPML. @hfiguiere came to save the day and wrote an external tool to extract an OPML file from the FeedReader database.

This content is a preview from an external site.
 
Contributed 5 months ago by loleg for Sandbox
All attendees, sponsors, partners, volunteers and staff at our hackathon are required to agree with the Hack Code of Conduct. Organisers will enforce this code throughout the event. We expect cooperation from all participants to ensure a safe environment for everybody.

Creative Commons LicenceThe contents of this website, unless otherwise stated, are licensed under a Creative Commons Attribution 4.0 International License.