RSS/Atom feed aggregator for Haiku.
Iri al dosiero
Jaidyn Ann eddbc45d98 Use new BBitmap::ImportBits()
Thanks to Humdinger: HaikuArchives/Calendar, 2ae7fb49
2022-06-21 20:05:58 -05:00
img Add program icon 2021-03-21 15:18:34 -05:00
locales Update catkeys 2021-10-29 14:04:43 -05:00
src Use new BBitmap::ImportBits() 2022-06-21 20:05:58 -05:00
Makefile Add Dutch translations 2021-10-11 11:28:53 +00:00
Makefile-Daemon Completely abstract Sources 2021-05-14 02:16:22 -05:00
README.md Split into a seperate daemon 2021-04-20 20:00:37 -05:00

Pogger

A simple RSS/Atom feed aggregator for Haiku.

The Main Window

Feed entries in Tracker

Pogger works vaguely similarly to the mail service― you configure it, add your subscriptions, and forget about it. New entries for your feeds will be dumped into your feeds folder.

It works best for news or blog feeds, podcasts and the sort work better on BePodder.

Usage

Whenever a subscribed feed is updated, "feed entry" files are dumped into your feeds folder, /boot/home/feeds/ by default. They have the attributes you might expect― URL of the entry, the title, source, time posted, etc. The file contains the contents of that entry, if any were provided.

It's recommended to use Pogger to open these files, instead of directly using a web-browser. This'll smooth out any incompatibilities and make sure entries are opened just how you like them― as the downloaded HTML, or as a URL.

By default, it will open entries as URLs with WebPositive.

Feeds

In the "Feeds" tab you can manage your subscribed feeds, and see the progress of the current update. Feeds that failed to update are marked with an "X" in their row.

Entries

In "Entries" you can change your feed folder and how Pogger will handle the opening of feed entries.

Updates

In "Updates" you can toggle notifications and set the frequency of updates.

Building

$ make; make -f Makefile-Daemon

$ make bindcatalogs; make -f Makefile-Daemon bindcatalogs

Uses netservices, and has TinyXML2 as a dependency.

License

This project is under the MIT license.