Ticker.app - news from BBC, CNN, Time...

Stuff that has yet to be sorted into a category.
Post Reply
Message
Author
User avatar
puppian
Posts: 537
Joined: Tue 19 Jul 2005, 03:58
Location: PuppyLand
Contact:

Ticker.app - news from BBC, CNN, Time...

#1 Post by puppian »

Ticker.app

If you want a simple news ticker, this is what you want.
Thanks Klhrev for finding the ticker. I've borrowed some idea from welcome.pup too. Thanks Lobster.

You can specify the color, font, and what news to show, etc, if you're a smart puppy :D

A very good place to find RSS feed is www.2rss.com

Enjoy!

[Edit ver 0.0.4]
- New interface

[Edit ver 0.0.3]
- To add news: click the dog button next to My News, add the url and you're done. Click the dog button also to change color, font, etc.
- If you want the first RSS be closed when a second one is launched, click the dog buttons and uncomment the line "killall ticker.app".
- If you have Icedock installed, Ticker can use it to scroll news. You can have multiple RSS scrolling at the same time, which IMO looks very nice. Icedock is also available as DotPup.
Attachments
ticker004.pup
A simple yet powerful news ticker (v0.0.4)
(20.4 KiB) Downloaded 1710 times
Last edited by puppian on Fri 26 Aug 2005, 06:38, edited 8 times in total.
[url=http://puppylinux.org]Puppylinux.org - Community home page of Puppy Linux[/url] hosted by Barry (creator of Puppy), created and maintained by the [url=http://puppylinux.org/user/readarticle.php?article_id=8]Puppy Linux Foundation[/url] since 2005

User avatar
klhrevolutionist
Posts: 1121
Joined: Wed 08 Jun 2005, 10:09

great

#2 Post by klhrevolutionist »

great job puppian!!!
I'm glad someone else was looking!!
Sometimes others can help simply by directing.
For the newsreader's.
Puppian took Barry's frame from wizard wizard. Which Lobster also used in his
wonderful welcome.pup. And applied that to a dockapp news ticker
and created his own version of a news ticker!
Now the question stands, what other useful apps can come from Barry K's
wizard wizard?
Also, do you think the welcome.pup should come preinstalled into puppy?
I for one do. What do you all think?
Heaven is on the way, until then let's get the truth out!

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

Re: Ticker.app - news from BBC, CNN, Time...

#3 Post by edoc »

puppian wrote:Ticker.app
If you want a simple news ticker, this is what you want.
Wonderful app, thanks!

How may we customize the ticker selection, please?

Thanks! doc
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

User avatar
puppian
Posts: 537
Joined: Tue 19 Jul 2005, 03:58
Location: PuppyLand
Contact:

#4 Post by puppian »

It's easy to change the color. For example, to change the color when
showing 'Wiki Recent Changes' click the dog button next to it and change
"-fg red -bg lightyellow" in the last line to whatever color you want.
See the readme file for more optioins.

To show other news:

1. Click the dog button next to My News

2. Change the URL

URL=http://news.bbc.co.uk/rss/newsonline_uk ... ge/rss.xml

3. This step is optional. You can change the word after "-v" if there's anything you don't want to be scrolled. You may want to change 'title' to other things like descriptions too. The script read the url from the web (using wget in Puppy). The 'grep' command search for headlines in the url and save them in a text file. The -v means 'invert-match', i.e, select non-matching lines.

$COMMAND $URL | grep "\<title\>" | grep -v "xml" | \
sed 's/.*<title>//g' | sed 's/<\/title>.*//g' > $OUTPUT


4. Save it.

The author mentioned in readme that ticker has I18N support, but "the LANG environment should be set to your locale". I haven't done that as I don't have Vector and so can't copy files from it. With the new 1.0.5a perhaps we'll have the needed files?

Btw, if anyone has find any rss feed that's really good, please post it!
:)
Last edited by puppian on Sat 27 Aug 2005, 05:02, edited 2 times in total.
[url=http://puppylinux.org]Puppylinux.org - Community home page of Puppy Linux[/url] hosted by Barry (creator of Puppy), created and maintained by the [url=http://puppylinux.org/user/readarticle.php?article_id=8]Puppy Linux Foundation[/url] since 2005

User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

#5 Post by Lobster »

Can any of that be automated - added to a txt read me file?

see pic for how the program looks without mods

PS. glad my prog (based on an original Barry Wizard was useful)
Attachments
ticker.jpg
(25.83 KiB) Downloaded 3439 times
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

puppian_guest

#6 Post by puppian_guest »

Just to tell you that I've made a new version of Ticker which make configuration easier...but...I've deleted the whole thing accidentally!!! I didn't like some of the changes I made so I used the uninstall function...but I forgot that I hadn't dotpuped it (for a backup) yet!

So, please be patient before I'm able to make a new one from scratch :(
Don't expect too much from it though, as I'm only a novice in scripting...

PS. thanks Barry and Lobster for the frame, and thanks Barry for such a great distro!!

Guest

#7 Post by Guest »

And I think welcome.pup is great.

If more improvements are made in Puppy XUL (it's still in alpha stage, right?), it can come preinstalled into puppy :D

"what other useful apps can come from Barry K's wizard wizard?"
hmmm...perhaps an app launcher of similar programs?

User avatar
puppian
Posts: 537
Joined: Tue 19 Jul 2005, 03:58
Location: PuppyLand
Contact:

#8 Post by puppian »

Uploaded Ticker.app new version 0.04
Lastest screenshot

Much easier to customize the ticker selection, add news, change color...

PS. edoc, glad that you like the ticker, check this new version too! 8)
and the guest above is me[/url]
[url=http://puppylinux.org]Puppylinux.org - Community home page of Puppy Linux[/url] hosted by Barry (creator of Puppy), created and maintained by the [url=http://puppylinux.org/user/readarticle.php?article_id=8]Puppy Linux Foundation[/url] since 2005

User avatar
puppian
Posts: 537
Joined: Tue 19 Jul 2005, 03:58
Location: PuppyLand
Contact:

#9 Post by puppian »

Add these to /root/.icewm/winoptions will remove extra items on taskbar and put ticker to the tray:

ticker.app.ignoreTaskBar: 1
gtkdialog.tray: Exclusive

And here are more RSS feeds,

zdnet: http://news.zdnet.com/html/z/xml.html
npr.org: www.npr.org/rss

Go to the sites, copy the url of the rss you want, and paste it (click the dog button in Ticker). Enjoy!
[url=http://puppylinux.org]Puppylinux.org - Community home page of Puppy Linux[/url] hosted by Barry (creator of Puppy), created and maintained by the [url=http://puppylinux.org/user/readarticle.php?article_id=8]Puppy Linux Foundation[/url] since 2005

PeterSieg
Posts: 363
Joined: Wed 04 May 2005, 16:06
Location: Germany, 37603
Contact:

Hey! ticker can go in 1.0.5!

#10 Post by PeterSieg »

Hi puppian. According to BarryK, ticker004 can possibly go into the
main Puppy 1.0.5 if you can relocate from my-roxapps...

See suggestions - Puppy 1.0.5 - BarryK's reponse!!

Good luck!

PS
Have fun :)

User avatar
puppian
Posts: 537
Joined: Tue 19 Jul 2005, 03:58
Location: PuppyLand
Contact:

#11 Post by puppian »

Thanks Peter!!
I almost miss that post.

Have just uploaded the new version which installs into /usr/local/apps/Ticker :)
[url=http://puppylinux.org]Puppylinux.org - Community home page of Puppy Linux[/url] hosted by Barry (creator of Puppy), created and maintained by the [url=http://puppylinux.org/user/readarticle.php?article_id=8]Puppy Linux Foundation[/url] since 2005

Post Reply