This is a simple, lightweight, RSS ticker. I had looked at a number of tickers but they took a lot of CPU cycles and cost money. I wanted a simple, OS independent, ticker so I wrote this one in Java. It reads RSS 0.91, 1.0, 2.0 and ATOM feeds.

Project Samples

Project Activity

See All Activity >

Categories

RSS

License

GNU General Public License version 2.0 (GPLv2)

Follow Java RSS and ATOM Ticker

Java RSS and ATOM Ticker Web Site

Other Useful Business Software
Auth0 for AI Agents now in GA Icon
Auth0 for AI Agents now in GA

Ready to implement AI with confidence (without sacrificing security)?

Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
Start building today
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
1
0
0
0
1
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5

User Reviews

  • The files have no extension, and could be .zip .tar.gz .tar.bzip or who knows.
  • Reply to https://sourceforge.net/users/?user_id=3417077 Last time I checked, jrsst sf download page offers 3 files: an exe file, a .jar file, and a file with no extension which is in fact a bash script with the jar file uuencoded. This is the beggining: #! /bin/bash trap 'rm -f /tmp/JRSST-2.2.2.jar' ERR rm -f /tmp/JRSST-2.2.2.jar UUDECODE=`which uudecode 2> /dev/null` if [ "$UUDECODE" = "" ] then UUDECODE=`which gmime-uudecode 2> /dev/null` if [ "$UUDECODE" = "" ] then echo "No uudecode command found in $PATH, exiting" exit 1 fi fi $UUDECODE -o /tmp/JRSST-2.2.2.jar << "ENDOFJAR" begin 600 /tmp/JRSST-2.2.2.jar M4$L#!!0`"``(`'!G?#X````````````````)``0`345402U)3D8O_LH```,` etc. You could run jrsst that way but i prefer to download the jar file and use this script: #!/bin/sh . ~/.jrsstrc eval feed=\$$1 exec java -jar /home/stormwatch/src/jrsst/JRSST-2.2.2.jar --undecorated=TRUE "$feed" EOF my ~./jrsstrc (note this is NOT the default ~/.jrsst): descargas='--init=file:///home/stormwatch/jrsst/descargas.xml' google='--opml=file:///home/stormwatch/jrsst/google.xml' rss='--init=file:///home/stormwatch/jrsst/rss.xml' EOF finally ~/jrsst/descargas.xml: <?xml version="1.0"?> <jrsst version="2.2.2"> <channel> <url>file:///home/stormwatch/html/feed/atom.xml</url> </channel> </jrsst> EOF ~/jrsst/rss.xml is almost the same but it uses a rss feed instead. Both atom.xml and rss.xml are created by Venus (the successor of Planet) feed aggregator. http://intertwingly.net/code/venus/ google.xml is the opml as exported by Google Reader. This way I can simply type for example 'jrsst descargas' at the command prompt.
Read more reviews >

Additional Project Details

Intended Audience

End Users/Desktop

User Interface

Java Swing

Programming Language

Java

Related Categories

Java RSS Software

Registered

2005-07-27