Adding This Forum's ATOM Feed to Thunderbird Works

Issues and / or general discussion relating to Puppy

Moderator: Forum moderators

Post Reply
User avatar
rockedge
Site Admin
Posts: 5898
Joined: Mon Dec 02, 2019 1:38 am
Location: Connecticut,U.S.A.
Has thanked: 2123 times
Been thanked: 2230 times
Contact:

Adding This Forum's ATOM Feed to Thunderbird Works

Post by rockedge »

I enabled the ATOM feed feature on the forum.

I was able to configure the mail client Thunderbird to handle an ATOM feed connection to the puppylinux.rockedge.org forum with the
URL ->

Code: Select all

https://puppylinux.rockedge.org/feed.php


and using the Setup Accounts:Feeds selection in the settings.
I find it works well so far.
User avatar
Flash
Moderator
Posts: 916
Joined: Tue Dec 03, 2019 3:13 pm
Location: Arizona, U.S.
Has thanked: 47 times
Been thanked: 111 times

Re: Adding This Forum's ATOM Feed to Thunderbird Works

Post by Flash »

What does it do?
Chaos coordinator :?
User avatar
rockedge
Site Admin
Posts: 5898
Joined: Mon Dec 02, 2019 1:38 am
Location: Connecticut,U.S.A.
Has thanked: 2123 times
Been thanked: 2230 times
Contact:

Re: Adding This Forum's ATOM Feed to Thunderbird Works

Post by rockedge »

Hello @Flash,
The ATOM feed is similar to a RSS feed. With the Thunderbird email client I can receive a summary of each new post directly to Thunderbird. Where I can along with the many email addresses across different services all managed from a single client. It is another way of monitoring new posts.

The name Atom applies to a pair of related Web standards. The Atom Syndication Format is an XML language used for web feeds, while the Atom Publishing Protocol (AtomPub or APP) is a simple HTTP-based protocol for creating and updating web resources.[1]

Web feeds allow software programs to check for updates published on a website. To provide a web feed, the site owner may use specialized software (such as a content management system) that publishes a list (or "feed") of recent articles or content in a standardized, machine-readable format. The feed can then be downloaded by programs that use it, like websites that syndicate content from the feed, or by feed reader programs that allow internet users to subscribe to feeds and view their content.

A feed contains entries, which may be headlines, full-text articles, excerpts, summaries or links to content on a website along with various metadata.
User avatar
666philb
Posts: 429
Joined: Thu Jul 09, 2020 3:18 pm
Location: wales uk
Has thanked: 111 times
Been thanked: 146 times

Re: Adding This Forum's ATOM Feed to Thunderbird Works

Post by 666philb »

@rockedge nice! .... works in claws-mail with the mail-feed plugin
User avatar
mikewalsh
Moderator
Posts: 5699
Joined: Tue Dec 03, 2019 1:40 pm
Location: King's Lynn, UK
Has thanked: 616 times
Been thanked: 1759 times

Re: Adding This Forum's ATOM Feed to Thunderbird Works

Post by mikewalsh »

Useful!

Thanks, rockedge. :thumbup: :thumbup:


Mike. :)

Puppy "stuff" ~ MORE Puppy "stuff" ~ ....and MORE! :D
_______________________________________________________

Image

User avatar
galbi
Posts: 50
Joined: Tue Jul 14, 2020 12:53 pm
Location: Buenos Aires - Argentina
Has thanked: 5 times
Been thanked: 10 times

Re: Adding This Forum's ATOM Feed to Thunderbird Works

Post by galbi »

Works fine in Palemoon browser with Sage extension.

Saludos.
User avatar
rockedge
Site Admin
Posts: 5898
Joined: Mon Dec 02, 2019 1:38 am
Location: Connecticut,U.S.A.
Has thanked: 2123 times
Been thanked: 2230 times
Contact:

Re: Adding This Forum's ATOM Feed to Thunderbird Works

Post by rockedge »

Hello galbi,

Great tip about adding the Sage extension to palemoon! This works really well. Now I have also the builtin palemoon Live Bookmarks working along with Sage. Really adds another dimension of access.
williams2
Posts: 1028
Joined: Sat Jul 25, 2020 5:45 pm
Been thanked: 293 times

Re: Adding This Forum's ATOM Feed to Thunderbird Works

Post by williams2 »

This script downloads the ATOM feed file,
then displays it using Rox:

Code: Select all

#!/bin/ash
wget -O /tmp/forum.html https://puppylinux.rockedge.org/feed
rox /tmp/forum.html
The rox /tmp/forum.html line executes whatever program rox uses to display html files,
that is, it's exactly as if you clicked it.

In my case, it pops up a links web browser window.
Links doesn't work on the rockedge forum, because links doesn't have javascript support.
Links works on the Murga forum.
And links works with the ATOM feed file, no need for javascript.

Edit: the feed address changed slightly.
Post Reply

Return to “Users”