LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-26-2015, 04:29 AM   #16
atelszewski
Member
 
Registered: Aug 2007
Distribution: Slackware
Posts: 948

Original Poster
Rep: Reputation: Disabled

Hi,

slackchlog officially available from SBo: slackchlog

--
Best regards,
Andrzej Telszewski
 
Old 11-05-2015, 09:09 AM   #17
atelszewski
Member
 
Registered: Aug 2007
Distribution: Slackware
Posts: 948

Original Poster
Rep: Reputation: Disabled
Hi,

I love bringing my thread to the top of the page

To the point:
1. Has any one tried slackchlog?
2. What is your experience?

I didn't mention it anywhere explicitly, but the tool also verifies the MD5 of the downloaded ChangeLog (I mention it now to increase the download rate and self esteem; too bad I don't have hit counter, so I'm going to assume it has some 500k/day downloads, boy, that feels good).

--
Best regards,
Andrzej Telszewski
 
Old 11-22-2015, 04:37 PM   #18
mralk3
Slackware Contributor
 
Registered: May 2015
Distribution: Slackware
Posts: 1,902

Rep: Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052
I set this up as a cronjob to create a feed for my news reader. I thought about using it with conky, but figured the news reader would be simpler. This way also required less software to be installed.

Thanks for your work on this software!
 
Old 11-23-2015, 06:42 AM   #19
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
@mralk3, no offense meant to atelszewski for his project, but there are rss feeds available on slackbuilds for the changelog. This could be beneficial if you use a web-based newsreader and don't want to share your local output publically.

http://slackbuilds.org/mirror/rss/
 
Old 11-23-2015, 07:10 AM   #20
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Rep: Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154
Or simply:

Code:
lynx slackware.com
 
1 members found this post helpful.
Old 11-23-2015, 08:04 AM   #21
lems
Member
 
Registered: May 2004
Distribution: BSD
Posts: 269

Rep: Reputation: 119Reputation: 119
Quote:
Originally Posted by kikinovak View Post
Or simply:

Code:
lynx slackware.com
That's how I've been doing it for years. I have them bookmarked, so I fire up lynx, and type `v' (multi-bookmarks) followed by `p' and press enter (or `j' to get the ARM one [vi bindings]) with a final ^F to get to where the meat is. Maybe I'll have a look at slackchlog, it seems pretty advanced and sophisticated.
 
Old 11-23-2015, 10:21 AM   #22
atelszewski
Member
 
Registered: Aug 2007
Distribution: Slackware
Posts: 948

Original Poster
Rep: Reputation: Disabled
Hi,

@mralk3 I'm happy to hear that you find the tool useful or at least you tried it.

Quote:
@mralk3, no offense meant to atelszewski for his project, but there are rss feeds available on slackbuilds for the changelog. This could be beneficial if you use a web-based newsreader and don't want to share your local output publically.

http://slackbuilds.org/mirror/rss/
Probably if I new about feeds available at SBo, I wouldn't write the tool. But I didn't know I had bad experience with another ChangeLog RSS feed (don't remember the address now) that sometimes was present and sometimes not, etc. and this oddity made me write my own super ultra reliable tool... Naturally, the feeds at SBo are going to behave well.

Still, slackchlog is not only for RSS, but also for terminal addicts

Anyways, to all of you that use the tool, please let me know how it does its job.

And last, but not least, I learned the hard way that BASH is not always the right language to do the things. You might have a look at the comments in the source code...

Quote:
Code:
lynx slackware.com
You could also do:
Code:
BROWSER="your favorite browser"
$BROWSER slackware.com


Quote:
Maybe I'll have a look at slackchlog, it seems pretty advanced and sophisticated.
Damn, I tried to keep it stupid simple (but not simpler). It has grown a little bit from the initial 1-liner, but the objective was to satisfy command line, GUI and crontab fans all in the same script. Anyway, it's pretty simple piece of code.

--
Best regards,
Andrzej Telszewski
 
Old 11-23-2015, 10:26 AM   #23
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
I've been using one of the modifications on the first page ever since this thread was new, its nice being able to get a quick glance at any changes with one command. I have also changed it a little to track AlienBob's multilib...
 
Old 11-23-2015, 10:41 AM   #24
mralk3
Slackware Contributor
 
Registered: May 2015
Distribution: Slackware
Posts: 1,902

Rep: Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052
Quote:
Originally Posted by bassmadrigal View Post
@mralk3, no offense meant to atelszewski for his project, but there are rss feeds available on slackbuilds for the changelog. This could be beneficial if you use a web-based newsreader and don't want to share your local output publically.

http://slackbuilds.org/mirror/rss/
I searched everywhere for this link but couldn't find it. Thanks!
 
Old 11-23-2015, 11:59 AM   #25
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by mralk3 View Post
I searched everywhere for this link but couldn't find it. Thanks!
It took me a bit too. I don't think SBo publicizes it and I don't think slackware.com supports them. I ended up finding links to it on slackwiki's site.

Quote:
Originally Posted by atelszewski View Post
Probably if I new about feeds available at SBo, I wouldn't write the tool. But I didn't know I had bad experience with another ChangeLog RSS feed (don't remember the address now) that sometimes was present and sometimes not, etc. and this oddity made me write my own super ultra reliable tool... Naturally, the feeds at SBo are going to behave well.
Your tool definitely does fill a nice void. It makes it easy to check the latest changelogs when you aren't using an rss reader. Plus, heaven forbid, in case SBo goes down, you'll still have an easy tool to check for feeds, and from the terminal, no less
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Poor man's graphical boot in Slackware revisited... Keith Hedger Slackware 82 03-29-2016 07:49 PM
Poor man's graphical boot in Slackware 13.X... LuckyCyborg Slackware 38 05-21-2011 11:33 AM
Wanna do a poor man's slacktop... papa0822 Linux - Laptop and Netbook 2 10-12-2004 06:59 PM
poor man alaios Linux - Laptop and Netbook 3 04-17-2004 10:11 AM
Network for poor man (SuSE) Björneborg Linux - Networking 1 01-27-2003 12:18 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:22 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration