View previous topic :: View next topic |
Author |
Message |
Zucca Moderator
Joined: 14 Jun 2007 Posts: 3701 Location: Rasi, Finland
|
Posted: Wed Mar 18, 2020 8:37 am Post subject: RSS and Atom feed tools adhering UNIX philosophy |
|
|
sfeed
- dependencies are almost none
- required:
- optional
- make
- sh
- awk
- curl
- ... etc common cli tools found from practically every installation, see the link at the beginning for more
- a joy to use
- simple
- fast
- lightweight
I've just started using them.
I've also added sfeed to my overlay.
I didn't see any package archives for different versions so ebuild pulls everything from git... via git protocol. I didn't see https git link either. :(
I hope someone else founds sfeed useful. ;) _________________ ..: Zucca :..
My gentoo installs: | init=/sbin/openrc-init
-systemd -logind -elogind seatd |
Quote: | I am NaN! I am a man! |
|
|
Back to top |
|
|
Chiitoo Administrator
Joined: 28 Feb 2010 Posts: 2730 Location: Here and Away Again
|
Posted: Wed Mar 18, 2020 4:56 pm Post subject: ><)))°€ |
|
|
Zucca wrote: | I didn't see any package archives for different versions so ebuild pulls everything from git... via git protocol. I didn't see https git link either. :( |
Did you notice the Releases [1] part of the site?
1. https://codemadness.org/releases/sfeed/ _________________ Kindest of regardses. |
|
Back to top |
|
|
Zucca Moderator
Joined: 14 Jun 2007 Posts: 3701 Location: Rasi, Finland
|
Posted: Wed Mar 18, 2020 6:49 pm Post subject: Re: ><)))°€ |
|
|
Chiitoo wrote: | Did you notice the Releases [1] part of the site? | Ah. Nope. Missed that. Thanks! _________________ ..: Zucca :..
My gentoo installs: | init=/sbin/openrc-init
-systemd -logind -elogind seatd |
Quote: | I am NaN! I am a man! |
|
|
Back to top |
|
|
Ant P. Watchman
Joined: 18 Apr 2009 Posts: 6920
|
Posted: Wed Mar 18, 2020 7:03 pm Post subject: |
|
|
This looks interesting, thanks.
I've tried using net-news/rsstail for this, but its usefulness is limited by pretty-printing that can't be turned off. (also it's at least 4 years out of date and on m-n death row so it probably won't be in portage much longer) |
|
Back to top |
|
|
Zucca Moderator
Joined: 14 Jun 2007 Posts: 3701 Location: Rasi, Finland
|
Posted: Wed Mar 18, 2020 7:43 pm Post subject: |
|
|
One tip for you guys and gals: Use #!/usr/bin/sfeed_update as a shebang for your sfeedrc config file(s).
Then it's easy just to create links to /etc/cron.hourly (for example) from the config file(s). _________________ ..: Zucca :..
My gentoo installs: | init=/sbin/openrc-init
-systemd -logind -elogind seatd |
Quote: | I am NaN! I am a man! |
|
|
Back to top |
|
|
Zucca Moderator
Joined: 14 Jun 2007 Posts: 3701 Location: Rasi, Finland
|
Posted: Wed Mar 18, 2020 10:27 pm Post subject: |
|
|
... and that is if your cron implementation supports symbolic links inside those directories.
Looks like the cronie doesn't like symlinks by default at least.
EDIT: Yup. It uses run-parts, which don't allow it. Dang it. I guess it is a safety measure. _________________ ..: Zucca :..
My gentoo installs: | init=/sbin/openrc-init
-systemd -logind -elogind seatd |
Quote: | I am NaN! I am a man! |
|
|
Back to top |
|
|
|