unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Set up Gnus emacs with freshrss?
@ 2024-04-01  2:31 Marc Coquand
  2024-04-01  2:59 ` Emanuel Berg
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Marc Coquand @ 2024-04-01  2:31 UTC (permalink / raw)
  To: help-gnu-emacs


Heya!

I noticed that gnus has support for RSS.

I am curious if anyone has taken it a step further and set it up with
Freshrss? I use it to sync my news between my phone and computer It
supports the Fever Api, so kinda curious if someone has managed to get
that running and have some code snippets to share for how to do it.

Thanks in advance
Marc



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Set up Gnus emacs with freshrss?
  2024-04-01  2:31 Set up Gnus emacs with freshrss? Marc Coquand
@ 2024-04-01  2:59 ` Emanuel Berg
  2024-04-01 14:30 ` Eric Abrahamsen
  2024-04-02  4:32 ` orzodk
  2 siblings, 0 replies; 6+ messages in thread
From: Emanuel Berg @ 2024-04-01  2:59 UTC (permalink / raw)
  To: help-gnu-emacs

Marc Coquand wrote:

> I noticed that gnus has support for RSS.

I have used it indirectly with Gmane (gwene) and it works
great. Setup this -

(setq gnus-select-method '(nntp "news.gmane.io"))

- or add it to `gnus-secondary-select-methods'.

Then enter *Server*, find it, and add blogs from there, they
appear after the MLs.

> I am curious if anyone has taken it a step further and set
> it up with Freshrss?

Ah, sorry, don't know. Good that you can use arbitrary RSS
with Gnus even tho it is easy to add blogs to gwene if they
aren't there already.

> I use it to sync my news between my phone and computer It
> supports the Fever Api, so kinda curious if someone has
> managed to get that running and have some code snippets to
> share for how to do it.

Be sure to answer your own question when you got it working,
it would be interesting to try!

-- 
underground experts united
https://dataswamp.org/~incal




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Set up Gnus emacs with freshrss?
  2024-04-01  2:31 Set up Gnus emacs with freshrss? Marc Coquand
  2024-04-01  2:59 ` Emanuel Berg
@ 2024-04-01 14:30 ` Eric Abrahamsen
  2024-04-01 16:13   ` Emanuel Berg
  2024-04-02  4:32 ` orzodk
  2 siblings, 1 reply; 6+ messages in thread
From: Eric Abrahamsen @ 2024-04-01 14:30 UTC (permalink / raw)
  To: help-gnu-emacs

Marc Coquand <marc@mccd.space> writes:

> Heya!
>
> I noticed that gnus has support for RSS.
>
> I am curious if anyone has taken it a step further and set it up with
> Freshrss? I use it to sync my news between my phone and computer It
> supports the Fever Api, so kinda curious if someone has managed to get
> that running and have some code snippets to share for how to do it.

It looks like FreshRSS just speaks plain RSS and Atom, is there reason
to think it would require some special setup on the Gnus side? Note that
there's a new nnfeed backend in the works, not yet landed, that might
work a little better than the current nnrss.




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Set up Gnus emacs with freshrss?
  2024-04-01 14:30 ` Eric Abrahamsen
@ 2024-04-01 16:13   ` Emanuel Berg
  0 siblings, 0 replies; 6+ messages in thread
From: Emanuel Berg @ 2024-04-01 16:13 UTC (permalink / raw)
  To: help-gnu-emacs

Eric Abrahamsen wrote:

> It looks like FreshRSS just speaks plain RSS and Atom, is
> there reason to think it would require some special setup on
> the Gnus side?

Here are two blogs we can try on, one doing Atom, the other RSS.

Atom is used at Idiomdrottning, by Sandra Snan:
  https://idiomdrottning.org/blog

RSS is used at Solene's% (Solene's percent), by Solène Rapenne:
  https://dataswamp.org/~solene/rss.xml

Using Gnus and Gwene from news.gmane.io, we see that Solene's%
is already added as gwene.org.dataswamp.solene so that works.

Idiomdrottning isn't added to gwene, so I did that, here [1] -
let's see if it appears in a while or not. I have a vague
memory I already did all this, and if I did, why doesn't it
work, now?

But we'll figure it out for Atom with something else if it
doesn't work here, relax.

[1] http://gwene.org/

-- 
underground experts united
https://dataswamp.org/~incal




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Set up Gnus emacs with freshrss?
  2024-04-01  2:31 Set up Gnus emacs with freshrss? Marc Coquand
  2024-04-01  2:59 ` Emanuel Berg
  2024-04-01 14:30 ` Eric Abrahamsen
@ 2024-04-02  4:32 ` orzodk
  2024-04-02  7:08   ` Emanuel Berg
  2 siblings, 1 reply; 6+ messages in thread
From: orzodk @ 2024-04-02  4:32 UTC (permalink / raw)
  To: Marc Coquand; +Cc: help-gnu-emacs

Marc Coquand <marc@mccd.space> writes:

> I noticed that gnus has support for RSS.
>
> I am curious if anyone has taken it a step further and set it up with
> Freshrss? I use it to sync my news between my phone and computer It
> supports the Fever Api, so kinda curious if someone has managed to get
> that running and have some code snippets to share for how to do it.

Gnus supports RSS not the Fever API.

If FreshRSS supports a way for you to subscribe to your feeds in another
client (Gnus) via RSS then it should work. The FreshRSS community will
know better if this is possible. 




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Set up Gnus emacs with freshrss?
  2024-04-02  4:32 ` orzodk
@ 2024-04-02  7:08   ` Emanuel Berg
  0 siblings, 0 replies; 6+ messages in thread
From: Emanuel Berg @ 2024-04-02  7:08 UTC (permalink / raw)
  To: help-gnu-emacs

orzodk wrote:

>> I noticed that gnus has support for RSS.
>>
>> I am curious if anyone has taken it a step further and set
>> it up with Freshrss? I use it to sync my news between my
>> phone and computer It supports the Fever Api, so kinda
>> curious if someone has managed to get that running and have
>> some code snippets to share for how to do it.
>
> Gnus supports RSS not the Fever API [...]

Worse, Gnus doesn't support Atom.

The Gwene web interface to Gmane and news.gmane.io seems not
to work, not for RSS and not for Atom.

But stuff already added works. And that's a lot: 36 533 groups.

For RSS it isn't that bad since we have `nnrss'. For Atom and
Gnus, here is an active attempt:

  https://git.sr.ht/~dsemy/emacs-nnatom

- but I don't know, do you have to install a whole alternative
Emacs to try it?

Let's see if the maintainer can join in on this discussion
here at gmane.emacs.help as I've CCd him this mail :)

-- 
underground experts united
https://dataswamp.org/~incal




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-04-02  7:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-01  2:31 Set up Gnus emacs with freshrss? Marc Coquand
2024-04-01  2:59 ` Emanuel Berg
2024-04-01 14:30 ` Eric Abrahamsen
2024-04-01 16:13   ` Emanuel Berg
2024-04-02  4:32 ` orzodk
2024-04-02  7:08   ` Emanuel Berg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).